Shades of Gamboge #EE9C05
Tints of Gamboge #EE9C05
RGB
CMYK
RGB Variations
Color information
#EE9C05 (or 0xEE9C05) is known color: Gamboge. HEX triplet: EE, 9C and 05. RGB value is (238,156,5). Sum of RGB (Red+Green+Blue) = 238+156+5=399 (52% of max value = 765). Red value is 238 (93.36% from 255 or 59.65% from 399); Green value is 156 (61.33% from 255 or 39.10% from 399); Blue value is 5 (2.34% from 255 or 1.25% from 399); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9C05 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EE9C05 is #1163FA. Grayscale: #A3A3A3. Windows color (decimal): -1139707 or 367854. OLE color: 367854.
HSL color Cylindrical-coordinate representation of color #EE9C05: hue angle of 38.88º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EE9C05 is Cyan = 0, Magento = 0.34, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 156 | 5 | - |
| CMYK | 0 | 0.34 | 0.98 | 0.07 |
| HSL | 38.88º | 0.96% | 0.48% | - |
| HSV(B) | 38.88º | 0.98% | 0.93% | - |
| XYZ | 47.18 | 41.97 | 5.76 | - |
| YUV | 163.3 | 38.67 | 181.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 156 | 5 | 0 | 0.34 | 0.98 | 0.07 | 38.88 | 0.96 | 0.48 |
| Hex | EE | 9C | 5 | 0 | 22 | 62 | 7 | 27 | 60 | 30 |
| Octal | 356 | 234 | 5 | 0 | 42 | 142 | 7 | 47 | 140 | 60 |
| Binary | 11101110 | 10011100 | 101 | 0 | 100010 | 1100010 | 111 | 100111 | 1100000 | 110000 |
Color Harmonies of #EE9C05
Complementary color
Monochromatic Colors of #EE9C05
Black with #EE9C05
Text Example
Text Example
White with #EE9C05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE9C05; }
p { color: rgb(238,156,5); }
H1.HeaderClassName
{
color: #EE9C05;
}
.AnyTagClassName
{
color: #EE9C05;
}
</style>
background-color css
<style>
a { background-color: #EE9C05; }
a { background-color: rgb(238,156,5); }
div.DivClassName
{
background-color: #EE9C05;
}
.BgClassName
{
background-color: #EE9C05;
}
</style>
border-color css
<style>
span { border-color: #EE9C05; }
span { border-color: rgb(238,156,5); }
td.TdClassName
{
border-color: #EE9C05;
}
.TagClassName
{
border-color: #EE9C05;
}
</style>