Shades of Gamboge #EEA114
Tints of Gamboge #EEA114
RGB
CMYK
RGB Variations
Color information
#EEA114 (or 0xEEA114) is known color: Gamboge. HEX triplet: EE, A1 and 14. RGB value is (238,161,20). Sum of RGB (Red+Green+Blue) = 238+161+20=419 (55% of max value = 765). Red value is 238 (93.36% from 255 or 56.80% from 419); Green value is 161 (63.28% from 255 or 38.42% from 419); Blue value is 20 (8.20% from 255 or 4.77% from 419); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA114 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EEA114 is #115EEB. Grayscale: #A8A8A8. Windows color (decimal): -1138412 or 1352174. OLE color: 1352174.
HSL color Cylindrical-coordinate representation of color #EEA114: hue angle of 38.81º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EEA114 is Cyan = 0, Magento = 0.32, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 161 | 20 | - |
| CMYK | 0 | 0.32 | 0.92 | 0.07 |
| HSL | 38.81º | 0.87% | 0.51% | - |
| HSV(B) | 38.81º | 0.92% | 0.93% | - |
| XYZ | 48.13 | 43.72 | 6.56 | - |
| YUV | 167.95 | 44.51 | 177.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 161 | 20 | 0 | 0.32 | 0.92 | 0.07 | 38.81 | 0.87 | 0.51 |
| Hex | EE | A1 | 14 | 0 | 20 | 5C | 7 | 27 | 57 | 33 |
| Octal | 356 | 241 | 24 | 0 | 40 | 134 | 7 | 47 | 127 | 63 |
| Binary | 11101110 | 10100001 | 10100 | 0 | 100000 | 1011100 | 111 | 100111 | 1010111 | 110011 |
Color Harmonies of #EEA114
Complementary color
Monochromatic Colors of #EEA114
Black with #EEA114
Text Example
Text Example
White with #EEA114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA114; }
p { color: rgb(238,161,20); }
H1.HeaderClassName
{
color: #EEA114;
}
.AnyTagClassName
{
color: #EEA114;
}
</style>
background-color css
<style>
a { background-color: #EEA114; }
a { background-color: rgb(238,161,20); }
div.DivClassName
{
background-color: #EEA114;
}
.BgClassName
{
background-color: #EEA114;
}
</style>
border-color css
<style>
span { border-color: #EEA114; }
span { border-color: rgb(238,161,20); }
td.TdClassName
{
border-color: #EEA114;
}
.TagClassName
{
border-color: #EEA114;
}
</style>