Shades of Gamboge #EE970B
Tints of Gamboge #EE970B
RGB
CMYK
RGB Variations
Color information
#EE970B (or 0xEE970B) is known color: Gamboge. HEX triplet: EE, 97 and 0B. RGB value is (238,151,11). Sum of RGB (Red+Green+Blue) = 238+151+11=400 (52% of max value = 765). Red value is 238 (93.36% from 255 or 59.5% from 400); Green value is 151 (59.38% from 255 or 37.75% from 400); Blue value is 11 (4.69% from 255 or 2.75% from 400); Max value from RGB is 238 - color contains mainly: red. Hex color #EE970B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EE970B is #1168F4. Grayscale: #A1A1A1. Windows color (decimal): -1140981 or 759790. OLE color: 759790.
HSL color Cylindrical-coordinate representation of color #EE970B: hue angle of 37º degrees, saturation: 0.91, 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 #EE970B is Cyan = 0, Magento = 0.37, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 151 | 11 | - |
| CMYK | 0 | 0.37 | 0.95 | 0.07 |
| HSL | 37º | 0.91% | 0.49% | - |
| HSV(B) | 37º | 0.95% | 0.93% | - |
| XYZ | 46.39 | 40.33 | 5.66 | - |
| YUV | 161.05 | 43.32 | 182.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 151 | 11 | 0 | 0.37 | 0.95 | 0.07 | 37 | 0.91 | 0.49 |
| Hex | EE | 97 | B | 0 | 25 | 5F | 7 | 25 | 5B | 31 |
| Octal | 356 | 227 | 13 | 0 | 45 | 137 | 7 | 45 | 133 | 61 |
| Binary | 11101110 | 10010111 | 1011 | 0 | 100101 | 1011111 | 111 | 100101 | 1011011 | 110001 |
Color Harmonies of #EE970B
Complementary color
Monochromatic Colors of #EE970B
Black with #EE970B
Text Example
Text Example
White with #EE970B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE970B; }
p { color: rgb(238,151,11); }
H1.HeaderClassName
{
color: #EE970B;
}
.AnyTagClassName
{
color: #EE970B;
}
</style>
background-color css
<style>
a { background-color: #EE970B; }
a { background-color: rgb(238,151,11); }
div.DivClassName
{
background-color: #EE970B;
}
.BgClassName
{
background-color: #EE970B;
}
</style>
border-color css
<style>
span { border-color: #EE970B; }
span { border-color: rgb(238,151,11); }
td.TdClassName
{
border-color: #EE970B;
}
.TagClassName
{
border-color: #EE970B;
}
</style>