Shades of Gamboge #ECAC0F
Tints of Gamboge #ECAC0F
RGB
CMYK
RGB Variations
Color information
#ECAC0F (or 0xECAC0F) is known color: Gamboge. HEX triplet: EC, AC and 0F. RGB value is (236,172,15). Sum of RGB (Red+Green+Blue) = 236+172+15=423 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.79% from 423); Green value is 172 (67.58% from 255 or 40.66% from 423); Blue value is 15 (6.25% from 255 or 3.55% from 423); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAC0F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ECAC0F is #1353F0. Grayscale: #ADADAD. Windows color (decimal): -1266673 or 1027308. OLE color: 1027308.
HSL color Cylindrical-coordinate representation of color #ECAC0F: hue angle of 42.62º degrees, saturation: 0.88, 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 #ECAC0F is Cyan = 0, Magento = 0.27, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 172 | 15 | - |
| CMYK | 0 | 0.27 | 0.94 | 0.07 |
| HSL | 42.62º | 0.88% | 0.49% | - |
| HSV(B) | 42.62º | 0.94% | 0.93% | - |
| XYZ | 49.43 | 47.37 | 6.99 | - |
| YUV | 173.24 | 38.7 | 172.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 172 | 15 | 0 | 0.27 | 0.94 | 0.07 | 42.62 | 0.88 | 0.49 |
| Hex | EC | AC | F | 0 | 1B | 5E | 7 | 2B | 58 | 31 |
| Octal | 354 | 254 | 17 | 0 | 33 | 136 | 7 | 53 | 130 | 61 |
| Binary | 11101100 | 10101100 | 1111 | 0 | 11011 | 1011110 | 111 | 101011 | 1011000 | 110001 |
Color Harmonies of #ECAC0F
Complementary color
Monochromatic Colors of #ECAC0F
Black with #ECAC0F
Text Example
Text Example
White with #ECAC0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAC0F; }
p { color: rgb(236,172,15); }
H1.HeaderClassName
{
color: #ECAC0F;
}
.AnyTagClassName
{
color: #ECAC0F;
}
</style>
background-color css
<style>
a { background-color: #ECAC0F; }
a { background-color: rgb(236,172,15); }
div.DivClassName
{
background-color: #ECAC0F;
}
.BgClassName
{
background-color: #ECAC0F;
}
</style>
border-color css
<style>
span { border-color: #ECAC0F; }
span { border-color: rgb(236,172,15); }
td.TdClassName
{
border-color: #ECAC0F;
}
.TagClassName
{
border-color: #ECAC0F;
}
</style>