Shades of Gamboge #EEA004
Tints of Gamboge #EEA004
RGB
CMYK
RGB Variations
Color information
#EEA004 (or 0xEEA004) is known color: Gamboge. HEX triplet: EE, A0 and 04. RGB value is (238,160,4). Sum of RGB (Red+Green+Blue) = 238+160+4=402 (53% of max value = 765). Red value is 238 (93.36% from 255 or 59.20% from 402); Green value is 160 (62.89% from 255 or 39.80% from 402); Blue value is 4 (1.95% from 255 or 1.00% from 402); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA004 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EEA004 is #115FFB. Grayscale: #A6A6A6. Windows color (decimal): -1138684 or 303342. OLE color: 303342.
HSL color Cylindrical-coordinate representation of color #EEA004: hue angle of 40º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EEA004 is Cyan = 0, Magento = 0.33, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 160 | 4 | - |
| CMYK | 0 | 0.33 | 0.98 | 0.07 |
| HSL | 40º | 0.97% | 0.47% | - |
| HSV(B) | 40º | 0.98% | 0.93% | - |
| XYZ | 47.85 | 43.33 | 5.96 | - |
| YUV | 165.54 | 36.84 | 179.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 160 | 4 | 0 | 0.33 | 0.98 | 0.07 | 40 | 0.97 | 0.47 |
| Hex | EE | A0 | 4 | 0 | 21 | 62 | 7 | 28 | 61 | 2F |
| Octal | 356 | 240 | 4 | 0 | 41 | 142 | 7 | 50 | 141 | 57 |
| Binary | 11101110 | 10100000 | 100 | 0 | 100001 | 1100010 | 111 | 101000 | 1100001 | 101111 |
Color Harmonies of #EEA004
Complementary color
Monochromatic Colors of #EEA004
Black with #EEA004
Text Example
Text Example
White with #EEA004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA004; }
p { color: rgb(238,160,4); }
H1.HeaderClassName
{
color: #EEA004;
}
.AnyTagClassName
{
color: #EEA004;
}
</style>
background-color css
<style>
a { background-color: #EEA004; }
a { background-color: rgb(238,160,4); }
div.DivClassName
{
background-color: #EEA004;
}
.BgClassName
{
background-color: #EEA004;
}
</style>
border-color css
<style>
span { border-color: #EEA004; }
span { border-color: rgb(238,160,4); }
td.TdClassName
{
border-color: #EEA004;
}
.TagClassName
{
border-color: #EEA004;
}
</style>