Shades of Gamboge #EE940E
Tints of Gamboge #EE940E
RGB
CMYK
RGB Variations
Color information
#EE940E (or 0xEE940E) is known color: Gamboge. HEX triplet: EE, 94 and 0E. RGB value is (238,148,14). Sum of RGB (Red+Green+Blue) = 238+148+14=400 (52% of max value = 765). Red value is 238 (93.36% from 255 or 59.5% from 400); Green value is 148 (58.20% from 255 or 37% from 400); Blue value is 14 (5.86% from 255 or 3.5% from 400); Max value from RGB is 238 - color contains mainly: red. Hex color #EE940E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EE940E is #116BF1. Grayscale: #A0A0A0. Windows color (decimal): -1141746 or 955630. OLE color: 955630.
HSL color Cylindrical-coordinate representation of color #EE940E: hue angle of 35.89º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EE940E is Cyan = 0, Magento = 0.38, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 148 | 14 | - |
| CMYK | 0 | 0.38 | 0.94 | 0.07 |
| HSL | 35.89º | 0.89% | 0.49% | - |
| HSV(B) | 35.89º | 0.94% | 0.93% | - |
| XYZ | 45.93 | 39.39 | 5.6 | - |
| YUV | 159.63 | 45.82 | 183.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 148 | 14 | 0 | 0.38 | 0.94 | 0.07 | 35.89 | 0.89 | 0.49 |
| Hex | EE | 94 | E | 0 | 26 | 5E | 7 | 24 | 59 | 31 |
| Octal | 356 | 224 | 16 | 0 | 46 | 136 | 7 | 44 | 131 | 61 |
| Binary | 11101110 | 10010100 | 1110 | 0 | 100110 | 1011110 | 111 | 100100 | 1011001 | 110001 |
Color Harmonies of #EE940E
Complementary color
Monochromatic Colors of #EE940E
Black with #EE940E
Text Example
Text Example
White with #EE940E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE940E; }
p { color: rgb(238,148,14); }
H1.HeaderClassName
{
color: #EE940E;
}
.AnyTagClassName
{
color: #EE940E;
}
</style>
background-color css
<style>
a { background-color: #EE940E; }
a { background-color: rgb(238,148,14); }
div.DivClassName
{
background-color: #EE940E;
}
.BgClassName
{
background-color: #EE940E;
}
</style>
border-color css
<style>
span { border-color: #EE940E; }
span { border-color: rgb(238,148,14); }
td.TdClassName
{
border-color: #EE940E;
}
.TagClassName
{
border-color: #EE940E;
}
</style>