Shades of Gamboge #ECA113
Tints of Gamboge #ECA113
RGB
CMYK
RGB Variations
Color information
#ECA113 (or 0xECA113) is known color: Gamboge. HEX triplet: EC, A1 and 13. RGB value is (236,161,19). Sum of RGB (Red+Green+Blue) = 236+161+19=416 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.73% from 416); Green value is 161 (63.28% from 255 or 38.70% from 416); Blue value is 19 (7.81% from 255 or 4.57% from 416); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA113 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ECA113 is #135EEC. Grayscale: #A7A7A7. Windows color (decimal): -1269485 or 1286636. OLE color: 1286636.
HSL color Cylindrical-coordinate representation of color #ECA113: hue angle of 39.26º 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 #ECA113 is Cyan = 0, Magento = 0.32, Yellow = 0.92 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 161 | 19 | - |
| CMYK | 0 | 0.32 | 0.92 | 0.07 |
| HSL | 39.26º | 0.85% | 0.5% | - |
| HSV(B) | 39.26º | 0.92% | 0.93% | - |
| XYZ | 47.45 | 43.37 | 6.49 | - |
| YUV | 167.24 | 44.35 | 177.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 161 | 19 | 0 | 0.32 | 0.92 | 0.07 | 39.26 | 0.85 | 0.5 |
| Hex | EC | A1 | 13 | 0 | 20 | 5C | 7 | 27 | 55 | 32 |
| Octal | 354 | 241 | 23 | 0 | 40 | 134 | 7 | 47 | 125 | 62 |
| Binary | 11101100 | 10100001 | 10011 | 0 | 100000 | 1011100 | 111 | 100111 | 1010101 | 110010 |
Color Harmonies of #ECA113
Complementary color
Monochromatic Colors of #ECA113
Black with #ECA113
Text Example
Text Example
White with #ECA113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECA113; }
p { color: rgb(236,161,19); }
H1.HeaderClassName
{
color: #ECA113;
}
.AnyTagClassName
{
color: #ECA113;
}
</style>
background-color css
<style>
a { background-color: #ECA113; }
a { background-color: rgb(236,161,19); }
div.DivClassName
{
background-color: #ECA113;
}
.BgClassName
{
background-color: #ECA113;
}
</style>
border-color css
<style>
span { border-color: #ECA113; }
span { border-color: rgb(236,161,19); }
td.TdClassName
{
border-color: #ECA113;
}
.TagClassName
{
border-color: #ECA113;
}
</style>