Shades of Gamboge #E8AF05
Tints of Gamboge #E8AF05
RGB
CMYK
RGB Variations
Color information
#E8AF05 (or 0xE8AF05) is known color: Gamboge. HEX triplet: E8, AF and 05. RGB value is (232,175,5). Sum of RGB (Red+Green+Blue) = 232+175+5=412 (54% of max value = 765). Red value is 232 (91.02% from 255 or 56.31% from 412); Green value is 175 (68.75% from 255 or 42.48% from 412); Blue value is 5 (2.34% from 255 or 1.21% from 412); Max value from RGB is 232 - color contains mainly: red. Hex color #E8AF05 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E8AF05 is #1750FA. Grayscale: #ADADAD. Windows color (decimal): -1528059 or 372712. OLE color: 372712.
HSL color Cylindrical-coordinate representation of color #E8AF05: hue angle of 44.93º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E8AF05 is Cyan = 0, Magento = 0.25, Yellow = 0.98 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 175 | 5 | - |
| CMYK | 0 | 0.25 | 0.98 | 0.09 |
| HSL | 44.93º | 0.96% | 0.46% | - |
| HSV(B) | 44.93º | 0.98% | 0.91% | - |
| XYZ | 48.64 | 47.83 | 6.81 | - |
| YUV | 172.66 | 33.38 | 170.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 175 | 5 | 0 | 0.25 | 0.98 | 0.09 | 44.93 | 0.96 | 0.46 |
| Hex | E8 | AF | 5 | 0 | 19 | 62 | 9 | 2D | 60 | 2E |
| Octal | 350 | 257 | 5 | 0 | 31 | 142 | 11 | 55 | 140 | 56 |
| Binary | 11101000 | 10101111 | 101 | 0 | 11001 | 1100010 | 1001 | 101101 | 1100000 | 101110 |
Color Harmonies of #E8AF05
Complementary color
Monochromatic Colors of #E8AF05
Black with #E8AF05
Text Example
Text Example
White with #E8AF05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8AF05; }
p { color: rgb(232,175,5); }
H1.HeaderClassName
{
color: #E8AF05;
}
.AnyTagClassName
{
color: #E8AF05;
}
</style>
background-color css
<style>
a { background-color: #E8AF05; }
a { background-color: rgb(232,175,5); }
div.DivClassName
{
background-color: #E8AF05;
}
.BgClassName
{
background-color: #E8AF05;
}
</style>
border-color css
<style>
span { border-color: #E8AF05; }
span { border-color: rgb(232,175,5); }
td.TdClassName
{
border-color: #E8AF05;
}
.TagClassName
{
border-color: #E8AF05;
}
</style>