Shades of Gamboge #EAA917
Tints of Gamboge #EAA917
RGB
CMYK
RGB Variations
Color information
#EAA917 (or 0xEAA917) is known color: Gamboge. HEX triplet: EA, A9 and 17. RGB value is (234,169,23). Sum of RGB (Red+Green+Blue) = 234+169+23=426 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.93% from 426); Green value is 169 (66.41% from 255 or 39.67% from 426); Blue value is 23 (9.38% from 255 or 5.40% from 426); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA917 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EAA917 is #1556E8. Grayscale: #ACACAC. Windows color (decimal): -1398505 or 1550826. OLE color: 1550826.
HSL color Cylindrical-coordinate representation of color #EAA917: hue angle of 41.52º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EAA917 is Cyan = 0, Magento = 0.28, Yellow = 0.90 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 169 | 23 | - |
| CMYK | 0 | 0.28 | 0.90 | 0.08 |
| HSL | 41.52º | 0.83% | 0.5% | - |
| HSV(B) | 41.52º | 0.9% | 0.92% | - |
| XYZ | 48.27 | 45.93 | 7.13 | - |
| YUV | 171.79 | 44.03 | 172.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 169 | 23 | 0 | 0.28 | 0.90 | 0.08 | 41.52 | 0.83 | 0.5 |
| Hex | EA | A9 | 17 | 0 | 1C | 5A | 8 | 2A | 53 | 32 |
| Octal | 352 | 251 | 27 | 0 | 34 | 132 | 10 | 52 | 123 | 62 |
| Binary | 11101010 | 10101001 | 10111 | 0 | 11100 | 1011010 | 1000 | 101010 | 1010011 | 110010 |
Color Harmonies of #EAA917
Complementary color
Monochromatic Colors of #EAA917
Black with #EAA917
Text Example
Text Example
White with #EAA917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA917; }
p { color: rgb(234,169,23); }
H1.HeaderClassName
{
color: #EAA917;
}
.AnyTagClassName
{
color: #EAA917;
}
</style>
background-color css
<style>
a { background-color: #EAA917; }
a { background-color: rgb(234,169,23); }
div.DivClassName
{
background-color: #EAA917;
}
.BgClassName
{
background-color: #EAA917;
}
</style>
border-color css
<style>
span { border-color: #EAA917; }
span { border-color: rgb(234,169,23); }
td.TdClassName
{
border-color: #EAA917;
}
.TagClassName
{
border-color: #EAA917;
}
</style>