Shades of Gamboge #EEAA0A
Tints of Gamboge #EEAA0A
RGB
CMYK
RGB Variations
Color information
#EEAA0A (or 0xEEAA0A) is known color: Gamboge. HEX triplet: EE, AA and 0A. RGB value is (238,170,10). Sum of RGB (Red+Green+Blue) = 238+170+10=418 (55% of max value = 765). Red value is 238 (93.36% from 255 or 56.94% from 418); Green value is 170 (66.80% from 255 or 40.67% from 418); Blue value is 10 (4.30% from 255 or 2.39% from 418); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAA0A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EEAA0A is #1155F5. Grayscale: #ACACAC. Windows color (decimal): -1136118 or 699118. OLE color: 699118.
HSL color Cylindrical-coordinate representation of color #EEAA0A: hue angle of 42.11º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EEAA0A is Cyan = 0, Magento = 0.29, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 170 | 10 | - |
| CMYK | 0 | 0.29 | 0.96 | 0.07 |
| HSL | 42.11º | 0.92% | 0.49% | - |
| HSV(B) | 42.11º | 0.96% | 0.93% | - |
| XYZ | 49.69 | 46.95 | 6.73 | - |
| YUV | 172.09 | 36.53 | 175.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 170 | 10 | 0 | 0.29 | 0.96 | 0.07 | 42.11 | 0.92 | 0.49 |
| Hex | EE | AA | A | 0 | 1D | 60 | 7 | 2A | 5C | 31 |
| Octal | 356 | 252 | 12 | 0 | 35 | 140 | 7 | 52 | 134 | 61 |
| Binary | 11101110 | 10101010 | 1010 | 0 | 11101 | 1100000 | 111 | 101010 | 1011100 | 110001 |
Color Harmonies of #EEAA0A
Complementary color
Monochromatic Colors of #EEAA0A
Black with #EEAA0A
Text Example
Text Example
White with #EEAA0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEAA0A; }
p { color: rgb(238,170,10); }
H1.HeaderClassName
{
color: #EEAA0A;
}
.AnyTagClassName
{
color: #EEAA0A;
}
</style>
background-color css
<style>
a { background-color: #EEAA0A; }
a { background-color: rgb(238,170,10); }
div.DivClassName
{
background-color: #EEAA0A;
}
.BgClassName
{
background-color: #EEAA0A;
}
</style>
border-color css
<style>
span { border-color: #EEAA0A; }
span { border-color: rgb(238,170,10); }
td.TdClassName
{
border-color: #EEAA0A;
}
.TagClassName
{
border-color: #EEAA0A;
}
</style>