Shades of Gamboge #EE9311
Tints of Gamboge #EE9311
RGB
CMYK
RGB Variations
Color information
#EE9311 (or 0xEE9311) is known color: Gamboge. HEX triplet: EE, 93 and 11. RGB value is (238,147,17). Sum of RGB (Red+Green+Blue) = 238+147+17=402 (53% of max value = 765). Red value is 238 (93.36% from 255 or 59.20% from 402); Green value is 147 (57.81% from 255 or 36.57% from 402); Blue value is 17 (7.03% from 255 or 4.23% from 402); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9311 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EE9311 is #116CEE. Grayscale: #A0A0A0. Windows color (decimal): -1141999 or 1151982. OLE color: 1151982.
HSL color Cylindrical-coordinate representation of color #EE9311: hue angle of 35.29º 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 #EE9311 is Cyan = 0, Magento = 0.38, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 147 | 17 | - |
| CMYK | 0 | 0.38 | 0.93 | 0.07 |
| HSL | 35.29º | 0.87% | 0.5% | - |
| HSV(B) | 35.29º | 0.93% | 0.93% | - |
| XYZ | 45.79 | 39.09 | 5.66 | - |
| YUV | 159.39 | 47.65 | 184.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 147 | 17 | 0 | 0.38 | 0.93 | 0.07 | 35.29 | 0.87 | 0.5 |
| Hex | EE | 93 | 11 | 0 | 26 | 5D | 7 | 23 | 57 | 32 |
| Octal | 356 | 223 | 21 | 0 | 46 | 135 | 7 | 43 | 127 | 62 |
| Binary | 11101110 | 10010011 | 10001 | 0 | 100110 | 1011101 | 111 | 100011 | 1010111 | 110010 |
Color Harmonies of #EE9311
Complementary color
Monochromatic Colors of #EE9311
Black with #EE9311
Text Example
Text Example
White with #EE9311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE9311; }
p { color: rgb(238,147,17); }
H1.HeaderClassName
{
color: #EE9311;
}
.AnyTagClassName
{
color: #EE9311;
}
</style>
background-color css
<style>
a { background-color: #EE9311; }
a { background-color: rgb(238,147,17); }
div.DivClassName
{
background-color: #EE9311;
}
.BgClassName
{
background-color: #EE9311;
}
</style>
border-color css
<style>
span { border-color: #EE9311; }
span { border-color: rgb(238,147,17); }
td.TdClassName
{
border-color: #EE9311;
}
.TagClassName
{
border-color: #EE9311;
}
</style>