Shades of Gamboge #EAAA17
Tints of Gamboge #EAAA17
RGB
CMYK
RGB Variations
Color information
#EAAA17 (or 0xEAAA17) is known color: Gamboge. HEX triplet: EA, AA and 17. RGB value is (234,170,23). Sum of RGB (Red+Green+Blue) = 234+170+23=427 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.80% from 427); Green value is 170 (66.80% from 255 or 39.81% from 427); Blue value is 23 (9.38% from 255 or 5.39% from 427); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAA17 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EAAA17 is #1555E8. Grayscale: #ADADAD. Windows color (decimal): -1398249 or 1551082. OLE color: 1551082.
HSL color Cylindrical-coordinate representation of color #EAAA17: hue angle of 41.8º 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 #EAAA17 is Cyan = 0, Magento = 0.27, Yellow = 0.90 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 170 | 23 | - |
| CMYK | 0 | 0.27 | 0.90 | 0.08 |
| HSL | 41.8º | 0.83% | 0.5% | - |
| HSV(B) | 41.8º | 0.9% | 0.92% | - |
| XYZ | 48.46 | 46.3 | 7.19 | - |
| YUV | 172.38 | 43.7 | 171.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 170 | 23 | 0 | 0.27 | 0.90 | 0.08 | 41.8 | 0.83 | 0.5 |
| Hex | EA | AA | 17 | 0 | 1B | 5A | 8 | 2A | 53 | 32 |
| Octal | 352 | 252 | 27 | 0 | 33 | 132 | 10 | 52 | 123 | 62 |
| Binary | 11101010 | 10101010 | 10111 | 0 | 11011 | 1011010 | 1000 | 101010 | 1010011 | 110010 |
Color Harmonies of #EAAA17
Complementary color
Monochromatic Colors of #EAAA17
Black with #EAAA17
Text Example
Text Example
White with #EAAA17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAAA17; }
p { color: rgb(234,170,23); }
H1.HeaderClassName
{
color: #EAAA17;
}
.AnyTagClassName
{
color: #EAAA17;
}
</style>
background-color css
<style>
a { background-color: #EAAA17; }
a { background-color: rgb(234,170,23); }
div.DivClassName
{
background-color: #EAAA17;
}
.BgClassName
{
background-color: #EAAA17;
}
</style>
border-color css
<style>
span { border-color: #EAAA17; }
span { border-color: rgb(234,170,23); }
td.TdClassName
{
border-color: #EAAA17;
}
.TagClassName
{
border-color: #EAAA17;
}
</style>