Shades of Gamboge #EE9E09
Tints of Gamboge #EE9E09
RGB
CMYK
RGB Variations
Color information
#EE9E09 (or 0xEE9E09) is known color: Gamboge. HEX triplet: EE, 9E and 09. RGB value is (238,158,9). Sum of RGB (Red+Green+Blue) = 238+158+9=405 (53% of max value = 765). Red value is 238 (93.36% from 255 or 58.77% from 405); Green value is 158 (62.11% from 255 or 39.01% from 405); Blue value is 9 (3.91% from 255 or 2.22% from 405); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9E09 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EE9E09 is #1161F6. Grayscale: #A5A5A5. Windows color (decimal): -1139191 or 630510. OLE color: 630510.
HSL color Cylindrical-coordinate representation of color #EE9E09: hue angle of 39.04º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EE9E09 is Cyan = 0, Magento = 0.34, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 158 | 9 | - |
| CMYK | 0 | 0.34 | 0.96 | 0.07 |
| HSL | 39.04º | 0.93% | 0.48% | - |
| HSV(B) | 39.04º | 0.96% | 0.93% | - |
| XYZ | 47.54 | 42.65 | 5.99 | - |
| YUV | 164.93 | 40 | 180.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 158 | 9 | 0 | 0.34 | 0.96 | 0.07 | 39.04 | 0.93 | 0.48 |
| Hex | EE | 9E | 9 | 0 | 22 | 60 | 7 | 27 | 5D | 30 |
| Octal | 356 | 236 | 11 | 0 | 42 | 140 | 7 | 47 | 135 | 60 |
| Binary | 11101110 | 10011110 | 1001 | 0 | 100010 | 1100000 | 111 | 100111 | 1011101 | 110000 |
Color Harmonies of #EE9E09
Complementary color
Monochromatic Colors of #EE9E09
Black with #EE9E09
Text Example
Text Example
White with #EE9E09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE9E09; }
p { color: rgb(238,158,9); }
H1.HeaderClassName
{
color: #EE9E09;
}
.AnyTagClassName
{
color: #EE9E09;
}
</style>
background-color css
<style>
a { background-color: #EE9E09; }
a { background-color: rgb(238,158,9); }
div.DivClassName
{
background-color: #EE9E09;
}
.BgClassName
{
background-color: #EE9E09;
}
</style>
border-color css
<style>
span { border-color: #EE9E09; }
span { border-color: rgb(238,158,9); }
td.TdClassName
{
border-color: #EE9E09;
}
.TagClassName
{
border-color: #EE9E09;
}
</style>