Shades of Gamboge #EA9610
Tints of Gamboge #EA9610
RGB
CMYK
RGB Variations
Color information
#EA9610 (or 0xEA9610) is known color: Gamboge. HEX triplet: EA, 96 and 10. RGB value is (234,150,16). Sum of RGB (Red+Green+Blue) = 234+150+16=400 (52% of max value = 765). Red value is 234 (91.80% from 255 or 58.5% from 400); Green value is 150 (58.98% from 255 or 37.5% from 400); Blue value is 16 (6.64% from 255 or 4% from 400); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9610 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA9610 is #1569EF. Grayscale: #A0A0A0. Windows color (decimal): -1403376 or 1087210. OLE color: 1087210.
HSL color Cylindrical-coordinate representation of color #EA9610: hue angle of 36.88º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EA9610 is Cyan = 0, Magento = 0.36, Yellow = 0.93 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 150 | 16 | - |
| CMYK | 0 | 0.36 | 0.93 | 0.08 |
| HSL | 36.88º | 0.87% | 0.49% | - |
| HSV(B) | 36.88º | 0.93% | 0.92% | - |
| XYZ | 44.93 | 39.34 | 5.72 | - |
| YUV | 159.84 | 46.83 | 180.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 150 | 16 | 0 | 0.36 | 0.93 | 0.08 | 36.88 | 0.87 | 0.49 |
| Hex | EA | 96 | 10 | 0 | 24 | 5D | 8 | 25 | 57 | 31 |
| Octal | 352 | 226 | 20 | 0 | 44 | 135 | 10 | 45 | 127 | 61 |
| Binary | 11101010 | 10010110 | 10000 | 0 | 100100 | 1011101 | 1000 | 100101 | 1010111 | 110001 |
Color Harmonies of #EA9610
Complementary color
Monochromatic Colors of #EA9610
Black with #EA9610
Text Example
Text Example
White with #EA9610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9610; }
p { color: rgb(234,150,16); }
H1.HeaderClassName
{
color: #EA9610;
}
.AnyTagClassName
{
color: #EA9610;
}
</style>
background-color css
<style>
a { background-color: #EA9610; }
a { background-color: rgb(234,150,16); }
div.DivClassName
{
background-color: #EA9610;
}
.BgClassName
{
background-color: #EA9610;
}
</style>
border-color css
<style>
span { border-color: #EA9610; }
span { border-color: rgb(234,150,16); }
td.TdClassName
{
border-color: #EA9610;
}
.TagClassName
{
border-color: #EA9610;
}
</style>