Shades of Gamboge #ECA018
Tints of Gamboge #ECA018
RGB
CMYK
RGB Variations
Color information
#ECA018 (or 0xECA018) is known color: Gamboge. HEX triplet: EC, A0 and 18. RGB value is (236,160,24). Sum of RGB (Red+Green+Blue) = 236+160+24=420 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.19% from 420); Green value is 160 (62.89% from 255 or 38.10% from 420); Blue value is 24 (9.77% from 255 or 5.71% from 420); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA018 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ECA018 is #135FE7. Grayscale: #A7A7A7. Windows color (decimal): -1269736 or 1614060. OLE color: 1614060.
HSL color Cylindrical-coordinate representation of color #ECA018: hue angle of 38.49º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #ECA018 is Cyan = 0, Magento = 0.32, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 160 | 24 | - |
| CMYK | 0 | 0.32 | 0.90 | 0.07 |
| HSL | 38.49º | 0.85% | 0.51% | - |
| HSV(B) | 38.49º | 0.9% | 0.93% | - |
| XYZ | 47.33 | 43.04 | 6.68 | - |
| YUV | 167.22 | 47.18 | 177.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 160 | 24 | 0 | 0.32 | 0.90 | 0.07 | 38.49 | 0.85 | 0.51 |
| Hex | EC | A0 | 18 | 0 | 20 | 5A | 7 | 26 | 55 | 33 |
| Octal | 354 | 240 | 30 | 0 | 40 | 132 | 7 | 46 | 125 | 63 |
| Binary | 11101100 | 10100000 | 11000 | 0 | 100000 | 1011010 | 111 | 100110 | 1010101 | 110011 |
Color Harmonies of #ECA018
Complementary color
Monochromatic Colors of #ECA018
Black with #ECA018
Text Example
Text Example
White with #ECA018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECA018; }
p { color: rgb(236,160,24); }
H1.HeaderClassName
{
color: #ECA018;
}
.AnyTagClassName
{
color: #ECA018;
}
</style>
background-color css
<style>
a { background-color: #ECA018; }
a { background-color: rgb(236,160,24); }
div.DivClassName
{
background-color: #ECA018;
}
.BgClassName
{
background-color: #ECA018;
}
</style>
border-color css
<style>
span { border-color: #ECA018; }
span { border-color: rgb(236,160,24); }
td.TdClassName
{
border-color: #ECA018;
}
.TagClassName
{
border-color: #ECA018;
}
</style>