Shades of Gamboge #EEA610
Tints of Gamboge #EEA610
RGB
CMYK
RGB Variations
Color information
#EEA610 (or 0xEEA610) is known color: Gamboge. HEX triplet: EE, A6 and 10. RGB value is (238,166,16). Sum of RGB (Red+Green+Blue) = 238+166+16=420 (55% of max value = 765). Red value is 238 (93.36% from 255 or 56.67% from 420); Green value is 166 (65.23% from 255 or 39.52% from 420); Blue value is 16 (6.64% from 255 or 3.81% from 420); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA610 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EEA610 is #1159EF. Grayscale: #ABABAB. Windows color (decimal): -1137136 or 1091310. OLE color: 1091310.
HSL color Cylindrical-coordinate representation of color #EEA610: hue angle of 40.54º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EEA610 is Cyan = 0, Magento = 0.30, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 166 | 16 | - |
| CMYK | 0 | 0.30 | 0.93 | 0.07 |
| HSL | 40.54º | 0.87% | 0.5% | - |
| HSV(B) | 40.54º | 0.93% | 0.93% | - |
| XYZ | 48.99 | 45.49 | 6.69 | - |
| YUV | 170.43 | 40.85 | 176.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 166 | 16 | 0 | 0.30 | 0.93 | 0.07 | 40.54 | 0.87 | 0.5 |
| Hex | EE | A6 | 10 | 0 | 1E | 5D | 7 | 29 | 57 | 32 |
| Octal | 356 | 246 | 20 | 0 | 36 | 135 | 7 | 51 | 127 | 62 |
| Binary | 11101110 | 10100110 | 10000 | 0 | 11110 | 1011101 | 111 | 101001 | 1010111 | 110010 |
Color Harmonies of #EEA610
Complementary color
Monochromatic Colors of #EEA610
Black with #EEA610
Text Example
Text Example
White with #EEA610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA610; }
p { color: rgb(238,166,16); }
H1.HeaderClassName
{
color: #EEA610;
}
.AnyTagClassName
{
color: #EEA610;
}
</style>
background-color css
<style>
a { background-color: #EEA610; }
a { background-color: rgb(238,166,16); }
div.DivClassName
{
background-color: #EEA610;
}
.BgClassName
{
background-color: #EEA610;
}
</style>
border-color css
<style>
span { border-color: #EEA610; }
span { border-color: rgb(238,166,16); }
td.TdClassName
{
border-color: #EEA610;
}
.TagClassName
{
border-color: #EEA610;
}
</style>