Shades of Gamboge #EE950F
Tints of Gamboge #EE950F
RGB
CMYK
RGB Variations
Color information
#EE950F (or 0xEE950F) is known color: Gamboge. HEX triplet: EE, 95 and 0F. RGB value is (238,149,15). Sum of RGB (Red+Green+Blue) = 238+149+15=402 (53% of max value = 765). Red value is 238 (93.36% from 255 or 59.20% from 402); Green value is 149 (58.59% from 255 or 37.06% from 402); Blue value is 15 (6.25% from 255 or 3.73% from 402); Max value from RGB is 238 - color contains mainly: red. Hex color #EE950F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EE950F is #116AF0. Grayscale: #A0A0A0. Windows color (decimal): -1141489 or 1021422. OLE color: 1021422.
HSL color Cylindrical-coordinate representation of color #EE950F: hue angle of 36.05º 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 #EE950F is Cyan = 0, Magento = 0.37, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 149 | 15 | - |
| CMYK | 0 | 0.37 | 0.94 | 0.07 |
| HSL | 36.05º | 0.88% | 0.5% | - |
| HSV(B) | 36.05º | 0.94% | 0.93% | - |
| XYZ | 46.09 | 39.71 | 5.69 | - |
| YUV | 160.34 | 45.99 | 183.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 149 | 15 | 0 | 0.37 | 0.94 | 0.07 | 36.05 | 0.88 | 0.5 |
| Hex | EE | 95 | F | 0 | 25 | 5E | 7 | 24 | 58 | 32 |
| Octal | 356 | 225 | 17 | 0 | 45 | 136 | 7 | 44 | 130 | 62 |
| Binary | 11101110 | 10010101 | 1111 | 0 | 100101 | 1011110 | 111 | 100100 | 1011000 | 110010 |
Color Harmonies of #EE950F
Complementary color
Monochromatic Colors of #EE950F
Black with #EE950F
Text Example
Text Example
White with #EE950F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE950F; }
p { color: rgb(238,149,15); }
H1.HeaderClassName
{
color: #EE950F;
}
.AnyTagClassName
{
color: #EE950F;
}
</style>
background-color css
<style>
a { background-color: #EE950F; }
a { background-color: rgb(238,149,15); }
div.DivClassName
{
background-color: #EE950F;
}
.BgClassName
{
background-color: #EE950F;
}
</style>
border-color css
<style>
span { border-color: #EE950F; }
span { border-color: rgb(238,149,15); }
td.TdClassName
{
border-color: #EE950F;
}
.TagClassName
{
border-color: #EE950F;
}
</style>