Shades of Gamboge #EE9E15
Tints of Gamboge #EE9E15
RGB
CMYK
RGB Variations
Color information
#EE9E15 (or 0xEE9E15) is known color: Gamboge. HEX triplet: EE, 9E and 15. RGB value is (238,158,21). Sum of RGB (Red+Green+Blue) = 238+158+21=417 (55% of max value = 765). Red value is 238 (93.36% from 255 or 57.07% from 417); Green value is 158 (62.11% from 255 or 37.89% from 417); Blue value is 21 (8.59% from 255 or 5.04% from 417); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9E15 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EE9E15 is #1161EA. Grayscale: #A6A6A6. Windows color (decimal): -1139179 or 1416942. OLE color: 1416942.
HSL color Cylindrical-coordinate representation of color #EE9E15: hue angle of 37.88º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EE9E15 is Cyan = 0, Magento = 0.34, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 158 | 21 | - |
| CMYK | 0 | 0.34 | 0.91 | 0.07 |
| HSL | 37.88º | 0.86% | 0.51% | - |
| HSV(B) | 37.88º | 0.91% | 0.93% | - |
| XYZ | 47.62 | 42.69 | 6.44 | - |
| YUV | 166.3 | 46 | 179.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 158 | 21 | 0 | 0.34 | 0.91 | 0.07 | 37.88 | 0.86 | 0.51 |
| Hex | EE | 9E | 15 | 0 | 22 | 5B | 7 | 26 | 56 | 33 |
| Octal | 356 | 236 | 25 | 0 | 42 | 133 | 7 | 46 | 126 | 63 |
| Binary | 11101110 | 10011110 | 10101 | 0 | 100010 | 1011011 | 111 | 100110 | 1010110 | 110011 |
Color Harmonies of #EE9E15
Complementary color
Monochromatic Colors of #EE9E15
Black with #EE9E15
Text Example
Text Example
White with #EE9E15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE9E15; }
p { color: rgb(238,158,21); }
H1.HeaderClassName
{
color: #EE9E15;
}
.AnyTagClassName
{
color: #EE9E15;
}
</style>
background-color css
<style>
a { background-color: #EE9E15; }
a { background-color: rgb(238,158,21); }
div.DivClassName
{
background-color: #EE9E15;
}
.BgClassName
{
background-color: #EE9E15;
}
</style>
border-color css
<style>
span { border-color: #EE9E15; }
span { border-color: rgb(238,158,21); }
td.TdClassName
{
border-color: #EE9E15;
}
.TagClassName
{
border-color: #EE9E15;
}
</style>