Shades of Gamboge #EEA70E
Tints of Gamboge #EEA70E
RGB
CMYK
RGB Variations
Color information
#EEA70E (or 0xEEA70E) is known color: Gamboge. HEX triplet: EE, A7 and 0E. RGB value is (238,167,14). Sum of RGB (Red+Green+Blue) = 238+167+14=419 (55% of max value = 765). Red value is 238 (93.36% from 255 or 56.80% from 419); Green value is 167 (65.62% from 255 or 39.86% from 419); Blue value is 14 (5.86% from 255 or 3.34% from 419); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA70E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EEA70E is #1158F1. Grayscale: #ABABAB. Windows color (decimal): -1136882 or 960494. OLE color: 960494.
HSL color Cylindrical-coordinate representation of color #EEA70E: hue angle of 40.98º 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 #EEA70E is Cyan = 0, Magento = 0.30, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 167 | 14 | - |
| CMYK | 0 | 0.30 | 0.94 | 0.07 |
| HSL | 40.98º | 0.89% | 0.49% | - |
| HSV(B) | 40.98º | 0.94% | 0.93% | - |
| XYZ | 49.16 | 45.85 | 6.67 | - |
| YUV | 170.79 | 39.52 | 175.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 167 | 14 | 0 | 0.30 | 0.94 | 0.07 | 40.98 | 0.89 | 0.49 |
| Hex | EE | A7 | E | 0 | 1E | 5E | 7 | 29 | 59 | 31 |
| Octal | 356 | 247 | 16 | 0 | 36 | 136 | 7 | 51 | 131 | 61 |
| Binary | 11101110 | 10100111 | 1110 | 0 | 11110 | 1011110 | 111 | 101001 | 1011001 | 110001 |
Color Harmonies of #EEA70E
Complementary color
Monochromatic Colors of #EEA70E
Black with #EEA70E
Text Example
Text Example
White with #EEA70E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA70E; }
p { color: rgb(238,167,14); }
H1.HeaderClassName
{
color: #EEA70E;
}
.AnyTagClassName
{
color: #EEA70E;
}
</style>
background-color css
<style>
a { background-color: #EEA70E; }
a { background-color: rgb(238,167,14); }
div.DivClassName
{
background-color: #EEA70E;
}
.BgClassName
{
background-color: #EEA70E;
}
</style>
border-color css
<style>
span { border-color: #EEA70E; }
span { border-color: rgb(238,167,14); }
td.TdClassName
{
border-color: #EEA70E;
}
.TagClassName
{
border-color: #EEA70E;
}
</style>