Shades of Gamboge #ECAB13
Tints of Gamboge #ECAB13
RGB
CMYK
RGB Variations
Color information
#ECAB13 (or 0xECAB13) is known color: Gamboge. HEX triplet: EC, AB and 13. RGB value is (236,171,19). Sum of RGB (Red+Green+Blue) = 236+171+19=426 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.40% from 426); Green value is 171 (67.19% from 255 or 40.14% from 426); Blue value is 19 (7.81% from 255 or 4.46% from 426); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAB13 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ECAB13 is #1354EC. Grayscale: #ADADAD. Windows color (decimal): -1266925 or 1289196. OLE color: 1289196.
HSL color Cylindrical-coordinate representation of color #ECAB13: hue angle of 42.03º 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 #ECAB13 is Cyan = 0, Magento = 0.28, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 171 | 19 | - |
| CMYK | 0 | 0.28 | 0.92 | 0.07 |
| HSL | 42.03º | 0.85% | 0.5% | - |
| HSV(B) | 42.03º | 0.92% | 0.93% | - |
| XYZ | 49.27 | 47.01 | 7.09 | - |
| YUV | 173.11 | 41.03 | 172.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 171 | 19 | 0 | 0.28 | 0.92 | 0.07 | 42.03 | 0.85 | 0.5 |
| Hex | EC | AB | 13 | 0 | 1C | 5C | 7 | 2A | 55 | 32 |
| Octal | 354 | 253 | 23 | 0 | 34 | 134 | 7 | 52 | 125 | 62 |
| Binary | 11101100 | 10101011 | 10011 | 0 | 11100 | 1011100 | 111 | 101010 | 1010101 | 110010 |
Color Harmonies of #ECAB13
Complementary color
Monochromatic Colors of #ECAB13
Black with #ECAB13
Text Example
Text Example
White with #ECAB13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAB13; }
p { color: rgb(236,171,19); }
H1.HeaderClassName
{
color: #ECAB13;
}
.AnyTagClassName
{
color: #ECAB13;
}
</style>
background-color css
<style>
a { background-color: #ECAB13; }
a { background-color: rgb(236,171,19); }
div.DivClassName
{
background-color: #ECAB13;
}
.BgClassName
{
background-color: #ECAB13;
}
</style>
border-color css
<style>
span { border-color: #ECAB13; }
span { border-color: rgb(236,171,19); }
td.TdClassName
{
border-color: #ECAB13;
}
.TagClassName
{
border-color: #ECAB13;
}
</style>