Shades of Gamboge #EE970D
Tints of Gamboge #EE970D
RGB
CMYK
RGB Variations
Color information
#EE970D (or 0xEE970D) is known color: Gamboge. HEX triplet: EE, 97 and 0D. RGB value is (238,151,13). Sum of RGB (Red+Green+Blue) = 238+151+13=402 (53% of max value = 765). Red value is 238 (93.36% from 255 or 59.20% from 402); Green value is 151 (59.38% from 255 or 37.56% from 402); Blue value is 13 (5.47% from 255 or 3.23% from 402); Max value from RGB is 238 - color contains mainly: red. Hex color #EE970D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EE970D is #1168F2. Grayscale: #A1A1A1. Windows color (decimal): -1140979 or 890862. OLE color: 890862.
HSL color Cylindrical-coordinate representation of color #EE970D: hue angle of 36.8º 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 #EE970D is Cyan = 0, Magento = 0.37, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 151 | 13 | - |
| CMYK | 0 | 0.37 | 0.95 | 0.07 |
| HSL | 36.8º | 0.9% | 0.49% | - |
| HSV(B) | 36.8º | 0.95% | 0.93% | - |
| XYZ | 46.4 | 40.34 | 5.72 | - |
| YUV | 161.28 | 44.32 | 182.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 151 | 13 | 0 | 0.37 | 0.95 | 0.07 | 36.8 | 0.9 | 0.49 |
| Hex | EE | 97 | D | 0 | 25 | 5F | 7 | 25 | 5A | 31 |
| Octal | 356 | 227 | 15 | 0 | 45 | 137 | 7 | 45 | 132 | 61 |
| Binary | 11101110 | 10010111 | 1101 | 0 | 100101 | 1011111 | 111 | 100101 | 1011010 | 110001 |
Color Harmonies of #EE970D
Complementary color
Monochromatic Colors of #EE970D
Black with #EE970D
Text Example
Text Example
White with #EE970D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE970D; }
p { color: rgb(238,151,13); }
H1.HeaderClassName
{
color: #EE970D;
}
.AnyTagClassName
{
color: #EE970D;
}
</style>
background-color css
<style>
a { background-color: #EE970D; }
a { background-color: rgb(238,151,13); }
div.DivClassName
{
background-color: #EE970D;
}
.BgClassName
{
background-color: #EE970D;
}
</style>
border-color css
<style>
span { border-color: #EE970D; }
span { border-color: rgb(238,151,13); }
td.TdClassName
{
border-color: #EE970D;
}
.TagClassName
{
border-color: #EE970D;
}
</style>