Shades of Gamboge #EE9F16
Tints of Gamboge #EE9F16
RGB
CMYK
RGB Variations
Color information
#EE9F16 (or 0xEE9F16) is known color: Gamboge. HEX triplet: EE, 9F and 16. RGB value is (238,159,22). Sum of RGB (Red+Green+Blue) = 238+159+22=419 (55% of max value = 765). Red value is 238 (93.36% from 255 or 56.80% from 419); Green value is 159 (62.5% from 255 or 37.95% from 419); Blue value is 22 (8.98% from 255 or 5.25% from 419); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9F16 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EE9F16 is #1160E9. Grayscale: #A7A7A7. Windows color (decimal): -1138922 or 1482734. OLE color: 1482734.
HSL color Cylindrical-coordinate representation of color #EE9F16: hue angle of 38.06º 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 #EE9F16 is Cyan = 0, Magento = 0.33, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 159 | 22 | - |
| CMYK | 0 | 0.33 | 0.91 | 0.07 |
| HSL | 38.06º | 0.86% | 0.51% | - |
| HSV(B) | 38.06º | 0.91% | 0.93% | - |
| XYZ | 47.8 | 43.03 | 6.55 | - |
| YUV | 167 | 46.17 | 178.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 159 | 22 | 0 | 0.33 | 0.91 | 0.07 | 38.06 | 0.86 | 0.51 |
| Hex | EE | 9F | 16 | 0 | 21 | 5B | 7 | 26 | 56 | 33 |
| Octal | 356 | 237 | 26 | 0 | 41 | 133 | 7 | 46 | 126 | 63 |
| Binary | 11101110 | 10011111 | 10110 | 0 | 100001 | 1011011 | 111 | 100110 | 1010110 | 110011 |
Color Harmonies of #EE9F16
Complementary color
Monochromatic Colors of #EE9F16
Black with #EE9F16
Text Example
Text Example
White with #EE9F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE9F16; }
p { color: rgb(238,159,22); }
H1.HeaderClassName
{
color: #EE9F16;
}
.AnyTagClassName
{
color: #EE9F16;
}
</style>
background-color css
<style>
a { background-color: #EE9F16; }
a { background-color: rgb(238,159,22); }
div.DivClassName
{
background-color: #EE9F16;
}
.BgClassName
{
background-color: #EE9F16;
}
</style>
border-color css
<style>
span { border-color: #EE9F16; }
span { border-color: rgb(238,159,22); }
td.TdClassName
{
border-color: #EE9F16;
}
.TagClassName
{
border-color: #EE9F16;
}
</style>