Shades of Gamboge #EEA00E
Tints of Gamboge #EEA00E
RGB
CMYK
RGB Variations
Color information
#EEA00E (or 0xEEA00E) is known color: Gamboge. HEX triplet: EE, A0 and 0E. RGB value is (238,160,14). Sum of RGB (Red+Green+Blue) = 238+160+14=412 (54% of max value = 765). Red value is 238 (93.36% from 255 or 57.77% from 412); Green value is 160 (62.89% from 255 or 38.83% from 412); Blue value is 14 (5.86% from 255 or 3.40% from 412); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA00E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EEA00E is #115FF1. Grayscale: #A7A7A7. Windows color (decimal): -1138674 or 958702. OLE color: 958702.
HSL color Cylindrical-coordinate representation of color #EEA00E: hue angle of 39.11º 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 #EEA00E is Cyan = 0, Magento = 0.33, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 160 | 14 | - |
| CMYK | 0 | 0.33 | 0.94 | 0.07 |
| HSL | 39.11º | 0.89% | 0.49% | - |
| HSV(B) | 39.11º | 0.94% | 0.93% | - |
| XYZ | 47.91 | 43.35 | 6.26 | - |
| YUV | 166.68 | 41.84 | 178.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 160 | 14 | 0 | 0.33 | 0.94 | 0.07 | 39.11 | 0.89 | 0.49 |
| Hex | EE | A0 | E | 0 | 21 | 5E | 7 | 27 | 59 | 31 |
| Octal | 356 | 240 | 16 | 0 | 41 | 136 | 7 | 47 | 131 | 61 |
| Binary | 11101110 | 10100000 | 1110 | 0 | 100001 | 1011110 | 111 | 100111 | 1011001 | 110001 |
Color Harmonies of #EEA00E
Complementary color
Monochromatic Colors of #EEA00E
Black with #EEA00E
Text Example
Text Example
White with #EEA00E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA00E; }
p { color: rgb(238,160,14); }
H1.HeaderClassName
{
color: #EEA00E;
}
.AnyTagClassName
{
color: #EEA00E;
}
</style>
background-color css
<style>
a { background-color: #EEA00E; }
a { background-color: rgb(238,160,14); }
div.DivClassName
{
background-color: #EEA00E;
}
.BgClassName
{
background-color: #EEA00E;
}
</style>
border-color css
<style>
span { border-color: #EEA00E; }
span { border-color: rgb(238,160,14); }
td.TdClassName
{
border-color: #EEA00E;
}
.TagClassName
{
border-color: #EEA00E;
}
</style>