Shades of Gamboge #E5AF0E
Tints of Gamboge #E5AF0E
RGB
CMYK
RGB Variations
Color information
#E5AF0E (or 0xE5AF0E) is known color: Gamboge. HEX triplet: E5, AF and 0E. RGB value is (229,175,14). Sum of RGB (Red+Green+Blue) = 229+175+14=418 (55% of max value = 765). Red value is 229 (89.84% from 255 or 54.78% from 418); Green value is 175 (68.75% from 255 or 41.87% from 418); Blue value is 14 (5.86% from 255 or 3.35% from 418); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AF0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E5AF0E is #1A50F1. Grayscale: #ADADAD. Windows color (decimal): -1724658 or 962533. OLE color: 962533.
HSL color Cylindrical-coordinate representation of color #E5AF0E: hue angle of 44.93º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E5AF0E is Cyan = 0, Magento = 0.24, Yellow = 0.94 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 175 | 14 | - |
| CMYK | 0 | 0.24 | 0.94 | 0.10 |
| HSL | 44.93º | 0.88% | 0.48% | - |
| HSV(B) | 44.93º | 0.94% | 0.9% | - |
| XYZ | 47.72 | 47.35 | 7.04 | - |
| YUV | 172.79 | 38.39 | 168.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 175 | 14 | 0 | 0.24 | 0.94 | 0.10 | 44.93 | 0.88 | 0.48 |
| Hex | E5 | AF | E | 0 | 18 | 5E | A | 2D | 58 | 30 |
| Octal | 345 | 257 | 16 | 0 | 30 | 136 | 12 | 55 | 130 | 60 |
| Binary | 11100101 | 10101111 | 1110 | 0 | 11000 | 1011110 | 1010 | 101101 | 1011000 | 110000 |
Color Harmonies of #E5AF0E
Complementary color
Monochromatic Colors of #E5AF0E
Black with #E5AF0E
Text Example
Text Example
White with #E5AF0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5AF0E; }
p { color: rgb(229,175,14); }
H1.HeaderClassName
{
color: #E5AF0E;
}
.AnyTagClassName
{
color: #E5AF0E;
}
</style>
background-color css
<style>
a { background-color: #E5AF0E; }
a { background-color: rgb(229,175,14); }
div.DivClassName
{
background-color: #E5AF0E;
}
.BgClassName
{
background-color: #E5AF0E;
}
</style>
border-color css
<style>
span { border-color: #E5AF0E; }
span { border-color: rgb(229,175,14); }
td.TdClassName
{
border-color: #E5AF0E;
}
.TagClassName
{
border-color: #E5AF0E;
}
</style>