Shades of Gamboge #EAA916
Tints of Gamboge #EAA916
RGB
CMYK
RGB Variations
Color information
#EAA916 (or 0xEAA916) is known color: Gamboge. HEX triplet: EA, A9 and 16. RGB value is (234,169,22). Sum of RGB (Red+Green+Blue) = 234+169+22=425 (56% of max value = 765). Red value is 234 (91.80% from 255 or 55.06% from 425); Green value is 169 (66.41% from 255 or 39.76% from 425); Blue value is 22 (8.98% from 255 or 5.18% from 425); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA916 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EAA916 is #1556E9. Grayscale: #ACACAC. Windows color (decimal): -1398506 or 1485290. OLE color: 1485290.
HSL color Cylindrical-coordinate representation of color #EAA916: hue angle of 41.6º 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 #EAA916 is Cyan = 0, Magento = 0.28, Yellow = 0.91 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 169 | 22 | - |
| CMYK | 0 | 0.28 | 0.91 | 0.08 |
| HSL | 41.6º | 0.83% | 0.5% | - |
| HSV(B) | 41.6º | 0.91% | 0.92% | - |
| XYZ | 48.26 | 45.93 | 7.08 | - |
| YUV | 171.68 | 43.53 | 172.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 169 | 22 | 0 | 0.28 | 0.91 | 0.08 | 41.6 | 0.83 | 0.5 |
| Hex | EA | A9 | 16 | 0 | 1C | 5B | 8 | 2A | 53 | 32 |
| Octal | 352 | 251 | 26 | 0 | 34 | 133 | 10 | 52 | 123 | 62 |
| Binary | 11101010 | 10101001 | 10110 | 0 | 11100 | 1011011 | 1000 | 101010 | 1010011 | 110010 |
Color Harmonies of #EAA916
Complementary color
Monochromatic Colors of #EAA916
Black with #EAA916
Text Example
Text Example
White with #EAA916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA916; }
p { color: rgb(234,169,22); }
H1.HeaderClassName
{
color: #EAA916;
}
.AnyTagClassName
{
color: #EAA916;
}
</style>
background-color css
<style>
a { background-color: #EAA916; }
a { background-color: rgb(234,169,22); }
div.DivClassName
{
background-color: #EAA916;
}
.BgClassName
{
background-color: #EAA916;
}
</style>
border-color css
<style>
span { border-color: #EAA916; }
span { border-color: rgb(234,169,22); }
td.TdClassName
{
border-color: #EAA916;
}
.TagClassName
{
border-color: #EAA916;
}
</style>