Shades of Gamboge #EEA013
Tints of Gamboge #EEA013
RGB
CMYK
RGB Variations
Color information
#EEA013 (or 0xEEA013) is known color: Gamboge. HEX triplet: EE, A0 and 13. RGB value is (238,160,19). Sum of RGB (Red+Green+Blue) = 238+160+19=417 (55% of max value = 765). Red value is 238 (93.36% from 255 or 57.07% from 417); Green value is 160 (62.89% from 255 or 38.37% from 417); Blue value is 19 (7.81% from 255 or 4.56% from 417); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA013 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EEA013 is #115FEC. Grayscale: #A7A7A7. Windows color (decimal): -1138669 or 1286382. OLE color: 1286382.
HSL color Cylindrical-coordinate representation of color #EEA013: hue angle of 38.63º 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 #EEA013 is Cyan = 0, Magento = 0.33, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 160 | 19 | - |
| CMYK | 0 | 0.33 | 0.92 | 0.07 |
| HSL | 38.63º | 0.87% | 0.5% | - |
| HSV(B) | 38.63º | 0.92% | 0.93% | - |
| XYZ | 47.95 | 43.37 | 6.46 | - |
| YUV | 167.25 | 44.34 | 178.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 160 | 19 | 0 | 0.33 | 0.92 | 0.07 | 38.63 | 0.87 | 0.5 |
| Hex | EE | A0 | 13 | 0 | 21 | 5C | 7 | 27 | 57 | 32 |
| Octal | 356 | 240 | 23 | 0 | 41 | 134 | 7 | 47 | 127 | 62 |
| Binary | 11101110 | 10100000 | 10011 | 0 | 100001 | 1011100 | 111 | 100111 | 1010111 | 110010 |
Color Harmonies of #EEA013
Complementary color
Monochromatic Colors of #EEA013
Black with #EEA013
Text Example
Text Example
White with #EEA013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA013; }
p { color: rgb(238,160,19); }
H1.HeaderClassName
{
color: #EEA013;
}
.AnyTagClassName
{
color: #EEA013;
}
</style>
background-color css
<style>
a { background-color: #EEA013; }
a { background-color: rgb(238,160,19); }
div.DivClassName
{
background-color: #EEA013;
}
.BgClassName
{
background-color: #EEA013;
}
</style>
border-color css
<style>
span { border-color: #EEA013; }
span { border-color: rgb(238,160,19); }
td.TdClassName
{
border-color: #EEA013;
}
.TagClassName
{
border-color: #EEA013;
}
</style>