Shades of Gamboge #EE9210
Tints of Gamboge #EE9210
RGB
CMYK
RGB Variations
Color information
#EE9210 (or 0xEE9210) is known color: Gamboge. HEX triplet: EE, 92 and 10. RGB value is (238,146,16). Sum of RGB (Red+Green+Blue) = 238+146+16=400 (52% of max value = 765). Red value is 238 (93.36% from 255 or 59.5% from 400); Green value is 146 (57.42% from 255 or 36.5% from 400); Blue value is 16 (6.64% from 255 or 4% from 400); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9210 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EE9210 is #116DEF. Grayscale: #9F9F9F. Windows color (decimal): -1142256 or 1086190. OLE color: 1086190.
HSL color Cylindrical-coordinate representation of color #EE9210: hue angle of 35.14º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EE9210 is Cyan = 0, Magento = 0.39, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 146 | 16 | - |
| CMYK | 0 | 0.39 | 0.93 | 0.07 |
| HSL | 35.14º | 0.87% | 0.5% | - |
| HSV(B) | 35.14º | 0.93% | 0.93% | - |
| XYZ | 45.63 | 38.77 | 5.57 | - |
| YUV | 158.69 | 47.48 | 184.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 146 | 16 | 0 | 0.39 | 0.93 | 0.07 | 35.14 | 0.87 | 0.5 |
| Hex | EE | 92 | 10 | 0 | 27 | 5D | 7 | 23 | 57 | 32 |
| Octal | 356 | 222 | 20 | 0 | 47 | 135 | 7 | 43 | 127 | 62 |
| Binary | 11101110 | 10010010 | 10000 | 0 | 100111 | 1011101 | 111 | 100011 | 1010111 | 110010 |
Color Harmonies of #EE9210
Complementary color
Monochromatic Colors of #EE9210
Black with #EE9210
Text Example
Text Example
White with #EE9210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE9210; }
p { color: rgb(238,146,16); }
H1.HeaderClassName
{
color: #EE9210;
}
.AnyTagClassName
{
color: #EE9210;
}
</style>
background-color css
<style>
a { background-color: #EE9210; }
a { background-color: rgb(238,146,16); }
div.DivClassName
{
background-color: #EE9210;
}
.BgClassName
{
background-color: #EE9210;
}
</style>
border-color css
<style>
span { border-color: #EE9210; }
span { border-color: rgb(238,146,16); }
td.TdClassName
{
border-color: #EE9210;
}
.TagClassName
{
border-color: #EE9210;
}
</style>