Shades of Gamboge #ECAC0C
Tints of Gamboge #ECAC0C
RGB
CMYK
RGB Variations
Color information
#ECAC0C (or 0xECAC0C) is known color: Gamboge. HEX triplet: EC, AC and 0C. RGB value is (236,172,12). Sum of RGB (Red+Green+Blue) = 236+172+12=420 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.19% from 420); Green value is 172 (67.58% from 255 or 40.95% from 420); Blue value is 12 (5.08% from 255 or 2.86% from 420); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAC0C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ECAC0C is #1353F3. Grayscale: #ADADAD. Windows color (decimal): -1266676 or 830700. OLE color: 830700.
HSL color Cylindrical-coordinate representation of color #ECAC0C: hue angle of 42.86º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ECAC0C is Cyan = 0, Magento = 0.27, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 172 | 12 | - |
| CMYK | 0 | 0.27 | 0.95 | 0.07 |
| HSL | 42.86º | 0.9% | 0.49% | - |
| HSV(B) | 42.86º | 0.95% | 0.93% | - |
| XYZ | 49.41 | 47.36 | 6.89 | - |
| YUV | 172.9 | 37.2 | 173.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 172 | 12 | 0 | 0.27 | 0.95 | 0.07 | 42.86 | 0.9 | 0.49 |
| Hex | EC | AC | C | 0 | 1B | 5F | 7 | 2B | 5A | 31 |
| Octal | 354 | 254 | 14 | 0 | 33 | 137 | 7 | 53 | 132 | 61 |
| Binary | 11101100 | 10101100 | 1100 | 0 | 11011 | 1011111 | 111 | 101011 | 1011010 | 110001 |
Color Harmonies of #ECAC0C
Complementary color
Monochromatic Colors of #ECAC0C
Black with #ECAC0C
Text Example
Text Example
White with #ECAC0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAC0C; }
p { color: rgb(236,172,12); }
H1.HeaderClassName
{
color: #ECAC0C;
}
.AnyTagClassName
{
color: #ECAC0C;
}
</style>
background-color css
<style>
a { background-color: #ECAC0C; }
a { background-color: rgb(236,172,12); }
div.DivClassName
{
background-color: #ECAC0C;
}
.BgClassName
{
background-color: #ECAC0C;
}
</style>
border-color css
<style>
span { border-color: #ECAC0C; }
span { border-color: rgb(236,172,12); }
td.TdClassName
{
border-color: #ECAC0C;
}
.TagClassName
{
border-color: #ECAC0C;
}
</style>