Shades of Gamboge #ECA80E
Tints of Gamboge #ECA80E
RGB
CMYK
RGB Variations
Color information
#ECA80E (or 0xECA80E) is known color: Gamboge. HEX triplet: EC, A8 and 0E. RGB value is (236,168,14). Sum of RGB (Red+Green+Blue) = 236+168+14=418 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.46% from 418); Green value is 168 (66.02% from 255 or 40.19% from 418); Blue value is 14 (5.86% from 255 or 3.35% from 418); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA80E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ECA80E is #1357F1. Grayscale: #ABABAB. Windows color (decimal): -1267698 or 960748. OLE color: 960748.
HSL color Cylindrical-coordinate representation of color #ECA80E: hue angle of 41.62º 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 #ECA80E is Cyan = 0, Magento = 0.29, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 168 | 14 | - |
| CMYK | 0 | 0.29 | 0.94 | 0.07 |
| HSL | 41.62º | 0.89% | 0.49% | - |
| HSV(B) | 41.62º | 0.94% | 0.93% | - |
| XYZ | 48.67 | 45.87 | 6.7 | - |
| YUV | 170.78 | 39.53 | 174.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 168 | 14 | 0 | 0.29 | 0.94 | 0.07 | 41.62 | 0.89 | 0.49 |
| Hex | EC | A8 | E | 0 | 1D | 5E | 7 | 2A | 59 | 31 |
| Octal | 354 | 250 | 16 | 0 | 35 | 136 | 7 | 52 | 131 | 61 |
| Binary | 11101100 | 10101000 | 1110 | 0 | 11101 | 1011110 | 111 | 101010 | 1011001 | 110001 |
Color Harmonies of #ECA80E
Complementary color
Monochromatic Colors of #ECA80E
Black with #ECA80E
Text Example
Text Example
White with #ECA80E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECA80E; }
p { color: rgb(236,168,14); }
H1.HeaderClassName
{
color: #ECA80E;
}
.AnyTagClassName
{
color: #ECA80E;
}
</style>
background-color css
<style>
a { background-color: #ECA80E; }
a { background-color: rgb(236,168,14); }
div.DivClassName
{
background-color: #ECA80E;
}
.BgClassName
{
background-color: #ECA80E;
}
</style>
border-color css
<style>
span { border-color: #ECA80E; }
span { border-color: rgb(236,168,14); }
td.TdClassName
{
border-color: #ECA80E;
}
.TagClassName
{
border-color: #ECA80E;
}
</style>