Shades of Gamboge #E8AA0F
Tints of Gamboge #E8AA0F
RGB
CMYK
RGB Variations
Color information
#E8AA0F (or 0xE8AA0F) is known color: Gamboge. HEX triplet: E8, AA and 0F. RGB value is (232,170,15). Sum of RGB (Red+Green+Blue) = 232+170+15=417 (55% of max value = 765). Red value is 232 (91.02% from 255 or 55.64% from 417); Green value is 170 (66.80% from 255 or 40.77% from 417); Blue value is 15 (6.25% from 255 or 3.60% from 417); Max value from RGB is 232 - color contains mainly: red. Hex color #E8AA0F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E8AA0F is #1755F0. Grayscale: #ABABAB. Windows color (decimal): -1529329 or 1026792. OLE color: 1026792.
HSL color Cylindrical-coordinate representation of color #E8AA0F: hue angle of 42.86º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E8AA0F is Cyan = 0, Magento = 0.27, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 170 | 15 | - |
| CMYK | 0 | 0.27 | 0.94 | 0.09 |
| HSL | 42.86º | 0.88% | 0.48% | - |
| HSV(B) | 42.86º | 0.94% | 0.91% | - |
| XYZ | 47.74 | 45.94 | 6.8 | - |
| YUV | 170.87 | 40.04 | 171.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 170 | 15 | 0 | 0.27 | 0.94 | 0.09 | 42.86 | 0.88 | 0.48 |
| Hex | E8 | AA | F | 0 | 1B | 5E | 9 | 2B | 58 | 30 |
| Octal | 350 | 252 | 17 | 0 | 33 | 136 | 11 | 53 | 130 | 60 |
| Binary | 11101000 | 10101010 | 1111 | 0 | 11011 | 1011110 | 1001 | 101011 | 1011000 | 110000 |
Color Harmonies of #E8AA0F
Complementary color
Monochromatic Colors of #E8AA0F
Black with #E8AA0F
Text Example
Text Example
White with #E8AA0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8AA0F; }
p { color: rgb(232,170,15); }
H1.HeaderClassName
{
color: #E8AA0F;
}
.AnyTagClassName
{
color: #E8AA0F;
}
</style>
background-color css
<style>
a { background-color: #E8AA0F; }
a { background-color: rgb(232,170,15); }
div.DivClassName
{
background-color: #E8AA0F;
}
.BgClassName
{
background-color: #E8AA0F;
}
</style>
border-color css
<style>
span { border-color: #E8AA0F; }
span { border-color: rgb(232,170,15); }
td.TdClassName
{
border-color: #E8AA0F;
}
.TagClassName
{
border-color: #E8AA0F;
}
</style>