Shades of Gamboge #EE960E
Tints of Gamboge #EE960E
RGB
CMYK
RGB Variations
Color information
#EE960E (or 0xEE960E) is known color: Gamboge. HEX triplet: EE, 96 and 0E. RGB value is (238,150,14). Sum of RGB (Red+Green+Blue) = 238+150+14=402 (53% of max value = 765). Red value is 238 (93.36% from 255 or 59.20% from 402); Green value is 150 (58.98% from 255 or 37.31% from 402); Blue value is 14 (5.86% from 255 or 3.48% from 402); Max value from RGB is 238 - color contains mainly: red. Hex color #EE960E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EE960E is #1169F1. Grayscale: #A1A1A1. Windows color (decimal): -1141234 or 956142. OLE color: 956142.
HSL color Cylindrical-coordinate representation of color #EE960E: hue angle of 36.43º 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 #EE960E is Cyan = 0, Magento = 0.37, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 150 | 14 | - |
| CMYK | 0 | 0.37 | 0.94 | 0.07 |
| HSL | 36.43º | 0.89% | 0.49% | - |
| HSV(B) | 36.43º | 0.94% | 0.93% | - |
| XYZ | 46.25 | 40.02 | 5.7 | - |
| YUV | 160.81 | 45.15 | 183.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 150 | 14 | 0 | 0.37 | 0.94 | 0.07 | 36.43 | 0.89 | 0.49 |
| Hex | EE | 96 | E | 0 | 25 | 5E | 7 | 24 | 59 | 31 |
| Octal | 356 | 226 | 16 | 0 | 45 | 136 | 7 | 44 | 131 | 61 |
| Binary | 11101110 | 10010110 | 1110 | 0 | 100101 | 1011110 | 111 | 100100 | 1011001 | 110001 |
Color Harmonies of #EE960E
Complementary color
Monochromatic Colors of #EE960E
Black with #EE960E
Text Example
Text Example
White with #EE960E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE960E; }
p { color: rgb(238,150,14); }
H1.HeaderClassName
{
color: #EE960E;
}
.AnyTagClassName
{
color: #EE960E;
}
</style>
background-color css
<style>
a { background-color: #EE960E; }
a { background-color: rgb(238,150,14); }
div.DivClassName
{
background-color: #EE960E;
}
.BgClassName
{
background-color: #EE960E;
}
</style>
border-color css
<style>
span { border-color: #EE960E; }
span { border-color: rgb(238,150,14); }
td.TdClassName
{
border-color: #EE960E;
}
.TagClassName
{
border-color: #EE960E;
}
</style>