Shades of Gamboge #EE9B18
Tints of Gamboge #EE9B18
RGB
CMYK
RGB Variations
Color information
#EE9B18 (or 0xEE9B18) is known color: Gamboge. HEX triplet: EE, 9B and 18. RGB value is (238,155,24). Sum of RGB (Red+Green+Blue) = 238+155+24=417 (55% of max value = 765). Red value is 238 (93.36% from 255 or 57.07% from 417); Green value is 155 (60.94% from 255 or 37.17% from 417); Blue value is 24 (9.77% from 255 or 5.76% from 417); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9B18 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EE9B18 is #1164E7. Grayscale: #A5A5A5. Windows color (decimal): -1139944 or 1612782. OLE color: 1612782.
HSL color Cylindrical-coordinate representation of color #EE9B18: hue angle of 36.73º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EE9B18 is Cyan = 0, Magento = 0.35, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 155 | 24 | - |
| CMYK | 0 | 0.35 | 0.90 | 0.07 |
| HSL | 36.73º | 0.86% | 0.51% | - |
| HSV(B) | 36.73º | 0.9% | 0.93% | - |
| XYZ | 47.15 | 41.69 | 6.43 | - |
| YUV | 164.88 | 48.5 | 180.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 155 | 24 | 0 | 0.35 | 0.90 | 0.07 | 36.73 | 0.86 | 0.51 |
| Hex | EE | 9B | 18 | 0 | 23 | 5A | 7 | 25 | 56 | 33 |
| Octal | 356 | 233 | 30 | 0 | 43 | 132 | 7 | 45 | 126 | 63 |
| Binary | 11101110 | 10011011 | 11000 | 0 | 100011 | 1011010 | 111 | 100101 | 1010110 | 110011 |
Color Harmonies of #EE9B18
Complementary color
Monochromatic Colors of #EE9B18
Black with #EE9B18
Text Example
Text Example
White with #EE9B18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE9B18; }
p { color: rgb(238,155,24); }
H1.HeaderClassName
{
color: #EE9B18;
}
.AnyTagClassName
{
color: #EE9B18;
}
</style>
background-color css
<style>
a { background-color: #EE9B18; }
a { background-color: rgb(238,155,24); }
div.DivClassName
{
background-color: #EE9B18;
}
.BgClassName
{
background-color: #EE9B18;
}
</style>
border-color css
<style>
span { border-color: #EE9B18; }
span { border-color: rgb(238,155,24); }
td.TdClassName
{
border-color: #EE9B18;
}
.TagClassName
{
border-color: #EE9B18;
}
</style>