Shades of Gamboge #EEA61D
Tints of Gamboge #EEA61D
RGB
CMYK
RGB Variations
Color information
#EEA61D (or 0xEEA61D) is known color: Gamboge. HEX triplet: EE, A6 and 1D. RGB value is (238,166,29). Sum of RGB (Red+Green+Blue) = 238+166+29=433 (57% of max value = 765). Red value is 238 (93.36% from 255 or 54.97% from 433); Green value is 166 (65.23% from 255 or 38.34% from 433); Blue value is 29 (11.72% from 255 or 6.70% from 433); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA61D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEA61D is #1159E2. Grayscale: #ACACAC. Windows color (decimal): -1137123 or 1943278. OLE color: 1943278.
HSL color Cylindrical-coordinate representation of color #EEA61D: hue angle of 39.33º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EEA61D is Cyan = 0, Magento = 0.30, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 166 | 29 | - |
| CMYK | 0 | 0.30 | 0.88 | 0.07 |
| HSL | 39.33º | 0.86% | 0.52% | - |
| HSV(B) | 39.33º | 0.88% | 0.93% | - |
| XYZ | 49.12 | 45.54 | 7.36 | - |
| YUV | 171.91 | 47.35 | 175.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 166 | 29 | 0 | 0.30 | 0.88 | 0.07 | 39.33 | 0.86 | 0.52 |
| Hex | EE | A6 | 1D | 0 | 1E | 58 | 7 | 27 | 56 | 34 |
| Octal | 356 | 246 | 35 | 0 | 36 | 130 | 7 | 47 | 126 | 64 |
| Binary | 11101110 | 10100110 | 11101 | 0 | 11110 | 1011000 | 111 | 100111 | 1010110 | 110100 |
Color Harmonies of #EEA61D
Complementary color
Monochromatic Colors of #EEA61D
Black with #EEA61D
Text Example
Text Example
White with #EEA61D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA61D; }
p { color: rgb(238,166,29); }
H1.HeaderClassName
{
color: #EEA61D;
}
.AnyTagClassName
{
color: #EEA61D;
}
</style>
background-color css
<style>
a { background-color: #EEA61D; }
a { background-color: rgb(238,166,29); }
div.DivClassName
{
background-color: #EEA61D;
}
.BgClassName
{
background-color: #EEA61D;
}
</style>
border-color css
<style>
span { border-color: #EEA61D; }
span { border-color: rgb(238,166,29); }
td.TdClassName
{
border-color: #EEA61D;
}
.TagClassName
{
border-color: #EEA61D;
}
</style>