Shades of Gamboge #E5AF05
Tints of Gamboge #E5AF05
RGB
CMYK
RGB Variations
Color information
#E5AF05 (or 0xE5AF05) is known color: Gamboge. HEX triplet: E5, AF and 05. RGB value is (229,175,5). Sum of RGB (Red+Green+Blue) = 229+175+5=409 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.99% from 409); Green value is 175 (68.75% from 255 or 42.79% from 409); Blue value is 5 (2.34% from 255 or 1.22% from 409); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AF05 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E5AF05 is #1A50FA. Grayscale: #ACACAC. Windows color (decimal): -1724667 or 372709. OLE color: 372709.
HSL color Cylindrical-coordinate representation of color #E5AF05: hue angle of 45.54º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E5AF05 is Cyan = 0, Magento = 0.24, Yellow = 0.98 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 175 | 5 | - |
| CMYK | 0 | 0.24 | 0.98 | 0.10 |
| HSL | 45.54º | 0.96% | 0.46% | - |
| HSV(B) | 45.54º | 0.98% | 0.9% | - |
| XYZ | 47.67 | 47.33 | 6.77 | - |
| YUV | 171.77 | 33.89 | 168.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 175 | 5 | 0 | 0.24 | 0.98 | 0.10 | 45.54 | 0.96 | 0.46 |
| Hex | E5 | AF | 5 | 0 | 18 | 62 | A | 2E | 60 | 2E |
| Octal | 345 | 257 | 5 | 0 | 30 | 142 | 12 | 56 | 140 | 56 |
| Binary | 11100101 | 10101111 | 101 | 0 | 11000 | 1100010 | 1010 | 101110 | 1100000 | 101110 |
Color Harmonies of #E5AF05
Complementary color
Monochromatic Colors of #E5AF05
Black with #E5AF05
Text Example
Text Example
White with #E5AF05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5AF05; }
p { color: rgb(229,175,5); }
H1.HeaderClassName
{
color: #E5AF05;
}
.AnyTagClassName
{
color: #E5AF05;
}
</style>
background-color css
<style>
a { background-color: #E5AF05; }
a { background-color: rgb(229,175,5); }
div.DivClassName
{
background-color: #E5AF05;
}
.BgClassName
{
background-color: #E5AF05;
}
</style>
border-color css
<style>
span { border-color: #E5AF05; }
span { border-color: rgb(229,175,5); }
td.TdClassName
{
border-color: #E5AF05;
}
.TagClassName
{
border-color: #E5AF05;
}
</style>