Shades of Gamboge #E5AF08
Tints of Gamboge #E5AF08
RGB
CMYK
RGB Variations
Color information
#E5AF08 (or 0xE5AF08) is known color: Gamboge. HEX triplet: E5, AF and 08. RGB value is (229,175,8). Sum of RGB (Red+Green+Blue) = 229+175+8=412 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.58% from 412); Green value is 175 (68.75% from 255 or 42.48% from 412); Blue value is 8 (3.52% from 255 or 1.94% from 412); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AF08 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E5AF08 is #1A50F7. Grayscale: #ACACAC. Windows color (decimal): -1724664 or 569317. OLE color: 569317.
HSL color Cylindrical-coordinate representation of color #E5AF08: hue angle of 45.34º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E5AF08 is Cyan = 0, Magento = 0.24, Yellow = 0.97 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 175 | 8 | - |
| CMYK | 0 | 0.24 | 0.97 | 0.10 |
| HSL | 45.34º | 0.93% | 0.46% | - |
| HSV(B) | 45.34º | 0.97% | 0.9% | - |
| XYZ | 47.69 | 47.34 | 6.85 | - |
| YUV | 172.11 | 35.39 | 168.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 175 | 8 | 0 | 0.24 | 0.97 | 0.10 | 45.34 | 0.93 | 0.46 |
| Hex | E5 | AF | 8 | 0 | 18 | 61 | A | 2D | 5D | 2E |
| Octal | 345 | 257 | 10 | 0 | 30 | 141 | 12 | 55 | 135 | 56 |
| Binary | 11100101 | 10101111 | 1000 | 0 | 11000 | 1100001 | 1010 | 101101 | 1011101 | 101110 |
Color Harmonies of #E5AF08
Complementary color
Monochromatic Colors of #E5AF08
Black with #E5AF08
Text Example
Text Example
White with #E5AF08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5AF08; }
p { color: rgb(229,175,8); }
H1.HeaderClassName
{
color: #E5AF08;
}
.AnyTagClassName
{
color: #E5AF08;
}
</style>
background-color css
<style>
a { background-color: #E5AF08; }
a { background-color: rgb(229,175,8); }
div.DivClassName
{
background-color: #E5AF08;
}
.BgClassName
{
background-color: #E5AF08;
}
</style>
border-color css
<style>
span { border-color: #E5AF08; }
span { border-color: rgb(229,175,8); }
td.TdClassName
{
border-color: #E5AF08;
}
.TagClassName
{
border-color: #E5AF08;
}
</style>