Shades of Gamboge #EEA617
Tints of Gamboge #EEA617
RGB
CMYK
RGB Variations
Color information
#EEA617 (or 0xEEA617) is known color: Gamboge. HEX triplet: EE, A6 and 17. RGB value is (238,166,23). Sum of RGB (Red+Green+Blue) = 238+166+23=427 (56% of max value = 765). Red value is 238 (93.36% from 255 or 55.74% from 427); Green value is 166 (65.23% from 255 or 38.88% from 427); Blue value is 23 (9.38% from 255 or 5.39% from 427); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA617 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EEA617 is #1159E8. Grayscale: #ABABAB. Windows color (decimal): -1137129 or 1550062. OLE color: 1550062.
HSL color Cylindrical-coordinate representation of color #EEA617: hue angle of 39.91º 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 #EEA617 is Cyan = 0, Magento = 0.30, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 166 | 23 | - |
| CMYK | 0 | 0.30 | 0.90 | 0.07 |
| HSL | 39.91º | 0.86% | 0.51% | - |
| HSV(B) | 39.91º | 0.9% | 0.93% | - |
| XYZ | 49.05 | 45.51 | 7.01 | - |
| YUV | 171.23 | 44.35 | 175.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 166 | 23 | 0 | 0.30 | 0.90 | 0.07 | 39.91 | 0.86 | 0.51 |
| Hex | EE | A6 | 17 | 0 | 1E | 5A | 7 | 28 | 56 | 33 |
| Octal | 356 | 246 | 27 | 0 | 36 | 132 | 7 | 50 | 126 | 63 |
| Binary | 11101110 | 10100110 | 10111 | 0 | 11110 | 1011010 | 111 | 101000 | 1010110 | 110011 |
Color Harmonies of #EEA617
Complementary color
Monochromatic Colors of #EEA617
Black with #EEA617
Text Example
Text Example
White with #EEA617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA617; }
p { color: rgb(238,166,23); }
H1.HeaderClassName
{
color: #EEA617;
}
.AnyTagClassName
{
color: #EEA617;
}
</style>
background-color css
<style>
a { background-color: #EEA617; }
a { background-color: rgb(238,166,23); }
div.DivClassName
{
background-color: #EEA617;
}
.BgClassName
{
background-color: #EEA617;
}
</style>
border-color css
<style>
span { border-color: #EEA617; }
span { border-color: rgb(238,166,23); }
td.TdClassName
{
border-color: #EEA617;
}
.TagClassName
{
border-color: #EEA617;
}
</style>