Shades of Gamboge #ECA20E
Tints of Gamboge #ECA20E
RGB
CMYK
RGB Variations
Color information
#ECA20E (or 0xECA20E) is known color: Gamboge. HEX triplet: EC, A2 and 0E. RGB value is (236,162,14). Sum of RGB (Red+Green+Blue) = 236+162+14=412 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.28% from 412); Green value is 162 (63.67% from 255 or 39.32% from 412); Blue value is 14 (5.86% from 255 or 3.40% from 412); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA20E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ECA20E is #135DF1. Grayscale: #A7A7A7. Windows color (decimal): -1269234 or 959212. OLE color: 959212.
HSL color Cylindrical-coordinate representation of color #ECA20E: hue angle of 40º 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 #ECA20E is Cyan = 0, Magento = 0.31, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 162 | 14 | - |
| CMYK | 0 | 0.31 | 0.94 | 0.07 |
| HSL | 40º | 0.89% | 0.49% | - |
| HSV(B) | 40º | 0.94% | 0.93% | - |
| XYZ | 47.59 | 43.71 | 6.34 | - |
| YUV | 167.25 | 41.52 | 177.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 162 | 14 | 0 | 0.31 | 0.94 | 0.07 | 40 | 0.89 | 0.49 |
| Hex | EC | A2 | E | 0 | 1F | 5E | 7 | 28 | 59 | 31 |
| Octal | 354 | 242 | 16 | 0 | 37 | 136 | 7 | 50 | 131 | 61 |
| Binary | 11101100 | 10100010 | 1110 | 0 | 11111 | 1011110 | 111 | 101000 | 1011001 | 110001 |
Color Harmonies of #ECA20E
Complementary color
Monochromatic Colors of #ECA20E
Black with #ECA20E
Text Example
Text Example
White with #ECA20E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECA20E; }
p { color: rgb(236,162,14); }
H1.HeaderClassName
{
color: #ECA20E;
}
.AnyTagClassName
{
color: #ECA20E;
}
</style>
background-color css
<style>
a { background-color: #ECA20E; }
a { background-color: rgb(236,162,14); }
div.DivClassName
{
background-color: #ECA20E;
}
.BgClassName
{
background-color: #ECA20E;
}
</style>
border-color css
<style>
span { border-color: #ECA20E; }
span { border-color: rgb(236,162,14); }
td.TdClassName
{
border-color: #ECA20E;
}
.TagClassName
{
border-color: #ECA20E;
}
</style>