Shades of Gamboge #ECA00E
Tints of Gamboge #ECA00E
RGB
CMYK
RGB Variations
Color information
#ECA00E (or 0xECA00E) is known color: Gamboge. HEX triplet: EC, A0 and 0E. RGB value is (236,160,14). Sum of RGB (Red+Green+Blue) = 236+160+14=410 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.56% from 410); Green value is 160 (62.89% from 255 or 39.02% from 410); Blue value is 14 (5.86% from 255 or 3.41% from 410); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA00E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ECA00E is #135FF1. Grayscale: #A6A6A6. Windows color (decimal): -1269746 or 958700. OLE color: 958700.
HSL color Cylindrical-coordinate representation of color #ECA00E: hue angle of 39.46º 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 #ECA00E is Cyan = 0, Magento = 0.32, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 160 | 14 | - |
| CMYK | 0 | 0.32 | 0.94 | 0.07 |
| HSL | 39.46º | 0.89% | 0.49% | - |
| HSV(B) | 39.46º | 0.94% | 0.93% | - |
| XYZ | 47.24 | 43.01 | 6.23 | - |
| YUV | 166.08 | 42.18 | 177.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 160 | 14 | 0 | 0.32 | 0.94 | 0.07 | 39.46 | 0.89 | 0.49 |
| Hex | EC | A0 | E | 0 | 20 | 5E | 7 | 27 | 59 | 31 |
| Octal | 354 | 240 | 16 | 0 | 40 | 136 | 7 | 47 | 131 | 61 |
| Binary | 11101100 | 10100000 | 1110 | 0 | 100000 | 1011110 | 111 | 100111 | 1011001 | 110001 |
Color Harmonies of #ECA00E
Complementary color
Monochromatic Colors of #ECA00E
Black with #ECA00E
Text Example
Text Example
White with #ECA00E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECA00E; }
p { color: rgb(236,160,14); }
H1.HeaderClassName
{
color: #ECA00E;
}
.AnyTagClassName
{
color: #ECA00E;
}
</style>
background-color css
<style>
a { background-color: #ECA00E; }
a { background-color: rgb(236,160,14); }
div.DivClassName
{
background-color: #ECA00E;
}
.BgClassName
{
background-color: #ECA00E;
}
</style>
border-color css
<style>
span { border-color: #ECA00E; }
span { border-color: rgb(236,160,14); }
td.TdClassName
{
border-color: #ECA00E;
}
.TagClassName
{
border-color: #ECA00E;
}
</style>