Shades of Gamboge #ECAB14
Tints of Gamboge #ECAB14
RGB
CMYK
RGB Variations
Color information
#ECAB14 (or 0xECAB14) is known color: Gamboge. HEX triplet: EC, AB and 14. RGB value is (236,171,20). Sum of RGB (Red+Green+Blue) = 236+171+20=427 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.27% from 427); Green value is 171 (67.19% from 255 or 40.05% from 427); Blue value is 20 (8.20% from 255 or 4.68% from 427); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAB14 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ECAB14 is #1354EB. Grayscale: #ADADAD. Windows color (decimal): -1266924 or 1354732. OLE color: 1354732.
HSL color Cylindrical-coordinate representation of color #ECAB14: hue angle of 41.94º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ECAB14 is Cyan = 0, Magento = 0.28, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 171 | 20 | - |
| CMYK | 0 | 0.28 | 0.92 | 0.07 |
| HSL | 41.94º | 0.85% | 0.5% | - |
| HSV(B) | 41.94º | 0.92% | 0.93% | - |
| XYZ | 49.28 | 47.01 | 7.14 | - |
| YUV | 173.22 | 41.53 | 172.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 171 | 20 | 0 | 0.28 | 0.92 | 0.07 | 41.94 | 0.85 | 0.5 |
| Hex | EC | AB | 14 | 0 | 1C | 5C | 7 | 2A | 55 | 32 |
| Octal | 354 | 253 | 24 | 0 | 34 | 134 | 7 | 52 | 125 | 62 |
| Binary | 11101100 | 10101011 | 10100 | 0 | 11100 | 1011100 | 111 | 101010 | 1010101 | 110010 |
Color Harmonies of #ECAB14
Complementary color
Monochromatic Colors of #ECAB14
Black with #ECAB14
Text Example
Text Example
White with #ECAB14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAB14; }
p { color: rgb(236,171,20); }
H1.HeaderClassName
{
color: #ECAB14;
}
.AnyTagClassName
{
color: #ECAB14;
}
</style>
background-color css
<style>
a { background-color: #ECAB14; }
a { background-color: rgb(236,171,20); }
div.DivClassName
{
background-color: #ECAB14;
}
.BgClassName
{
background-color: #ECAB14;
}
</style>
border-color css
<style>
span { border-color: #ECAB14; }
span { border-color: rgb(236,171,20); }
td.TdClassName
{
border-color: #ECAB14;
}
.TagClassName
{
border-color: #ECAB14;
}
</style>