Shades of Gamboge #EEA017
Tints of Gamboge #EEA017
RGB
CMYK
RGB Variations
Color information
#EEA017 (or 0xEEA017) is known color: Gamboge. HEX triplet: EE, A0 and 17. RGB value is (238,160,23). Sum of RGB (Red+Green+Blue) = 238+160+23=421 (55% of max value = 765). Red value is 238 (93.36% from 255 or 56.53% from 421); Green value is 160 (62.89% from 255 or 38.00% from 421); Blue value is 23 (9.38% from 255 or 5.46% from 421); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA017 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EEA017 is #115FE8. Grayscale: #A8A8A8. Windows color (decimal): -1138665 or 1548526. OLE color: 1548526.
HSL color Cylindrical-coordinate representation of color #EEA017: hue angle of 38.23º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EEA017 is Cyan = 0, Magento = 0.33, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 160 | 23 | - |
| CMYK | 0 | 0.33 | 0.90 | 0.07 |
| HSL | 38.23º | 0.86% | 0.51% | - |
| HSV(B) | 38.23º | 0.9% | 0.93% | - |
| XYZ | 47.99 | 43.38 | 6.65 | - |
| YUV | 167.7 | 46.34 | 178.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 160 | 23 | 0 | 0.33 | 0.90 | 0.07 | 38.23 | 0.86 | 0.51 |
| Hex | EE | A0 | 17 | 0 | 21 | 5A | 7 | 26 | 56 | 33 |
| Octal | 356 | 240 | 27 | 0 | 41 | 132 | 7 | 46 | 126 | 63 |
| Binary | 11101110 | 10100000 | 10111 | 0 | 100001 | 1011010 | 111 | 100110 | 1010110 | 110011 |
Color Harmonies of #EEA017
Complementary color
Monochromatic Colors of #EEA017
Black with #EEA017
Text Example
Text Example
White with #EEA017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA017; }
p { color: rgb(238,160,23); }
H1.HeaderClassName
{
color: #EEA017;
}
.AnyTagClassName
{
color: #EEA017;
}
</style>
background-color css
<style>
a { background-color: #EEA017; }
a { background-color: rgb(238,160,23); }
div.DivClassName
{
background-color: #EEA017;
}
.BgClassName
{
background-color: #EEA017;
}
</style>
border-color css
<style>
span { border-color: #EEA017; }
span { border-color: rgb(238,160,23); }
td.TdClassName
{
border-color: #EEA017;
}
.TagClassName
{
border-color: #EEA017;
}
</style>