Shades of Gamboge #EE9C0C
Tints of Gamboge #EE9C0C
RGB
CMYK
RGB Variations
Color information
#EE9C0C (or 0xEE9C0C) is known color: Gamboge. HEX triplet: EE, 9C and 0C. RGB value is (238,156,12). Sum of RGB (Red+Green+Blue) = 238+156+12=406 (53% of max value = 765). Red value is 238 (93.36% from 255 or 58.62% from 406); Green value is 156 (61.33% from 255 or 38.42% from 406); Blue value is 12 (5.08% from 255 or 2.96% from 406); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9C0C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EE9C0C is #1163F3. Grayscale: #A4A4A4. Windows color (decimal): -1139700 or 826606. OLE color: 826606.
HSL color Cylindrical-coordinate representation of color #EE9C0C: hue angle of 38.23º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EE9C0C is Cyan = 0, Magento = 0.34, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 156 | 12 | - |
| CMYK | 0 | 0.34 | 0.95 | 0.07 |
| HSL | 38.23º | 0.9% | 0.49% | - |
| HSV(B) | 38.23º | 0.95% | 0.93% | - |
| XYZ | 47.21 | 41.98 | 5.96 | - |
| YUV | 164.1 | 42.17 | 180.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 156 | 12 | 0 | 0.34 | 0.95 | 0.07 | 38.23 | 0.9 | 0.49 |
| Hex | EE | 9C | C | 0 | 22 | 5F | 7 | 26 | 5A | 31 |
| Octal | 356 | 234 | 14 | 0 | 42 | 137 | 7 | 46 | 132 | 61 |
| Binary | 11101110 | 10011100 | 1100 | 0 | 100010 | 1011111 | 111 | 100110 | 1011010 | 110001 |
Color Harmonies of #EE9C0C
Complementary color
Monochromatic Colors of #EE9C0C
Black with #EE9C0C
Text Example
Text Example
White with #EE9C0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE9C0C; }
p { color: rgb(238,156,12); }
H1.HeaderClassName
{
color: #EE9C0C;
}
.AnyTagClassName
{
color: #EE9C0C;
}
</style>
background-color css
<style>
a { background-color: #EE9C0C; }
a { background-color: rgb(238,156,12); }
div.DivClassName
{
background-color: #EE9C0C;
}
.BgClassName
{
background-color: #EE9C0C;
}
</style>
border-color css
<style>
span { border-color: #EE9C0C; }
span { border-color: rgb(238,156,12); }
td.TdClassName
{
border-color: #EE9C0C;
}
.TagClassName
{
border-color: #EE9C0C;
}
</style>