Shades of Gamboge #E5AF0D
Tints of Gamboge #E5AF0D
RGB
CMYK
RGB Variations
Color information
#E5AF0D (or 0xE5AF0D) is known color: Gamboge. HEX triplet: E5, AF and 0D. RGB value is (229,175,13). Sum of RGB (Red+Green+Blue) = 229+175+13=417 (55% of max value = 765). Red value is 229 (89.84% from 255 or 54.92% from 417); Green value is 175 (68.75% from 255 or 41.97% from 417); Blue value is 13 (5.47% from 255 or 3.12% from 417); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AF0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E5AF0D is #1A50F2. Grayscale: #ADADAD. Windows color (decimal): -1724659 or 896997. OLE color: 896997.
HSL color Cylindrical-coordinate representation of color #E5AF0D: hue angle of 45º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E5AF0D is Cyan = 0, Magento = 0.24, Yellow = 0.94 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 175 | 13 | - |
| CMYK | 0 | 0.24 | 0.94 | 0.10 |
| HSL | 45º | 0.89% | 0.47% | - |
| HSV(B) | 45º | 0.94% | 0.9% | - |
| XYZ | 47.72 | 47.35 | 7 | - |
| YUV | 172.68 | 37.89 | 168.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 175 | 13 | 0 | 0.24 | 0.94 | 0.10 | 45 | 0.89 | 0.47 |
| Hex | E5 | AF | D | 0 | 18 | 5E | A | 2D | 59 | 2F |
| Octal | 345 | 257 | 15 | 0 | 30 | 136 | 12 | 55 | 131 | 57 |
| Binary | 11100101 | 10101111 | 1101 | 0 | 11000 | 1011110 | 1010 | 101101 | 1011001 | 101111 |
Color Harmonies of #E5AF0D
Complementary color
Monochromatic Colors of #E5AF0D
Black with #E5AF0D
Text Example
Text Example
White with #E5AF0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5AF0D; }
p { color: rgb(229,175,13); }
H1.HeaderClassName
{
color: #E5AF0D;
}
.AnyTagClassName
{
color: #E5AF0D;
}
</style>
background-color css
<style>
a { background-color: #E5AF0D; }
a { background-color: rgb(229,175,13); }
div.DivClassName
{
background-color: #E5AF0D;
}
.BgClassName
{
background-color: #E5AF0D;
}
</style>
border-color css
<style>
span { border-color: #E5AF0D; }
span { border-color: rgb(229,175,13); }
td.TdClassName
{
border-color: #E5AF0D;
}
.TagClassName
{
border-color: #E5AF0D;
}
</style>