Shades of Gamboge #EEA619
Tints of Gamboge #EEA619
RGB
CMYK
RGB Variations
Color information
#EEA619 (or 0xEEA619) is known color: Gamboge. HEX triplet: EE, A6 and 19. RGB value is (238,166,25). Sum of RGB (Red+Green+Blue) = 238+166+25=429 (56% of max value = 765). Red value is 238 (93.36% from 255 or 55.48% from 429); Green value is 166 (65.23% from 255 or 38.69% from 429); Blue value is 25 (10.16% from 255 or 5.83% from 429); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA619 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EEA619 is #1159E6. Grayscale: #ACACAC. Windows color (decimal): -1137127 or 1681134. OLE color: 1681134.
HSL color Cylindrical-coordinate representation of color #EEA619: hue angle of 39.72º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EEA619 is Cyan = 0, Magento = 0.30, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 166 | 25 | - |
| CMYK | 0 | 0.30 | 0.89 | 0.07 |
| HSL | 39.72º | 0.86% | 0.52% | - |
| HSV(B) | 39.72º | 0.89% | 0.93% | - |
| XYZ | 49.07 | 45.52 | 7.12 | - |
| YUV | 171.45 | 45.35 | 175.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 166 | 25 | 0 | 0.30 | 0.89 | 0.07 | 39.72 | 0.86 | 0.52 |
| Hex | EE | A6 | 19 | 0 | 1E | 59 | 7 | 28 | 56 | 34 |
| Octal | 356 | 246 | 31 | 0 | 36 | 131 | 7 | 50 | 126 | 64 |
| Binary | 11101110 | 10100110 | 11001 | 0 | 11110 | 1011001 | 111 | 101000 | 1010110 | 110100 |
Color Harmonies of #EEA619
Complementary color
Monochromatic Colors of #EEA619
Black with #EEA619
Text Example
Text Example
White with #EEA619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA619; }
p { color: rgb(238,166,25); }
H1.HeaderClassName
{
color: #EEA619;
}
.AnyTagClassName
{
color: #EEA619;
}
</style>
background-color css
<style>
a { background-color: #EEA619; }
a { background-color: rgb(238,166,25); }
div.DivClassName
{
background-color: #EEA619;
}
.BgClassName
{
background-color: #EEA619;
}
</style>
border-color css
<style>
span { border-color: #EEA619; }
span { border-color: rgb(238,166,25); }
td.TdClassName
{
border-color: #EEA619;
}
.TagClassName
{
border-color: #EEA619;
}
</style>