Shades of Gamboge #EE9D0F
Tints of Gamboge #EE9D0F
RGB
CMYK
RGB Variations
Color information
#EE9D0F (or 0xEE9D0F) is known color: Gamboge. HEX triplet: EE, 9D and 0F. RGB value is (238,157,15). Sum of RGB (Red+Green+Blue) = 238+157+15=410 (54% of max value = 765). Red value is 238 (93.36% from 255 or 58.05% from 410); Green value is 157 (61.72% from 255 or 38.29% from 410); Blue value is 15 (6.25% from 255 or 3.66% from 410); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9D0F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EE9D0F is #1162F0. Grayscale: #A5A5A5. Windows color (decimal): -1139441 or 1023470. OLE color: 1023470.
HSL color Cylindrical-coordinate representation of color #EE9D0F: hue angle of 38.21º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EE9D0F is Cyan = 0, Magento = 0.34, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 157 | 15 | - |
| CMYK | 0 | 0.34 | 0.94 | 0.07 |
| HSL | 38.21º | 0.88% | 0.5% | - |
| HSV(B) | 38.21º | 0.94% | 0.93% | - |
| XYZ | 47.4 | 42.33 | 6.12 | - |
| YUV | 165.03 | 43.34 | 180.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 157 | 15 | 0 | 0.34 | 0.94 | 0.07 | 38.21 | 0.88 | 0.5 |
| Hex | EE | 9D | F | 0 | 22 | 5E | 7 | 26 | 58 | 32 |
| Octal | 356 | 235 | 17 | 0 | 42 | 136 | 7 | 46 | 130 | 62 |
| Binary | 11101110 | 10011101 | 1111 | 0 | 100010 | 1011110 | 111 | 100110 | 1011000 | 110010 |
Color Harmonies of #EE9D0F
Complementary color
Monochromatic Colors of #EE9D0F
Black with #EE9D0F
Text Example
Text Example
White with #EE9D0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE9D0F; }
p { color: rgb(238,157,15); }
H1.HeaderClassName
{
color: #EE9D0F;
}
.AnyTagClassName
{
color: #EE9D0F;
}
</style>
background-color css
<style>
a { background-color: #EE9D0F; }
a { background-color: rgb(238,157,15); }
div.DivClassName
{
background-color: #EE9D0F;
}
.BgClassName
{
background-color: #EE9D0F;
}
</style>
border-color css
<style>
span { border-color: #EE9D0F; }
span { border-color: rgb(238,157,15); }
td.TdClassName
{
border-color: #EE9D0F;
}
.TagClassName
{
border-color: #EE9D0F;
}
</style>