Shades of Gamboge #E5AA17
Tints of Gamboge #E5AA17
RGB
CMYK
RGB Variations
Color information
#E5AA17 (or 0xE5AA17) is known color: Gamboge. HEX triplet: E5, AA and 17. RGB value is (229,170,23). Sum of RGB (Red+Green+Blue) = 229+170+23=422 (55% of max value = 765). Red value is 229 (89.84% from 255 or 54.27% from 422); Green value is 170 (66.80% from 255 or 40.28% from 422); Blue value is 23 (9.38% from 255 or 5.45% from 422); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AA17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E5AA17 is #1A55E8. Grayscale: #ABABAB. Windows color (decimal): -1725929 or 1551077. OLE color: 1551077.
HSL color Cylindrical-coordinate representation of color #E5AA17: hue angle of 42.82º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E5AA17 is Cyan = 0, Magento = 0.26, Yellow = 0.90 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 170 | 23 | - |
| CMYK | 0 | 0.26 | 0.90 | 0.10 |
| HSL | 42.82º | 0.82% | 0.49% | - |
| HSV(B) | 42.82º | 0.9% | 0.9% | - |
| XYZ | 46.84 | 45.47 | 7.12 | - |
| YUV | 170.88 | 44.55 | 169.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 170 | 23 | 0 | 0.26 | 0.90 | 0.10 | 42.82 | 0.82 | 0.49 |
| Hex | E5 | AA | 17 | 0 | 1A | 5A | A | 2B | 52 | 31 |
| Octal | 345 | 252 | 27 | 0 | 32 | 132 | 12 | 53 | 122 | 61 |
| Binary | 11100101 | 10101010 | 10111 | 0 | 11010 | 1011010 | 1010 | 101011 | 1010010 | 110001 |
Color Harmonies of #E5AA17
Complementary color
Monochromatic Colors of #E5AA17
Black with #E5AA17
Text Example
Text Example
White with #E5AA17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5AA17; }
p { color: rgb(229,170,23); }
H1.HeaderClassName
{
color: #E5AA17;
}
.AnyTagClassName
{
color: #E5AA17;
}
</style>
background-color css
<style>
a { background-color: #E5AA17; }
a { background-color: rgb(229,170,23); }
div.DivClassName
{
background-color: #E5AA17;
}
.BgClassName
{
background-color: #E5AA17;
}
</style>
border-color css
<style>
span { border-color: #E5AA17; }
span { border-color: rgb(229,170,23); }
td.TdClassName
{
border-color: #E5AA17;
}
.TagClassName
{
border-color: #E5AA17;
}
</style>