Shades of Gamboge #EE9A0E
Tints of Gamboge #EE9A0E
RGB
CMYK
RGB Variations
Color information
#EE9A0E (or 0xEE9A0E) is known color: Gamboge. HEX triplet: EE, 9A and 0E. RGB value is (238,154,14). Sum of RGB (Red+Green+Blue) = 238+154+14=406 (53% of max value = 765). Red value is 238 (93.36% from 255 or 58.62% from 406); Green value is 154 (60.55% from 255 or 37.93% from 406); Blue value is 14 (5.86% from 255 or 3.45% from 406); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9A0E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EE9A0E is #1165F1. Grayscale: #A3A3A3. Windows color (decimal): -1140210 or 957166. OLE color: 957166.
HSL color Cylindrical-coordinate representation of color #EE9A0E: hue angle of 37.5º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EE9A0E is Cyan = 0, Magento = 0.35, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 154 | 14 | - |
| CMYK | 0 | 0.35 | 0.94 | 0.07 |
| HSL | 37.5º | 0.89% | 0.49% | - |
| HSV(B) | 37.5º | 0.94% | 0.93% | - |
| XYZ | 46.89 | 41.32 | 5.92 | - |
| YUV | 163.16 | 43.83 | 181.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 154 | 14 | 0 | 0.35 | 0.94 | 0.07 | 37.5 | 0.89 | 0.49 |
| Hex | EE | 9A | E | 0 | 23 | 5E | 7 | 26 | 59 | 31 |
| Octal | 356 | 232 | 16 | 0 | 43 | 136 | 7 | 46 | 131 | 61 |
| Binary | 11101110 | 10011010 | 1110 | 0 | 100011 | 1011110 | 111 | 100110 | 1011001 | 110001 |
Color Harmonies of #EE9A0E
Complementary color
Monochromatic Colors of #EE9A0E
Black with #EE9A0E
Text Example
Text Example
White with #EE9A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE9A0E; }
p { color: rgb(238,154,14); }
H1.HeaderClassName
{
color: #EE9A0E;
}
.AnyTagClassName
{
color: #EE9A0E;
}
</style>
background-color css
<style>
a { background-color: #EE9A0E; }
a { background-color: rgb(238,154,14); }
div.DivClassName
{
background-color: #EE9A0E;
}
.BgClassName
{
background-color: #EE9A0E;
}
</style>
border-color css
<style>
span { border-color: #EE9A0E; }
span { border-color: rgb(238,154,14); }
td.TdClassName
{
border-color: #EE9A0E;
}
.TagClassName
{
border-color: #EE9A0E;
}
</style>