Shades of Gamboge #EE9212
Tints of Gamboge #EE9212
RGB
CMYK
RGB Variations
Color information
#EE9212 (or 0xEE9212) is known color: Gamboge. HEX triplet: EE, 92 and 12. RGB value is (238,146,18). Sum of RGB (Red+Green+Blue) = 238+146+18=402 (53% of max value = 765). Red value is 238 (93.36% from 255 or 59.20% from 402); Green value is 146 (57.42% from 255 or 36.32% from 402); Blue value is 18 (7.42% from 255 or 4.48% from 402); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9212 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EE9212 is #116DED. Grayscale: #9F9F9F. Windows color (decimal): -1142254 or 1217262. OLE color: 1217262.
HSL color Cylindrical-coordinate representation of color #EE9212: hue angle of 34.91º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EE9212 is Cyan = 0, Magento = 0.39, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 146 | 18 | - |
| CMYK | 0 | 0.39 | 0.92 | 0.07 |
| HSL | 34.91º | 0.87% | 0.5% | - |
| HSV(B) | 34.91º | 0.92% | 0.93% | - |
| XYZ | 45.65 | 38.78 | 5.65 | - |
| YUV | 158.92 | 48.48 | 184.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 146 | 18 | 0 | 0.39 | 0.92 | 0.07 | 34.91 | 0.87 | 0.5 |
| Hex | EE | 92 | 12 | 0 | 27 | 5C | 7 | 23 | 57 | 32 |
| Octal | 356 | 222 | 22 | 0 | 47 | 134 | 7 | 43 | 127 | 62 |
| Binary | 11101110 | 10010010 | 10010 | 0 | 100111 | 1011100 | 111 | 100011 | 1010111 | 110010 |
Color Harmonies of #EE9212
Complementary color
Monochromatic Colors of #EE9212
Black with #EE9212
Text Example
Text Example
White with #EE9212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE9212; }
p { color: rgb(238,146,18); }
H1.HeaderClassName
{
color: #EE9212;
}
.AnyTagClassName
{
color: #EE9212;
}
</style>
background-color css
<style>
a { background-color: #EE9212; }
a { background-color: rgb(238,146,18); }
div.DivClassName
{
background-color: #EE9212;
}
.BgClassName
{
background-color: #EE9212;
}
</style>
border-color css
<style>
span { border-color: #EE9212; }
span { border-color: rgb(238,146,18); }
td.TdClassName
{
border-color: #EE9212;
}
.TagClassName
{
border-color: #EE9212;
}
</style>