Shades of Gamboge #EEA219
Tints of Gamboge #EEA219
RGB
CMYK
RGB Variations
Color information
#EEA219 (or 0xEEA219) is known color: Gamboge. HEX triplet: EE, A2 and 19. RGB value is (238,162,25). Sum of RGB (Red+Green+Blue) = 238+162+25=425 (56% of max value = 765). Red value is 238 (93.36% from 255 or 56% from 425); Green value is 162 (63.67% from 255 or 38.12% from 425); Blue value is 25 (10.16% from 255 or 5.88% from 425); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA219 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EEA219 is #115DE6. Grayscale: #A9A9A9. Windows color (decimal): -1138151 or 1680110. OLE color: 1680110.
HSL color Cylindrical-coordinate representation of color #EEA219: hue angle of 38.59º 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 #EEA219 is Cyan = 0, Magento = 0.32, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 162 | 25 | - |
| CMYK | 0 | 0.32 | 0.89 | 0.07 |
| HSL | 38.59º | 0.86% | 0.52% | - |
| HSV(B) | 38.59º | 0.89% | 0.93% | - |
| XYZ | 48.36 | 44.09 | 6.88 | - |
| YUV | 169.11 | 46.68 | 177.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 162 | 25 | 0 | 0.32 | 0.89 | 0.07 | 38.59 | 0.86 | 0.52 |
| Hex | EE | A2 | 19 | 0 | 20 | 59 | 7 | 27 | 56 | 34 |
| Octal | 356 | 242 | 31 | 0 | 40 | 131 | 7 | 47 | 126 | 64 |
| Binary | 11101110 | 10100010 | 11001 | 0 | 100000 | 1011001 | 111 | 100111 | 1010110 | 110100 |
Color Harmonies of #EEA219
Complementary color
Monochromatic Colors of #EEA219
Black with #EEA219
Text Example
Text Example
White with #EEA219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA219; }
p { color: rgb(238,162,25); }
H1.HeaderClassName
{
color: #EEA219;
}
.AnyTagClassName
{
color: #EEA219;
}
</style>
background-color css
<style>
a { background-color: #EEA219; }
a { background-color: rgb(238,162,25); }
div.DivClassName
{
background-color: #EEA219;
}
.BgClassName
{
background-color: #EEA219;
}
</style>
border-color css
<style>
span { border-color: #EEA219; }
span { border-color: rgb(238,162,25); }
td.TdClassName
{
border-color: #EEA219;
}
.TagClassName
{
border-color: #EEA219;
}
</style>