Shades of Gamboge #ECAB10
Tints of Gamboge #ECAB10
RGB
CMYK
RGB Variations
Color information
#ECAB10 (or 0xECAB10) is known color: Gamboge. HEX triplet: EC, AB and 10. RGB value is (236,171,16). Sum of RGB (Red+Green+Blue) = 236+171+16=423 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.79% from 423); Green value is 171 (67.19% from 255 or 40.43% from 423); Blue value is 16 (6.64% from 255 or 3.78% from 423); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAB10 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ECAB10 is #1354EF. Grayscale: #ADADAD. Windows color (decimal): -1266928 or 1092588. OLE color: 1092588.
HSL color Cylindrical-coordinate representation of color #ECAB10: hue angle of 42.27º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ECAB10 is Cyan = 0, Magento = 0.28, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 171 | 16 | - |
| CMYK | 0 | 0.28 | 0.93 | 0.07 |
| HSL | 42.27º | 0.87% | 0.49% | - |
| HSV(B) | 42.27º | 0.93% | 0.93% | - |
| XYZ | 49.25 | 47 | 6.97 | - |
| YUV | 172.77 | 39.53 | 173.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 171 | 16 | 0 | 0.28 | 0.93 | 0.07 | 42.27 | 0.87 | 0.49 |
| Hex | EC | AB | 10 | 0 | 1C | 5D | 7 | 2A | 57 | 31 |
| Octal | 354 | 253 | 20 | 0 | 34 | 135 | 7 | 52 | 127 | 61 |
| Binary | 11101100 | 10101011 | 10000 | 0 | 11100 | 1011101 | 111 | 101010 | 1010111 | 110001 |
Color Harmonies of #ECAB10
Complementary color
Monochromatic Colors of #ECAB10
Black with #ECAB10
Text Example
Text Example
White with #ECAB10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAB10; }
p { color: rgb(236,171,16); }
H1.HeaderClassName
{
color: #ECAB10;
}
.AnyTagClassName
{
color: #ECAB10;
}
</style>
background-color css
<style>
a { background-color: #ECAB10; }
a { background-color: rgb(236,171,16); }
div.DivClassName
{
background-color: #ECAB10;
}
.BgClassName
{
background-color: #ECAB10;
}
</style>
border-color css
<style>
span { border-color: #ECAB10; }
span { border-color: rgb(236,171,16); }
td.TdClassName
{
border-color: #ECAB10;
}
.TagClassName
{
border-color: #ECAB10;
}
</style>