Shades of Gamboge #EEAA0C
Tints of Gamboge #EEAA0C
RGB
CMYK
RGB Variations
Color information
#EEAA0C (or 0xEEAA0C) is known color: Gamboge. HEX triplet: EE, AA and 0C. RGB value is (238,170,12). Sum of RGB (Red+Green+Blue) = 238+170+12=420 (55% of max value = 765). Red value is 238 (93.36% from 255 or 56.67% from 420); Green value is 170 (66.80% from 255 or 40.48% from 420); Blue value is 12 (5.08% from 255 or 2.86% from 420); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAA0C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EEAA0C is #1155F3. Grayscale: #ADADAD. Windows color (decimal): -1136116 or 830190. OLE color: 830190.
HSL color Cylindrical-coordinate representation of color #EEAA0C: hue angle of 41.95º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EEAA0C is Cyan = 0, Magento = 0.29, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 170 | 12 | - |
| CMYK | 0 | 0.29 | 0.95 | 0.07 |
| HSL | 41.95º | 0.9% | 0.49% | - |
| HSV(B) | 41.95º | 0.95% | 0.93% | - |
| XYZ | 49.7 | 46.95 | 6.79 | - |
| YUV | 172.32 | 37.53 | 174.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 170 | 12 | 0 | 0.29 | 0.95 | 0.07 | 41.95 | 0.9 | 0.49 |
| Hex | EE | AA | C | 0 | 1D | 5F | 7 | 2A | 5A | 31 |
| Octal | 356 | 252 | 14 | 0 | 35 | 137 | 7 | 52 | 132 | 61 |
| Binary | 11101110 | 10101010 | 1100 | 0 | 11101 | 1011111 | 111 | 101010 | 1011010 | 110001 |
Color Harmonies of #EEAA0C
Complementary color
Monochromatic Colors of #EEAA0C
Black with #EEAA0C
Text Example
Text Example
White with #EEAA0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEAA0C; }
p { color: rgb(238,170,12); }
H1.HeaderClassName
{
color: #EEAA0C;
}
.AnyTagClassName
{
color: #EEAA0C;
}
</style>
background-color css
<style>
a { background-color: #EEAA0C; }
a { background-color: rgb(238,170,12); }
div.DivClassName
{
background-color: #EEAA0C;
}
.BgClassName
{
background-color: #EEAA0C;
}
</style>
border-color css
<style>
span { border-color: #EEAA0C; }
span { border-color: rgb(238,170,12); }
td.TdClassName
{
border-color: #EEAA0C;
}
.TagClassName
{
border-color: #EEAA0C;
}
</style>