Shades of Gamboge #ECAC0B
Tints of Gamboge #ECAC0B
RGB
CMYK
RGB Variations
Color information
#ECAC0B (or 0xECAC0B) is known color: Gamboge. HEX triplet: EC, AC and 0B. RGB value is (236,172,11). Sum of RGB (Red+Green+Blue) = 236+172+11=419 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.32% from 419); Green value is 172 (67.58% from 255 or 41.05% from 419); Blue value is 11 (4.69% from 255 or 2.63% from 419); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAC0B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ECAC0B is #1353F4. Grayscale: #ADADAD. Windows color (decimal): -1266677 or 765164. OLE color: 765164.
HSL color Cylindrical-coordinate representation of color #ECAC0B: hue angle of 42.93º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ECAC0B is Cyan = 0, Magento = 0.27, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 172 | 11 | - |
| CMYK | 0 | 0.27 | 0.95 | 0.07 |
| HSL | 42.93º | 0.91% | 0.48% | - |
| HSV(B) | 42.93º | 0.95% | 0.93% | - |
| XYZ | 49.41 | 47.36 | 6.85 | - |
| YUV | 172.78 | 36.7 | 173.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 172 | 11 | 0 | 0.27 | 0.95 | 0.07 | 42.93 | 0.91 | 0.48 |
| Hex | EC | AC | B | 0 | 1B | 5F | 7 | 2B | 5B | 30 |
| Octal | 354 | 254 | 13 | 0 | 33 | 137 | 7 | 53 | 133 | 60 |
| Binary | 11101100 | 10101100 | 1011 | 0 | 11011 | 1011111 | 111 | 101011 | 1011011 | 110000 |
Color Harmonies of #ECAC0B
Complementary color
Monochromatic Colors of #ECAC0B
Black with #ECAC0B
Text Example
Text Example
White with #ECAC0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAC0B; }
p { color: rgb(236,172,11); }
H1.HeaderClassName
{
color: #ECAC0B;
}
.AnyTagClassName
{
color: #ECAC0B;
}
</style>
background-color css
<style>
a { background-color: #ECAC0B; }
a { background-color: rgb(236,172,11); }
div.DivClassName
{
background-color: #ECAC0B;
}
.BgClassName
{
background-color: #ECAC0B;
}
</style>
border-color css
<style>
span { border-color: #ECAC0B; }
span { border-color: rgb(236,172,11); }
td.TdClassName
{
border-color: #ECAC0B;
}
.TagClassName
{
border-color: #ECAC0B;
}
</style>