Shades of Gamboge #EE950C
Tints of Gamboge #EE950C
RGB
CMYK
RGB Variations
Color information
#EE950C (or 0xEE950C) is known color: Gamboge. HEX triplet: EE, 95 and 0C. RGB value is (238,149,12). Sum of RGB (Red+Green+Blue) = 238+149+12=399 (52% of max value = 765). Red value is 238 (93.36% from 255 or 59.65% from 399); Green value is 149 (58.59% from 255 or 37.34% from 399); Blue value is 12 (5.08% from 255 or 3.01% from 399); Max value from RGB is 238 - color contains mainly: red. Hex color #EE950C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EE950C is #116AF3. Grayscale: #A0A0A0. Windows color (decimal): -1141492 or 824814. OLE color: 824814.
HSL color Cylindrical-coordinate representation of color #EE950C: hue angle of 36.37º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EE950C is Cyan = 0, Magento = 0.37, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 149 | 12 | - |
| CMYK | 0 | 0.37 | 0.95 | 0.07 |
| HSL | 36.37º | 0.9% | 0.49% | - |
| HSV(B) | 36.37º | 0.95% | 0.93% | - |
| XYZ | 46.07 | 39.7 | 5.58 | - |
| YUV | 159.99 | 44.49 | 183.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 149 | 12 | 0 | 0.37 | 0.95 | 0.07 | 36.37 | 0.9 | 0.49 |
| Hex | EE | 95 | C | 0 | 25 | 5F | 7 | 24 | 5A | 31 |
| Octal | 356 | 225 | 14 | 0 | 45 | 137 | 7 | 44 | 132 | 61 |
| Binary | 11101110 | 10010101 | 1100 | 0 | 100101 | 1011111 | 111 | 100100 | 1011010 | 110001 |
Color Harmonies of #EE950C
Complementary color
Monochromatic Colors of #EE950C
Black with #EE950C
Text Example
Text Example
White with #EE950C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE950C; }
p { color: rgb(238,149,12); }
H1.HeaderClassName
{
color: #EE950C;
}
.AnyTagClassName
{
color: #EE950C;
}
</style>
background-color css
<style>
a { background-color: #EE950C; }
a { background-color: rgb(238,149,12); }
div.DivClassName
{
background-color: #EE950C;
}
.BgClassName
{
background-color: #EE950C;
}
</style>
border-color css
<style>
span { border-color: #EE950C; }
span { border-color: rgb(238,149,12); }
td.TdClassName
{
border-color: #EE950C;
}
.TagClassName
{
border-color: #EE950C;
}
</style>