Shades of Gamboge #EEA608
Tints of Gamboge #EEA608
RGB
CMYK
RGB Variations
Color information
#EEA608 (or 0xEEA608) is known color: Gamboge. HEX triplet: EE, A6 and 08. RGB value is (238,166,8). Sum of RGB (Red+Green+Blue) = 238+166+8=412 (54% of max value = 765). Red value is 238 (93.36% from 255 or 57.77% from 412); Green value is 166 (65.23% from 255 or 40.29% from 412); Blue value is 8 (3.52% from 255 or 1.94% from 412); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA608 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EEA608 is #1159F7. Grayscale: #AAAAAA. Windows color (decimal): -1137144 or 567022. OLE color: 567022.
HSL color Cylindrical-coordinate representation of color #EEA608: hue angle of 41.22º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EEA608 is Cyan = 0, Magento = 0.30, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 166 | 8 | - |
| CMYK | 0 | 0.30 | 0.97 | 0.07 |
| HSL | 41.22º | 0.93% | 0.48% | - |
| HSV(B) | 41.22º | 0.97% | 0.93% | - |
| XYZ | 48.94 | 45.47 | 6.43 | - |
| YUV | 169.52 | 36.85 | 176.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 166 | 8 | 0 | 0.30 | 0.97 | 0.07 | 41.22 | 0.93 | 0.48 |
| Hex | EE | A6 | 8 | 0 | 1E | 61 | 7 | 29 | 5D | 30 |
| Octal | 356 | 246 | 10 | 0 | 36 | 141 | 7 | 51 | 135 | 60 |
| Binary | 11101110 | 10100110 | 1000 | 0 | 11110 | 1100001 | 111 | 101001 | 1011101 | 110000 |
Color Harmonies of #EEA608
Complementary color
Monochromatic Colors of #EEA608
Black with #EEA608
Text Example
Text Example
White with #EEA608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA608; }
p { color: rgb(238,166,8); }
H1.HeaderClassName
{
color: #EEA608;
}
.AnyTagClassName
{
color: #EEA608;
}
</style>
background-color css
<style>
a { background-color: #EEA608; }
a { background-color: rgb(238,166,8); }
div.DivClassName
{
background-color: #EEA608;
}
.BgClassName
{
background-color: #EEA608;
}
</style>
border-color css
<style>
span { border-color: #EEA608; }
span { border-color: rgb(238,166,8); }
td.TdClassName
{
border-color: #EEA608;
}
.TagClassName
{
border-color: #EEA608;
}
</style>