Shades of Gamboge #EE9D19
Tints of Gamboge #EE9D19
RGB
CMYK
RGB Variations
Color information
#EE9D19 (or 0xEE9D19) is known color: Gamboge. HEX triplet: EE, 9D and 19. RGB value is (238,157,25). Sum of RGB (Red+Green+Blue) = 238+157+25=420 (55% of max value = 765). Red value is 238 (93.36% from 255 or 56.67% from 420); Green value is 157 (61.72% from 255 or 37.38% from 420); Blue value is 25 (10.16% from 255 or 5.95% from 420); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9D19 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EE9D19 is #1162E6. Grayscale: #A6A6A6. Windows color (decimal): -1139431 or 1678830. OLE color: 1678830.
HSL color Cylindrical-coordinate representation of color #EE9D19: hue angle of 37.18º 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 #EE9D19 is Cyan = 0, Magento = 0.34, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 157 | 25 | - |
| CMYK | 0 | 0.34 | 0.89 | 0.07 |
| HSL | 37.18º | 0.86% | 0.52% | - |
| HSV(B) | 37.18º | 0.89% | 0.93% | - |
| XYZ | 47.49 | 42.36 | 6.59 | - |
| YUV | 166.17 | 48.34 | 179.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 157 | 25 | 0 | 0.34 | 0.89 | 0.07 | 37.18 | 0.86 | 0.52 |
| Hex | EE | 9D | 19 | 0 | 22 | 59 | 7 | 25 | 56 | 34 |
| Octal | 356 | 235 | 31 | 0 | 42 | 131 | 7 | 45 | 126 | 64 |
| Binary | 11101110 | 10011101 | 11001 | 0 | 100010 | 1011001 | 111 | 100101 | 1010110 | 110100 |
Color Harmonies of #EE9D19
Complementary color
Monochromatic Colors of #EE9D19
Black with #EE9D19
Text Example
Text Example
White with #EE9D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE9D19; }
p { color: rgb(238,157,25); }
H1.HeaderClassName
{
color: #EE9D19;
}
.AnyTagClassName
{
color: #EE9D19;
}
</style>
background-color css
<style>
a { background-color: #EE9D19; }
a { background-color: rgb(238,157,25); }
div.DivClassName
{
background-color: #EE9D19;
}
.BgClassName
{
background-color: #EE9D19;
}
</style>
border-color css
<style>
span { border-color: #EE9D19; }
span { border-color: rgb(238,157,25); }
td.TdClassName
{
border-color: #EE9D19;
}
.TagClassName
{
border-color: #EE9D19;
}
</style>