+ 1
I'm finding it hard to clearly understand hex colours in html..please can someone help me out?
Color
7 Respuestas
+ 3
It's just a RGB-scale using another base, e.g. E23D28 -> r(E2), g(3D), b(28).
Complete explanation of transforming from one system to another: https://www.google.com/amp/s/amp.convzone.com/hex-to-decimal/
+ 2
google is your friend.
+ 2
Fejiro Olokor hi,
There are differents systems : binary, decimal, hexadecimal...
RGB value belong to decimal
Hex value to hexadecimal
Then it's about conversion from one system to another.
You can find tutos on youtube on how to operate the conversion.
And that ressources might help :
https://www.mathsisfun.com/hexadecimal-decimal-colors.html
https://en.m.wikipedia.org/wiki/Hexadecimal
https://www.rapidtables.com/web/color/RGB_Color.html
+ 2
Thanks every one
+ 1
To learn about hex colors, you need to understand these concepts.
- Number bases I.e. binary, decimal and hexadecimal. Bonus: learn to convert between them.
- the different types of colour systems I.e. rgb and how it relates to hex. Bonus: learn about Hsl.
+ 1
Look at that
RGB :
R = red
G = green
B = blue
RGB is short form of 3 main colors
What is RGBA???
Red Green Blue Alpha
----------------------------------------
0123456789ABCDEF
hex colors
----------------------------------------
#RRGGBB
----------------------------------------
#FFFFFF = White
#000000 = Black
0
More about color codes....
http://net-informations.com/q/web/color-codes.html