Shades of Gamboge #E5AF0B
Tints of Gamboge #E5AF0B
RGB
CMYK
RGB Variations
Color information
#E5AF0B (or 0xE5AF0B) is known color: Gamboge. HEX triplet: E5, AF and 0B. RGB value is (229,175,11). Sum of RGB (Red+Green+Blue) = 229+175+11=415 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.18% from 415); Green value is 175 (68.75% from 255 or 42.17% from 415); Blue value is 11 (4.69% from 255 or 2.65% from 415); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AF0B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E5AF0B is #1A50F4. Grayscale: #ADADAD. Windows color (decimal): -1724661 or 765925. OLE color: 765925.
HSL color Cylindrical-coordinate representation of color #E5AF0B: hue angle of 45.14º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E5AF0B is Cyan = 0, Magento = 0.24, Yellow = 0.95 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 175 | 11 | - |
| CMYK | 0 | 0.24 | 0.95 | 0.10 |
| HSL | 45.14º | 0.91% | 0.47% | - |
| HSV(B) | 45.14º | 0.95% | 0.9% | - |
| XYZ | 47.7 | 47.34 | 6.94 | - |
| YUV | 172.45 | 36.89 | 168.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 175 | 11 | 0 | 0.24 | 0.95 | 0.10 | 45.14 | 0.91 | 0.47 |
| Hex | E5 | AF | B | 0 | 18 | 5F | A | 2D | 5B | 2F |
| Octal | 345 | 257 | 13 | 0 | 30 | 137 | 12 | 55 | 133 | 57 |
| Binary | 11100101 | 10101111 | 1011 | 0 | 11000 | 1011111 | 1010 | 101101 | 1011011 | 101111 |
Color Harmonies of #E5AF0B
Complementary color
Monochromatic Colors of #E5AF0B
Black with #E5AF0B
Text Example
Text Example
White with #E5AF0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5AF0B; }
p { color: rgb(229,175,11); }
H1.HeaderClassName
{
color: #E5AF0B;
}
.AnyTagClassName
{
color: #E5AF0B;
}
</style>
background-color css
<style>
a { background-color: #E5AF0B; }
a { background-color: rgb(229,175,11); }
div.DivClassName
{
background-color: #E5AF0B;
}
.BgClassName
{
background-color: #E5AF0B;
}
</style>
border-color css
<style>
span { border-color: #E5AF0B; }
span { border-color: rgb(229,175,11); }
td.TdClassName
{
border-color: #E5AF0B;
}
.TagClassName
{
border-color: #E5AF0B;
}
</style>