Shades of Gamboge #EEA116
Tints of Gamboge #EEA116
RGB
CMYK
RGB Variations
Color information
#EEA116 (or 0xEEA116) is known color: Gamboge. HEX triplet: EE, A1 and 16. RGB value is (238,161,22). Sum of RGB (Red+Green+Blue) = 238+161+22=421 (55% of max value = 765). Red value is 238 (93.36% from 255 or 56.53% from 421); Green value is 161 (63.28% from 255 or 38.24% from 421); Blue value is 22 (8.98% from 255 or 5.23% from 421); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA116 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EEA116 is #115EE9. Grayscale: #A8A8A8. Windows color (decimal): -1138410 or 1483246. OLE color: 1483246.
HSL color Cylindrical-coordinate representation of color #EEA116: hue angle of 38.61º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EEA116 is Cyan = 0, Magento = 0.32, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 161 | 22 | - |
| CMYK | 0 | 0.32 | 0.91 | 0.07 |
| HSL | 38.61º | 0.86% | 0.51% | - |
| HSV(B) | 38.61º | 0.91% | 0.93% | - |
| XYZ | 48.15 | 43.72 | 6.66 | - |
| YUV | 168.18 | 45.51 | 177.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 161 | 22 | 0 | 0.32 | 0.91 | 0.07 | 38.61 | 0.86 | 0.51 |
| Hex | EE | A1 | 16 | 0 | 20 | 5B | 7 | 27 | 56 | 33 |
| Octal | 356 | 241 | 26 | 0 | 40 | 133 | 7 | 47 | 126 | 63 |
| Binary | 11101110 | 10100001 | 10110 | 0 | 100000 | 1011011 | 111 | 100111 | 1010110 | 110011 |
Color Harmonies of #EEA116
Complementary color
Monochromatic Colors of #EEA116
Black with #EEA116
Text Example
Text Example
White with #EEA116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA116; }
p { color: rgb(238,161,22); }
H1.HeaderClassName
{
color: #EEA116;
}
.AnyTagClassName
{
color: #EEA116;
}
</style>
background-color css
<style>
a { background-color: #EEA116; }
a { background-color: rgb(238,161,22); }
div.DivClassName
{
background-color: #EEA116;
}
.BgClassName
{
background-color: #EEA116;
}
</style>
border-color css
<style>
span { border-color: #EEA116; }
span { border-color: rgb(238,161,22); }
td.TdClassName
{
border-color: #EEA116;
}
.TagClassName
{
border-color: #EEA116;
}
</style>