Shades of Gamboge #EA9816
Tints of Gamboge #EA9816
RGB
CMYK
RGB Variations
Color information
#EA9816 (or 0xEA9816) is known color: Gamboge. HEX triplet: EA, 98 and 16. RGB value is (234,152,22). Sum of RGB (Red+Green+Blue) = 234+152+22=408 (54% of max value = 765). Red value is 234 (91.80% from 255 or 57.35% from 408); Green value is 152 (59.77% from 255 or 37.25% from 408); Blue value is 22 (8.98% from 255 or 5.39% from 408); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9816 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA9816 is #1567E9. Grayscale: #A2A2A2. Windows color (decimal): -1402858 or 1480938. OLE color: 1480938.
HSL color Cylindrical-coordinate representation of color #EA9816: hue angle of 36.79º 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 #EA9816 is Cyan = 0, Magento = 0.35, Yellow = 0.91 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 152 | 22 | - |
| CMYK | 0 | 0.35 | 0.91 | 0.08 |
| HSL | 36.79º | 0.83% | 0.5% | - |
| HSV(B) | 36.79º | 0.91% | 0.92% | - |
| XYZ | 45.3 | 40.01 | 6.09 | - |
| YUV | 161.7 | 49.17 | 179.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 152 | 22 | 0 | 0.35 | 0.91 | 0.08 | 36.79 | 0.83 | 0.5 |
| Hex | EA | 98 | 16 | 0 | 23 | 5B | 8 | 25 | 53 | 32 |
| Octal | 352 | 230 | 26 | 0 | 43 | 133 | 10 | 45 | 123 | 62 |
| Binary | 11101010 | 10011000 | 10110 | 0 | 100011 | 1011011 | 1000 | 100101 | 1010011 | 110010 |
Color Harmonies of #EA9816
Complementary color
Monochromatic Colors of #EA9816
Black with #EA9816
Text Example
Text Example
White with #EA9816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9816; }
p { color: rgb(234,152,22); }
H1.HeaderClassName
{
color: #EA9816;
}
.AnyTagClassName
{
color: #EA9816;
}
</style>
background-color css
<style>
a { background-color: #EA9816; }
a { background-color: rgb(234,152,22); }
div.DivClassName
{
background-color: #EA9816;
}
.BgClassName
{
background-color: #EA9816;
}
</style>
border-color css
<style>
span { border-color: #EA9816; }
span { border-color: rgb(234,152,22); }
td.TdClassName
{
border-color: #EA9816;
}
.TagClassName
{
border-color: #EA9816;
}
</style>