Shades of Gamboge #EE9C19
Tints of Gamboge #EE9C19
RGB
CMYK
RGB Variations
Color information
#EE9C19 (or 0xEE9C19) is known color: Gamboge. HEX triplet: EE, 9C and 19. RGB value is (238,156,25). Sum of RGB (Red+Green+Blue) = 238+156+25=419 (55% of max value = 765). Red value is 238 (93.36% from 255 or 56.80% from 419); Green value is 156 (61.33% from 255 or 37.23% from 419); Blue value is 25 (10.16% from 255 or 5.97% from 419); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9C19 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EE9C19 is #1163E6. Grayscale: #A6A6A6. Windows color (decimal): -1139687 or 1678574. OLE color: 1678574.
HSL color Cylindrical-coordinate representation of color #EE9C19: hue angle of 36.9º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EE9C19 is Cyan = 0, Magento = 0.34, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 156 | 25 | - |
| CMYK | 0 | 0.34 | 0.89 | 0.07 |
| HSL | 36.9º | 0.86% | 0.52% | - |
| HSV(B) | 36.9º | 0.89% | 0.93% | - |
| XYZ | 47.32 | 42.02 | 6.54 | - |
| YUV | 165.58 | 48.67 | 179.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 156 | 25 | 0 | 0.34 | 0.89 | 0.07 | 36.9 | 0.86 | 0.52 |
| Hex | EE | 9C | 19 | 0 | 22 | 59 | 7 | 25 | 56 | 34 |
| Octal | 356 | 234 | 31 | 0 | 42 | 131 | 7 | 45 | 126 | 64 |
| Binary | 11101110 | 10011100 | 11001 | 0 | 100010 | 1011001 | 111 | 100101 | 1010110 | 110100 |
Color Harmonies of #EE9C19
Complementary color
Monochromatic Colors of #EE9C19
Black with #EE9C19
Text Example
Text Example
White with #EE9C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE9C19; }
p { color: rgb(238,156,25); }
H1.HeaderClassName
{
color: #EE9C19;
}
.AnyTagClassName
{
color: #EE9C19;
}
</style>
background-color css
<style>
a { background-color: #EE9C19; }
a { background-color: rgb(238,156,25); }
div.DivClassName
{
background-color: #EE9C19;
}
.BgClassName
{
background-color: #EE9C19;
}
</style>
border-color css
<style>
span { border-color: #EE9C19; }
span { border-color: rgb(238,156,25); }
td.TdClassName
{
border-color: #EE9C19;
}
.TagClassName
{
border-color: #EE9C19;
}
</style>