Shades of Gamboge #EEA012
Tints of Gamboge #EEA012
RGB
CMYK
RGB Variations
Color information
#EEA012 (or 0xEEA012) is known color: Gamboge. HEX triplet: EE, A0 and 12. RGB value is (238,160,18). Sum of RGB (Red+Green+Blue) = 238+160+18=416 (55% of max value = 765). Red value is 238 (93.36% from 255 or 57.21% from 416); Green value is 160 (62.89% from 255 or 38.46% from 416); Blue value is 18 (7.42% from 255 or 4.33% from 416); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA012 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EEA012 is #115FED. Grayscale: #A7A7A7. Windows color (decimal): -1138670 or 1220846. OLE color: 1220846.
HSL color Cylindrical-coordinate representation of color #EEA012: hue angle of 38.73º 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 #EEA012 is Cyan = 0, Magento = 0.33, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 160 | 18 | - |
| CMYK | 0 | 0.33 | 0.92 | 0.07 |
| HSL | 38.73º | 0.87% | 0.5% | - |
| HSV(B) | 38.73º | 0.92% | 0.93% | - |
| XYZ | 47.94 | 43.36 | 6.42 | - |
| YUV | 167.13 | 43.84 | 178.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 160 | 18 | 0 | 0.33 | 0.92 | 0.07 | 38.73 | 0.87 | 0.5 |
| Hex | EE | A0 | 12 | 0 | 21 | 5C | 7 | 27 | 57 | 32 |
| Octal | 356 | 240 | 22 | 0 | 41 | 134 | 7 | 47 | 127 | 62 |
| Binary | 11101110 | 10100000 | 10010 | 0 | 100001 | 1011100 | 111 | 100111 | 1010111 | 110010 |
Color Harmonies of #EEA012
Complementary color
Monochromatic Colors of #EEA012
Black with #EEA012
Text Example
Text Example
White with #EEA012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA012; }
p { color: rgb(238,160,18); }
H1.HeaderClassName
{
color: #EEA012;
}
.AnyTagClassName
{
color: #EEA012;
}
</style>
background-color css
<style>
a { background-color: #EEA012; }
a { background-color: rgb(238,160,18); }
div.DivClassName
{
background-color: #EEA012;
}
.BgClassName
{
background-color: #EEA012;
}
</style>
border-color css
<style>
span { border-color: #EEA012; }
span { border-color: rgb(238,160,18); }
td.TdClassName
{
border-color: #EEA012;
}
.TagClassName
{
border-color: #EEA012;
}
</style>