Shades of Gamboge #EEA40E
Tints of Gamboge #EEA40E
RGB
CMYK
RGB Variations
Color information
#EEA40E (or 0xEEA40E) is known color: Gamboge. HEX triplet: EE, A4 and 0E. RGB value is (238,164,14). Sum of RGB (Red+Green+Blue) = 238+164+14=416 (55% of max value = 765). Red value is 238 (93.36% from 255 or 57.21% from 416); Green value is 164 (64.45% from 255 or 39.42% from 416); Blue value is 14 (5.86% from 255 or 3.37% from 416); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA40E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EEA40E is #115BF1. Grayscale: #A9A9A9. Windows color (decimal): -1137650 or 959726. OLE color: 959726.
HSL color Cylindrical-coordinate representation of color #EEA40E: hue angle of 40.18º 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 #EEA40E is Cyan = 0, Magento = 0.31, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 164 | 14 | - |
| CMYK | 0 | 0.31 | 0.94 | 0.07 |
| HSL | 40.18º | 0.89% | 0.49% | - |
| HSV(B) | 40.18º | 0.94% | 0.93% | - |
| XYZ | 48.61 | 44.76 | 6.49 | - |
| YUV | 169.03 | 40.52 | 177.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 164 | 14 | 0 | 0.31 | 0.94 | 0.07 | 40.18 | 0.89 | 0.49 |
| Hex | EE | A4 | E | 0 | 1F | 5E | 7 | 28 | 59 | 31 |
| Octal | 356 | 244 | 16 | 0 | 37 | 136 | 7 | 50 | 131 | 61 |
| Binary | 11101110 | 10100100 | 1110 | 0 | 11111 | 1011110 | 111 | 101000 | 1011001 | 110001 |
Color Harmonies of #EEA40E
Complementary color
Monochromatic Colors of #EEA40E
Black with #EEA40E
Text Example
Text Example
White with #EEA40E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA40E; }
p { color: rgb(238,164,14); }
H1.HeaderClassName
{
color: #EEA40E;
}
.AnyTagClassName
{
color: #EEA40E;
}
</style>
background-color css
<style>
a { background-color: #EEA40E; }
a { background-color: rgb(238,164,14); }
div.DivClassName
{
background-color: #EEA40E;
}
.BgClassName
{
background-color: #EEA40E;
}
</style>
border-color css
<style>
span { border-color: #EEA40E; }
span { border-color: rgb(238,164,14); }
td.TdClassName
{
border-color: #EEA40E;
}
.TagClassName
{
border-color: #EEA40E;
}
</style>