Shades of Gamboge #ECA618
Tints of Gamboge #ECA618
RGB
CMYK
RGB Variations
Color information
#ECA618 (or 0xECA618) is known color: Gamboge. HEX triplet: EC, A6 and 18. RGB value is (236,166,24). Sum of RGB (Red+Green+Blue) = 236+166+24=426 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.40% from 426); Green value is 166 (65.23% from 255 or 38.97% from 426); Blue value is 24 (9.77% from 255 or 5.63% from 426); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA618 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ECA618 is #1359E7. Grayscale: #ABABAB. Windows color (decimal): -1268200 or 1615596. OLE color: 1615596.
HSL color Cylindrical-coordinate representation of color #ECA618: hue angle of 40.19º 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 #ECA618 is Cyan = 0, Magento = 0.30, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 166 | 24 | - |
| CMYK | 0 | 0.30 | 0.90 | 0.07 |
| HSL | 40.19º | 0.85% | 0.51% | - |
| HSV(B) | 40.19º | 0.9% | 0.93% | - |
| XYZ | 48.39 | 45.17 | 7.03 | - |
| YUV | 170.74 | 45.19 | 174.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 166 | 24 | 0 | 0.30 | 0.90 | 0.07 | 40.19 | 0.85 | 0.51 |
| Hex | EC | A6 | 18 | 0 | 1E | 5A | 7 | 28 | 55 | 33 |
| Octal | 354 | 246 | 30 | 0 | 36 | 132 | 7 | 50 | 125 | 63 |
| Binary | 11101100 | 10100110 | 11000 | 0 | 11110 | 1011010 | 111 | 101000 | 1010101 | 110011 |
Color Harmonies of #ECA618
Complementary color
Monochromatic Colors of #ECA618
Black with #ECA618
Text Example
Text Example
White with #ECA618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECA618; }
p { color: rgb(236,166,24); }
H1.HeaderClassName
{
color: #ECA618;
}
.AnyTagClassName
{
color: #ECA618;
}
</style>
background-color css
<style>
a { background-color: #ECA618; }
a { background-color: rgb(236,166,24); }
div.DivClassName
{
background-color: #ECA618;
}
.BgClassName
{
background-color: #ECA618;
}
</style>
border-color css
<style>
span { border-color: #ECA618; }
span { border-color: rgb(236,166,24); }
td.TdClassName
{
border-color: #ECA618;
}
.TagClassName
{
border-color: #ECA618;
}
</style>