Shades of Gamboge #EEA70A
Tints of Gamboge #EEA70A
RGB
CMYK
RGB Variations
Color information
#EEA70A (or 0xEEA70A) is known color: Gamboge. HEX triplet: EE, A7 and 0A. RGB value is (238,167,10). Sum of RGB (Red+Green+Blue) = 238+167+10=415 (54% of max value = 765). Red value is 238 (93.36% from 255 or 57.35% from 415); Green value is 167 (65.62% from 255 or 40.24% from 415); Blue value is 10 (4.30% from 255 or 2.41% from 415); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA70A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EEA70A is #1158F5. Grayscale: #ABABAB. Windows color (decimal): -1136886 or 698350. OLE color: 698350.
HSL color Cylindrical-coordinate representation of color #EEA70A: hue angle of 41.32º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EEA70A is Cyan = 0, Magento = 0.30, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 167 | 10 | - |
| CMYK | 0 | 0.30 | 0.96 | 0.07 |
| HSL | 41.32º | 0.92% | 0.49% | - |
| HSV(B) | 41.32º | 0.96% | 0.93% | - |
| XYZ | 49.13 | 45.84 | 6.54 | - |
| YUV | 170.33 | 37.52 | 176.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 167 | 10 | 0 | 0.30 | 0.96 | 0.07 | 41.32 | 0.92 | 0.49 |
| Hex | EE | A7 | A | 0 | 1E | 60 | 7 | 29 | 5C | 31 |
| Octal | 356 | 247 | 12 | 0 | 36 | 140 | 7 | 51 | 134 | 61 |
| Binary | 11101110 | 10100111 | 1010 | 0 | 11110 | 1100000 | 111 | 101001 | 1011100 | 110001 |
Color Harmonies of #EEA70A
Complementary color
Monochromatic Colors of #EEA70A
Black with #EEA70A
Text Example
Text Example
White with #EEA70A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA70A; }
p { color: rgb(238,167,10); }
H1.HeaderClassName
{
color: #EEA70A;
}
.AnyTagClassName
{
color: #EEA70A;
}
</style>
background-color css
<style>
a { background-color: #EEA70A; }
a { background-color: rgb(238,167,10); }
div.DivClassName
{
background-color: #EEA70A;
}
.BgClassName
{
background-color: #EEA70A;
}
</style>
border-color css
<style>
span { border-color: #EEA70A; }
span { border-color: rgb(238,167,10); }
td.TdClassName
{
border-color: #EEA70A;
}
.TagClassName
{
border-color: #EEA70A;
}
</style>