Shades of Gamboge #EA9916
Tints of Gamboge #EA9916
RGB
CMYK
RGB Variations
Color information
#EA9916 (or 0xEA9916) is known color: Gamboge. HEX triplet: EA, 99 and 16. RGB value is (234,153,22). Sum of RGB (Red+Green+Blue) = 234+153+22=409 (54% of max value = 765). Red value is 234 (91.80% from 255 or 57.21% from 409); Green value is 153 (60.16% from 255 or 37.41% from 409); Blue value is 22 (8.98% from 255 or 5.38% from 409); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9916 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA9916 is #1566E9. Grayscale: #A2A2A2. Windows color (decimal): -1402602 or 1481194. OLE color: 1481194.
HSL color Cylindrical-coordinate representation of color #EA9916: hue angle of 37.08º 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 #EA9916 is Cyan = 0, Magento = 0.35, Yellow = 0.91 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 153 | 22 | - |
| CMYK | 0 | 0.35 | 0.91 | 0.08 |
| HSL | 37.08º | 0.83% | 0.5% | - |
| HSV(B) | 37.08º | 0.91% | 0.92% | - |
| XYZ | 45.47 | 40.33 | 6.15 | - |
| YUV | 162.29 | 48.84 | 179.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 153 | 22 | 0 | 0.35 | 0.91 | 0.08 | 37.08 | 0.83 | 0.5 |
| Hex | EA | 99 | 16 | 0 | 23 | 5B | 8 | 25 | 53 | 32 |
| Octal | 352 | 231 | 26 | 0 | 43 | 133 | 10 | 45 | 123 | 62 |
| Binary | 11101010 | 10011001 | 10110 | 0 | 100011 | 1011011 | 1000 | 100101 | 1010011 | 110010 |
Color Harmonies of #EA9916
Complementary color
Monochromatic Colors of #EA9916
Black with #EA9916
Text Example
Text Example
White with #EA9916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9916; }
p { color: rgb(234,153,22); }
H1.HeaderClassName
{
color: #EA9916;
}
.AnyTagClassName
{
color: #EA9916;
}
</style>
background-color css
<style>
a { background-color: #EA9916; }
a { background-color: rgb(234,153,22); }
div.DivClassName
{
background-color: #EA9916;
}
.BgClassName
{
background-color: #EA9916;
}
</style>
border-color css
<style>
span { border-color: #EA9916; }
span { border-color: rgb(234,153,22); }
td.TdClassName
{
border-color: #EA9916;
}
.TagClassName
{
border-color: #EA9916;
}
</style>