Shades of Gamboge #EAAA16
Tints of Gamboge #EAAA16
RGB
CMYK
RGB Variations
Color information
#EAAA16 (or 0xEAAA16) is known color: Gamboge. HEX triplet: EA, AA and 16. RGB value is (234,170,22). Sum of RGB (Red+Green+Blue) = 234+170+22=426 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.93% from 426); Green value is 170 (66.80% from 255 or 39.91% from 426); Blue value is 22 (8.98% from 255 or 5.16% from 426); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAA16 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EAAA16 is #1555E9. Grayscale: #ACACAC. Windows color (decimal): -1398250 or 1485546. OLE color: 1485546.
HSL color Cylindrical-coordinate representation of color #EAAA16: hue angle of 41.89º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EAAA16 is Cyan = 0, Magento = 0.27, Yellow = 0.91 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 170 | 22 | - |
| CMYK | 0 | 0.27 | 0.91 | 0.08 |
| HSL | 41.89º | 0.83% | 0.5% | - |
| HSV(B) | 41.89º | 0.91% | 0.92% | - |
| XYZ | 48.45 | 46.3 | 7.14 | - |
| YUV | 172.26 | 43.2 | 172.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 170 | 22 | 0 | 0.27 | 0.91 | 0.08 | 41.89 | 0.83 | 0.5 |
| Hex | EA | AA | 16 | 0 | 1B | 5B | 8 | 2A | 53 | 32 |
| Octal | 352 | 252 | 26 | 0 | 33 | 133 | 10 | 52 | 123 | 62 |
| Binary | 11101010 | 10101010 | 10110 | 0 | 11011 | 1011011 | 1000 | 101010 | 1010011 | 110010 |
Color Harmonies of #EAAA16
Complementary color
Monochromatic Colors of #EAAA16
Black with #EAAA16
Text Example
Text Example
White with #EAAA16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAAA16; }
p { color: rgb(234,170,22); }
H1.HeaderClassName
{
color: #EAAA16;
}
.AnyTagClassName
{
color: #EAAA16;
}
</style>
background-color css
<style>
a { background-color: #EAAA16; }
a { background-color: rgb(234,170,22); }
div.DivClassName
{
background-color: #EAAA16;
}
.BgClassName
{
background-color: #EAAA16;
}
</style>
border-color css
<style>
span { border-color: #EAAA16; }
span { border-color: rgb(234,170,22); }
td.TdClassName
{
border-color: #EAAA16;
}
.TagClassName
{
border-color: #EAAA16;
}
</style>