Shades of Gamboge #EA900E
Tints of Gamboge #EA900E
RGB
CMYK
RGB Variations
Color information
#EA900E (or 0xEA900E) is known color: Gamboge. HEX triplet: EA, 90 and 0E. RGB value is (234,144,14). Sum of RGB (Red+Green+Blue) = 234+144+14=392 (51% of max value = 765). Red value is 234 (91.80% from 255 or 59.69% from 392); Green value is 144 (56.64% from 255 or 36.73% from 392); Blue value is 14 (5.86% from 255 or 3.57% from 392); Max value from RGB is 234 - color contains mainly: red. Hex color #EA900E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EA900E is #156FF1. Grayscale: #9C9C9C. Windows color (decimal): -1404914 or 954602. OLE color: 954602.
HSL color Cylindrical-coordinate representation of color #EA900E: hue angle of 35.45º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EA900E is Cyan = 0, Magento = 0.38, Yellow = 0.94 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 144 | 14 | - |
| CMYK | 0 | 0.38 | 0.94 | 0.08 |
| HSL | 35.45º | 0.89% | 0.49% | - |
| HSV(B) | 35.45º | 0.94% | 0.92% | - |
| XYZ | 43.98 | 37.47 | 5.33 | - |
| YUV | 156.09 | 47.82 | 183.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 144 | 14 | 0 | 0.38 | 0.94 | 0.08 | 35.45 | 0.89 | 0.49 |
| Hex | EA | 90 | E | 0 | 26 | 5E | 8 | 23 | 59 | 31 |
| Octal | 352 | 220 | 16 | 0 | 46 | 136 | 10 | 43 | 131 | 61 |
| Binary | 11101010 | 10010000 | 1110 | 0 | 100110 | 1011110 | 1000 | 100011 | 1011001 | 110001 |
Color Harmonies of #EA900E
Complementary color
Monochromatic Colors of #EA900E
Black with #EA900E
Text Example
Text Example
White with #EA900E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA900E; }
p { color: rgb(234,144,14); }
H1.HeaderClassName
{
color: #EA900E;
}
.AnyTagClassName
{
color: #EA900E;
}
</style>
background-color css
<style>
a { background-color: #EA900E; }
a { background-color: rgb(234,144,14); }
div.DivClassName
{
background-color: #EA900E;
}
.BgClassName
{
background-color: #EA900E;
}
</style>
border-color css
<style>
span { border-color: #EA900E; }
span { border-color: rgb(234,144,14); }
td.TdClassName
{
border-color: #EA900E;
}
.TagClassName
{
border-color: #EA900E;
}
</style>