Shades of Gamboge #EE970F
Tints of Gamboge #EE970F
RGB
CMYK
RGB Variations
Color information
#EE970F (or 0xEE970F) is known color: Gamboge. HEX triplet: EE, 97 and 0F. RGB value is (238,151,15). Sum of RGB (Red+Green+Blue) = 238+151+15=404 (53% of max value = 765). Red value is 238 (93.36% from 255 or 58.91% from 404); Green value is 151 (59.38% from 255 or 37.38% from 404); Blue value is 15 (6.25% from 255 or 3.71% from 404); Max value from RGB is 238 - color contains mainly: red. Hex color #EE970F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EE970F is #1168F0. Grayscale: #A2A2A2. Windows color (decimal): -1140977 or 1021934. OLE color: 1021934.
HSL color Cylindrical-coordinate representation of color #EE970F: hue angle of 36.59º 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 #EE970F is Cyan = 0, Magento = 0.37, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 151 | 15 | - |
| CMYK | 0 | 0.37 | 0.94 | 0.07 |
| HSL | 36.59º | 0.88% | 0.5% | - |
| HSV(B) | 36.59º | 0.94% | 0.93% | - |
| XYZ | 46.41 | 40.34 | 5.79 | - |
| YUV | 161.51 | 45.32 | 182.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 151 | 15 | 0 | 0.37 | 0.94 | 0.07 | 36.59 | 0.88 | 0.5 |
| Hex | EE | 97 | F | 0 | 25 | 5E | 7 | 25 | 58 | 32 |
| Octal | 356 | 227 | 17 | 0 | 45 | 136 | 7 | 45 | 130 | 62 |
| Binary | 11101110 | 10010111 | 1111 | 0 | 100101 | 1011110 | 111 | 100101 | 1011000 | 110010 |
Color Harmonies of #EE970F
Complementary color
Monochromatic Colors of #EE970F
Black with #EE970F
Text Example
Text Example
White with #EE970F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE970F; }
p { color: rgb(238,151,15); }
H1.HeaderClassName
{
color: #EE970F;
}
.AnyTagClassName
{
color: #EE970F;
}
</style>
background-color css
<style>
a { background-color: #EE970F; }
a { background-color: rgb(238,151,15); }
div.DivClassName
{
background-color: #EE970F;
}
.BgClassName
{
background-color: #EE970F;
}
</style>
border-color css
<style>
span { border-color: #EE970F; }
span { border-color: rgb(238,151,15); }
td.TdClassName
{
border-color: #EE970F;
}
.TagClassName
{
border-color: #EE970F;
}
</style>