Shades of Gamboge #EEA609
Tints of Gamboge #EEA609
RGB
CMYK
RGB Variations
Color information
#EEA609 (or 0xEEA609) is known color: Gamboge. HEX triplet: EE, A6 and 09. RGB value is (238,166,9). Sum of RGB (Red+Green+Blue) = 238+166+9=413 (54% of max value = 765). Red value is 238 (93.36% from 255 or 57.63% from 413); Green value is 166 (65.23% from 255 or 40.19% from 413); Blue value is 9 (3.91% from 255 or 2.18% from 413); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA609 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EEA609 is #1159F6. Grayscale: #AAAAAA. Windows color (decimal): -1137143 or 632558. OLE color: 632558.
HSL color Cylindrical-coordinate representation of color #EEA609: hue angle of 41.14º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EEA609 is Cyan = 0, Magento = 0.30, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 166 | 9 | - |
| CMYK | 0 | 0.30 | 0.96 | 0.07 |
| HSL | 41.14º | 0.93% | 0.48% | - |
| HSV(B) | 41.14º | 0.96% | 0.93% | - |
| XYZ | 48.95 | 45.47 | 6.46 | - |
| YUV | 169.63 | 37.35 | 176.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 166 | 9 | 0 | 0.30 | 0.96 | 0.07 | 41.14 | 0.93 | 0.48 |
| Hex | EE | A6 | 9 | 0 | 1E | 60 | 7 | 29 | 5D | 30 |
| Octal | 356 | 246 | 11 | 0 | 36 | 140 | 7 | 51 | 135 | 60 |
| Binary | 11101110 | 10100110 | 1001 | 0 | 11110 | 1100000 | 111 | 101001 | 1011101 | 110000 |
Color Harmonies of #EEA609
Complementary color
Monochromatic Colors of #EEA609
Black with #EEA609
Text Example
Text Example
White with #EEA609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA609; }
p { color: rgb(238,166,9); }
H1.HeaderClassName
{
color: #EEA609;
}
.AnyTagClassName
{
color: #EEA609;
}
</style>
background-color css
<style>
a { background-color: #EEA609; }
a { background-color: rgb(238,166,9); }
div.DivClassName
{
background-color: #EEA609;
}
.BgClassName
{
background-color: #EEA609;
}
</style>
border-color css
<style>
span { border-color: #EEA609; }
span { border-color: rgb(238,166,9); }
td.TdClassName
{
border-color: #EEA609;
}
.TagClassName
{
border-color: #EEA609;
}
</style>