Shades of Gamboge #EEA60E
Tints of Gamboge #EEA60E
RGB
CMYK
RGB Variations
Color information
#EEA60E (or 0xEEA60E) is known color: Gamboge. HEX triplet: EE, A6 and 0E. RGB value is (238,166,14). Sum of RGB (Red+Green+Blue) = 238+166+14=418 (55% of max value = 765). Red value is 238 (93.36% from 255 or 56.94% from 418); Green value is 166 (65.23% from 255 or 39.71% from 418); Blue value is 14 (5.86% from 255 or 3.35% from 418); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA60E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EEA60E is #1159F1. Grayscale: #AAAAAA. Windows color (decimal): -1137138 or 960238. OLE color: 960238.
HSL color Cylindrical-coordinate representation of color #EEA60E: hue angle of 40.71º 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 #EEA60E is Cyan = 0, Magento = 0.30, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 166 | 14 | - |
| CMYK | 0 | 0.30 | 0.94 | 0.07 |
| HSL | 40.71º | 0.89% | 0.49% | - |
| HSV(B) | 40.71º | 0.94% | 0.93% | - |
| XYZ | 48.98 | 45.48 | 6.61 | - |
| YUV | 170.2 | 39.85 | 176.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 166 | 14 | 0 | 0.30 | 0.94 | 0.07 | 40.71 | 0.89 | 0.49 |
| Hex | EE | A6 | E | 0 | 1E | 5E | 7 | 29 | 59 | 31 |
| Octal | 356 | 246 | 16 | 0 | 36 | 136 | 7 | 51 | 131 | 61 |
| Binary | 11101110 | 10100110 | 1110 | 0 | 11110 | 1011110 | 111 | 101001 | 1011001 | 110001 |
Color Harmonies of #EEA60E
Complementary color
Monochromatic Colors of #EEA60E
Black with #EEA60E
Text Example
Text Example
White with #EEA60E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA60E; }
p { color: rgb(238,166,14); }
H1.HeaderClassName
{
color: #EEA60E;
}
.AnyTagClassName
{
color: #EEA60E;
}
</style>
background-color css
<style>
a { background-color: #EEA60E; }
a { background-color: rgb(238,166,14); }
div.DivClassName
{
background-color: #EEA60E;
}
.BgClassName
{
background-color: #EEA60E;
}
</style>
border-color css
<style>
span { border-color: #EEA60E; }
span { border-color: rgb(238,166,14); }
td.TdClassName
{
border-color: #EEA60E;
}
.TagClassName
{
border-color: #EEA60E;
}
</style>