Shades of Gamboge #E8AA17
Tints of Gamboge #E8AA17
RGB
CMYK
RGB Variations
Color information
#E8AA17 (or 0xE8AA17) is known color: Gamboge. HEX triplet: E8, AA and 17. RGB value is (232,170,23). Sum of RGB (Red+Green+Blue) = 232+170+23=425 (56% of max value = 765). Red value is 232 (91.02% from 255 or 54.59% from 425); Green value is 170 (66.80% from 255 or 40% from 425); Blue value is 23 (9.38% from 255 or 5.41% from 425); Max value from RGB is 232 - color contains mainly: red. Hex color #E8AA17 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E8AA17 is #1755E8. Grayscale: #ACACAC. Windows color (decimal): -1529321 or 1551080. OLE color: 1551080.
HSL color Cylindrical-coordinate representation of color #E8AA17: hue angle of 42.2º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E8AA17 is Cyan = 0, Magento = 0.27, Yellow = 0.90 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 170 | 23 | - |
| CMYK | 0 | 0.27 | 0.90 | 0.09 |
| HSL | 42.2º | 0.82% | 0.5% | - |
| HSV(B) | 42.2º | 0.9% | 0.91% | - |
| XYZ | 47.81 | 45.97 | 7.16 | - |
| YUV | 171.78 | 44.04 | 170.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 170 | 23 | 0 | 0.27 | 0.90 | 0.09 | 42.2 | 0.82 | 0.5 |
| Hex | E8 | AA | 17 | 0 | 1B | 5A | 9 | 2A | 52 | 32 |
| Octal | 350 | 252 | 27 | 0 | 33 | 132 | 11 | 52 | 122 | 62 |
| Binary | 11101000 | 10101010 | 10111 | 0 | 11011 | 1011010 | 1001 | 101010 | 1010010 | 110010 |
Color Harmonies of #E8AA17
Complementary color
Monochromatic Colors of #E8AA17
Black with #E8AA17
Text Example
Text Example
White with #E8AA17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8AA17; }
p { color: rgb(232,170,23); }
H1.HeaderClassName
{
color: #E8AA17;
}
.AnyTagClassName
{
color: #E8AA17;
}
</style>
background-color css
<style>
a { background-color: #E8AA17; }
a { background-color: rgb(232,170,23); }
div.DivClassName
{
background-color: #E8AA17;
}
.BgClassName
{
background-color: #E8AA17;
}
</style>
border-color css
<style>
span { border-color: #E8AA17; }
span { border-color: rgb(232,170,23); }
td.TdClassName
{
border-color: #E8AA17;
}
.TagClassName
{
border-color: #E8AA17;
}
</style>