Shades of Gamboge #ECAC0A
Tints of Gamboge #ECAC0A
RGB
CMYK
RGB Variations
Color information
#ECAC0A (or 0xECAC0A) is known color: Gamboge. HEX triplet: EC, AC and 0A. RGB value is (236,172,10). Sum of RGB (Red+Green+Blue) = 236+172+10=418 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.46% from 418); Green value is 172 (67.58% from 255 or 41.15% from 418); Blue value is 10 (4.30% from 255 or 2.39% from 418); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAC0A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ECAC0A is #1353F5. Grayscale: #ADADAD. Windows color (decimal): -1266678 or 699628. OLE color: 699628.
HSL color Cylindrical-coordinate representation of color #ECAC0A: hue angle of 43.01º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #ECAC0A is Cyan = 0, Magento = 0.27, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 172 | 10 | - |
| CMYK | 0 | 0.27 | 0.96 | 0.07 |
| HSL | 43.01º | 0.92% | 0.48% | - |
| HSV(B) | 43.01º | 0.96% | 0.93% | - |
| XYZ | 49.4 | 47.36 | 6.82 | - |
| YUV | 172.67 | 36.2 | 173.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 172 | 10 | 0 | 0.27 | 0.96 | 0.07 | 43.01 | 0.92 | 0.48 |
| Hex | EC | AC | A | 0 | 1B | 60 | 7 | 2B | 5C | 30 |
| Octal | 354 | 254 | 12 | 0 | 33 | 140 | 7 | 53 | 134 | 60 |
| Binary | 11101100 | 10101100 | 1010 | 0 | 11011 | 1100000 | 111 | 101011 | 1011100 | 110000 |
Color Harmonies of #ECAC0A
Complementary color
Monochromatic Colors of #ECAC0A
Black with #ECAC0A
Text Example
Text Example
White with #ECAC0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAC0A; }
p { color: rgb(236,172,10); }
H1.HeaderClassName
{
color: #ECAC0A;
}
.AnyTagClassName
{
color: #ECAC0A;
}
</style>
background-color css
<style>
a { background-color: #ECAC0A; }
a { background-color: rgb(236,172,10); }
div.DivClassName
{
background-color: #ECAC0A;
}
.BgClassName
{
background-color: #ECAC0A;
}
</style>
border-color css
<style>
span { border-color: #ECAC0A; }
span { border-color: rgb(236,172,10); }
td.TdClassName
{
border-color: #ECAC0A;
}
.TagClassName
{
border-color: #ECAC0A;
}
</style>