Shades of Gamboge #EEA112
Tints of Gamboge #EEA112
RGB
CMYK
RGB Variations
Color information
#EEA112 (or 0xEEA112) is known color: Gamboge. HEX triplet: EE, A1 and 12. RGB value is (238,161,18). Sum of RGB (Red+Green+Blue) = 238+161+18=417 (55% of max value = 765). Red value is 238 (93.36% from 255 or 57.07% from 417); Green value is 161 (63.28% from 255 or 38.61% from 417); Blue value is 18 (7.42% from 255 or 4.32% from 417); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA112 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EEA112 is #115EED. Grayscale: #A8A8A8. Windows color (decimal): -1138414 or 1221102. OLE color: 1221102.
HSL color Cylindrical-coordinate representation of color #EEA112: hue angle of 39º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EEA112 is Cyan = 0, Magento = 0.32, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 161 | 18 | - |
| CMYK | 0 | 0.32 | 0.92 | 0.07 |
| HSL | 39º | 0.87% | 0.5% | - |
| HSV(B) | 39º | 0.92% | 0.93% | - |
| XYZ | 48.11 | 43.71 | 6.47 | - |
| YUV | 167.72 | 43.51 | 178.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 161 | 18 | 0 | 0.32 | 0.92 | 0.07 | 39 | 0.87 | 0.5 |
| Hex | EE | A1 | 12 | 0 | 20 | 5C | 7 | 27 | 57 | 32 |
| Octal | 356 | 241 | 22 | 0 | 40 | 134 | 7 | 47 | 127 | 62 |
| Binary | 11101110 | 10100001 | 10010 | 0 | 100000 | 1011100 | 111 | 100111 | 1010111 | 110010 |
Color Harmonies of #EEA112
Complementary color
Monochromatic Colors of #EEA112
Black with #EEA112
Text Example
Text Example
White with #EEA112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA112; }
p { color: rgb(238,161,18); }
H1.HeaderClassName
{
color: #EEA112;
}
.AnyTagClassName
{
color: #EEA112;
}
</style>
background-color css
<style>
a { background-color: #EEA112; }
a { background-color: rgb(238,161,18); }
div.DivClassName
{
background-color: #EEA112;
}
.BgClassName
{
background-color: #EEA112;
}
</style>
border-color css
<style>
span { border-color: #EEA112; }
span { border-color: rgb(238,161,18); }
td.TdClassName
{
border-color: #EEA112;
}
.TagClassName
{
border-color: #EEA112;
}
</style>