Shades of Gamboge #EE9C0F
Tints of Gamboge #EE9C0F
RGB
CMYK
RGB Variations
Color information
#EE9C0F (or 0xEE9C0F) is known color: Gamboge. HEX triplet: EE, 9C and 0F. RGB value is (238,156,15). Sum of RGB (Red+Green+Blue) = 238+156+15=409 (54% of max value = 765). Red value is 238 (93.36% from 255 or 58.19% from 409); Green value is 156 (61.33% from 255 or 38.14% from 409); Blue value is 15 (6.25% from 255 or 3.67% from 409); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9C0F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EE9C0F is #1163F0. Grayscale: #A5A5A5. Windows color (decimal): -1139697 or 1023214. OLE color: 1023214.
HSL color Cylindrical-coordinate representation of color #EE9C0F: hue angle of 37.94º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EE9C0F is Cyan = 0, Magento = 0.34, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 156 | 15 | - |
| CMYK | 0 | 0.34 | 0.94 | 0.07 |
| HSL | 37.94º | 0.88% | 0.5% | - |
| HSV(B) | 37.94º | 0.94% | 0.93% | - |
| XYZ | 47.23 | 41.99 | 6.07 | - |
| YUV | 164.44 | 43.67 | 180.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 156 | 15 | 0 | 0.34 | 0.94 | 0.07 | 37.94 | 0.88 | 0.5 |
| Hex | EE | 9C | F | 0 | 22 | 5E | 7 | 26 | 58 | 32 |
| Octal | 356 | 234 | 17 | 0 | 42 | 136 | 7 | 46 | 130 | 62 |
| Binary | 11101110 | 10011100 | 1111 | 0 | 100010 | 1011110 | 111 | 100110 | 1011000 | 110010 |
Color Harmonies of #EE9C0F
Complementary color
Monochromatic Colors of #EE9C0F
Black with #EE9C0F
Text Example
Text Example
White with #EE9C0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE9C0F; }
p { color: rgb(238,156,15); }
H1.HeaderClassName
{
color: #EE9C0F;
}
.AnyTagClassName
{
color: #EE9C0F;
}
</style>
background-color css
<style>
a { background-color: #EE9C0F; }
a { background-color: rgb(238,156,15); }
div.DivClassName
{
background-color: #EE9C0F;
}
.BgClassName
{
background-color: #EE9C0F;
}
</style>
border-color css
<style>
span { border-color: #EE9C0F; }
span { border-color: rgb(238,156,15); }
td.TdClassName
{
border-color: #EE9C0F;
}
.TagClassName
{
border-color: #EE9C0F;
}
</style>