Shades of Gamboge #EE960F
Tints of Gamboge #EE960F
RGB
CMYK
RGB Variations
Color information
#EE960F (or 0xEE960F) is known color: Gamboge. HEX triplet: EE, 96 and 0F. RGB value is (238,150,15). Sum of RGB (Red+Green+Blue) = 238+150+15=403 (53% of max value = 765). Red value is 238 (93.36% from 255 or 59.06% from 403); Green value is 150 (58.98% from 255 or 37.22% from 403); Blue value is 15 (6.25% from 255 or 3.72% from 403); Max value from RGB is 238 - color contains mainly: red. Hex color #EE960F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EE960F is #1169F0. Grayscale: #A1A1A1. Windows color (decimal): -1141233 or 1021678. OLE color: 1021678.
HSL color Cylindrical-coordinate representation of color #EE960F: hue angle of 36.32º 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 #EE960F is Cyan = 0, Magento = 0.37, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 150 | 15 | - |
| CMYK | 0 | 0.37 | 0.94 | 0.07 |
| HSL | 36.32º | 0.88% | 0.5% | - |
| HSV(B) | 36.32º | 0.94% | 0.93% | - |
| XYZ | 46.25 | 40.02 | 5.74 | - |
| YUV | 160.92 | 45.65 | 182.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 150 | 15 | 0 | 0.37 | 0.94 | 0.07 | 36.32 | 0.88 | 0.5 |
| Hex | EE | 96 | F | 0 | 25 | 5E | 7 | 24 | 58 | 32 |
| Octal | 356 | 226 | 17 | 0 | 45 | 136 | 7 | 44 | 130 | 62 |
| Binary | 11101110 | 10010110 | 1111 | 0 | 100101 | 1011110 | 111 | 100100 | 1011000 | 110010 |
Color Harmonies of #EE960F
Complementary color
Monochromatic Colors of #EE960F
Black with #EE960F
Text Example
Text Example
White with #EE960F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE960F; }
p { color: rgb(238,150,15); }
H1.HeaderClassName
{
color: #EE960F;
}
.AnyTagClassName
{
color: #EE960F;
}
</style>
background-color css
<style>
a { background-color: #EE960F; }
a { background-color: rgb(238,150,15); }
div.DivClassName
{
background-color: #EE960F;
}
.BgClassName
{
background-color: #EE960F;
}
</style>
border-color css
<style>
span { border-color: #EE960F; }
span { border-color: rgb(238,150,15); }
td.TdClassName
{
border-color: #EE960F;
}
.TagClassName
{
border-color: #EE960F;
}
</style>