Shades of Gamboge #ECA10E
Tints of Gamboge #ECA10E
RGB
CMYK
RGB Variations
Color information
#ECA10E (or 0xECA10E) is known color: Gamboge. HEX triplet: EC, A1 and 0E. RGB value is (236,161,14). Sum of RGB (Red+Green+Blue) = 236+161+14=411 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.42% from 411); Green value is 161 (63.28% from 255 or 39.17% from 411); Blue value is 14 (5.86% from 255 or 3.41% from 411); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA10E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ECA10E is #135EF1. Grayscale: #A7A7A7. Windows color (decimal): -1269490 or 958956. OLE color: 958956.
HSL color Cylindrical-coordinate representation of color #ECA10E: hue angle of 39.73º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ECA10E is Cyan = 0, Magento = 0.32, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 161 | 14 | - |
| CMYK | 0 | 0.32 | 0.94 | 0.07 |
| HSL | 39.73º | 0.89% | 0.49% | - |
| HSV(B) | 39.73º | 0.94% | 0.93% | - |
| XYZ | 47.42 | 43.35 | 6.28 | - |
| YUV | 166.67 | 41.85 | 177.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 161 | 14 | 0 | 0.32 | 0.94 | 0.07 | 39.73 | 0.89 | 0.49 |
| Hex | EC | A1 | E | 0 | 20 | 5E | 7 | 28 | 59 | 31 |
| Octal | 354 | 241 | 16 | 0 | 40 | 136 | 7 | 50 | 131 | 61 |
| Binary | 11101100 | 10100001 | 1110 | 0 | 100000 | 1011110 | 111 | 101000 | 1011001 | 110001 |
Color Harmonies of #ECA10E
Complementary color
Monochromatic Colors of #ECA10E
Black with #ECA10E
Text Example
Text Example
White with #ECA10E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECA10E; }
p { color: rgb(236,161,14); }
H1.HeaderClassName
{
color: #ECA10E;
}
.AnyTagClassName
{
color: #ECA10E;
}
</style>
background-color css
<style>
a { background-color: #ECA10E; }
a { background-color: rgb(236,161,14); }
div.DivClassName
{
background-color: #ECA10E;
}
.BgClassName
{
background-color: #ECA10E;
}
</style>
border-color css
<style>
span { border-color: #ECA10E; }
span { border-color: rgb(236,161,14); }
td.TdClassName
{
border-color: #ECA10E;
}
.TagClassName
{
border-color: #ECA10E;
}
</style>