Shades of Gamboge #EE990E
Tints of Gamboge #EE990E
RGB
CMYK
RGB Variations
Color information
#EE990E (or 0xEE990E) is known color: Gamboge. HEX triplet: EE, 99 and 0E. RGB value is (238,153,14). Sum of RGB (Red+Green+Blue) = 238+153+14=405 (53% of max value = 765). Red value is 238 (93.36% from 255 or 58.77% from 405); Green value is 153 (60.16% from 255 or 37.78% from 405); Blue value is 14 (5.86% from 255 or 3.46% from 405); Max value from RGB is 238 - color contains mainly: red. Hex color #EE990E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EE990E is #1166F1. Grayscale: #A3A3A3. Windows color (decimal): -1140466 or 956910. OLE color: 956910.
HSL color Cylindrical-coordinate representation of color #EE990E: hue angle of 37.23º 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 #EE990E is Cyan = 0, Magento = 0.36, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 153 | 14 | - |
| CMYK | 0 | 0.36 | 0.94 | 0.07 |
| HSL | 37.23º | 0.89% | 0.49% | - |
| HSV(B) | 37.23º | 0.94% | 0.93% | - |
| XYZ | 46.73 | 40.99 | 5.86 | - |
| YUV | 162.57 | 44.16 | 181.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 153 | 14 | 0 | 0.36 | 0.94 | 0.07 | 37.23 | 0.89 | 0.49 |
| Hex | EE | 99 | E | 0 | 24 | 5E | 7 | 25 | 59 | 31 |
| Octal | 356 | 231 | 16 | 0 | 44 | 136 | 7 | 45 | 131 | 61 |
| Binary | 11101110 | 10011001 | 1110 | 0 | 100100 | 1011110 | 111 | 100101 | 1011001 | 110001 |
Color Harmonies of #EE990E
Complementary color
Monochromatic Colors of #EE990E
Black with #EE990E
Text Example
Text Example
White with #EE990E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE990E; }
p { color: rgb(238,153,14); }
H1.HeaderClassName
{
color: #EE990E;
}
.AnyTagClassName
{
color: #EE990E;
}
</style>
background-color css
<style>
a { background-color: #EE990E; }
a { background-color: rgb(238,153,14); }
div.DivClassName
{
background-color: #EE990E;
}
.BgClassName
{
background-color: #EE990E;
}
</style>
border-color css
<style>
span { border-color: #EE990E; }
span { border-color: rgb(238,153,14); }
td.TdClassName
{
border-color: #EE990E;
}
.TagClassName
{
border-color: #EE990E;
}
</style>