Shades of Gamboge #EEA60C
Tints of Gamboge #EEA60C
RGB
CMYK
RGB Variations
Color information
#EEA60C (or 0xEEA60C) is known color: Gamboge. HEX triplet: EE, A6 and 0C. RGB value is (238,166,12). Sum of RGB (Red+Green+Blue) = 238+166+12=416 (55% of max value = 765). Red value is 238 (93.36% from 255 or 57.21% from 416); Green value is 166 (65.23% from 255 or 39.90% from 416); Blue value is 12 (5.08% from 255 or 2.88% from 416); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA60C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EEA60C is #1159F3. Grayscale: #AAAAAA. Windows color (decimal): -1137140 or 829166. OLE color: 829166.
HSL color Cylindrical-coordinate representation of color #EEA60C: hue angle of 40.88º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EEA60C is Cyan = 0, Magento = 0.30, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 166 | 12 | - |
| CMYK | 0 | 0.30 | 0.95 | 0.07 |
| HSL | 40.88º | 0.9% | 0.49% | - |
| HSV(B) | 40.88º | 0.95% | 0.93% | - |
| XYZ | 48.96 | 45.48 | 6.54 | - |
| YUV | 169.97 | 38.85 | 176.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 166 | 12 | 0 | 0.30 | 0.95 | 0.07 | 40.88 | 0.9 | 0.49 |
| Hex | EE | A6 | C | 0 | 1E | 5F | 7 | 29 | 5A | 31 |
| Octal | 356 | 246 | 14 | 0 | 36 | 137 | 7 | 51 | 132 | 61 |
| Binary | 11101110 | 10100110 | 1100 | 0 | 11110 | 1011111 | 111 | 101001 | 1011010 | 110001 |
Color Harmonies of #EEA60C
Complementary color
Monochromatic Colors of #EEA60C
Black with #EEA60C
Text Example
Text Example
White with #EEA60C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA60C; }
p { color: rgb(238,166,12); }
H1.HeaderClassName
{
color: #EEA60C;
}
.AnyTagClassName
{
color: #EEA60C;
}
</style>
background-color css
<style>
a { background-color: #EEA60C; }
a { background-color: rgb(238,166,12); }
div.DivClassName
{
background-color: #EEA60C;
}
.BgClassName
{
background-color: #EEA60C;
}
</style>
border-color css
<style>
span { border-color: #EEA60C; }
span { border-color: rgb(238,166,12); }
td.TdClassName
{
border-color: #EEA60C;
}
.TagClassName
{
border-color: #EEA60C;
}
</style>