Shades of Gamboge #ECA619
Tints of Gamboge #ECA619
RGB
CMYK
RGB Variations
Color information
#ECA619 (or 0xECA619) is known color: Gamboge. HEX triplet: EC, A6 and 19. RGB value is (236,166,25). Sum of RGB (Red+Green+Blue) = 236+166+25=427 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.27% from 427); Green value is 166 (65.23% from 255 or 38.88% from 427); Blue value is 25 (10.16% from 255 or 5.85% from 427); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA619 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ECA619 is #1359E6. Grayscale: #ABABAB. Windows color (decimal): -1268199 or 1681132. OLE color: 1681132.
HSL color Cylindrical-coordinate representation of color #ECA619: hue angle of 40.09º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #ECA619 is Cyan = 0, Magento = 0.30, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 166 | 25 | - |
| CMYK | 0 | 0.30 | 0.89 | 0.07 |
| HSL | 40.09º | 0.85% | 0.51% | - |
| HSV(B) | 40.09º | 0.89% | 0.93% | - |
| XYZ | 48.4 | 45.18 | 7.09 | - |
| YUV | 170.86 | 45.69 | 174.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 166 | 25 | 0 | 0.30 | 0.89 | 0.07 | 40.09 | 0.85 | 0.51 |
| Hex | EC | A6 | 19 | 0 | 1E | 59 | 7 | 28 | 55 | 33 |
| Octal | 354 | 246 | 31 | 0 | 36 | 131 | 7 | 50 | 125 | 63 |
| Binary | 11101100 | 10100110 | 11001 | 0 | 11110 | 1011001 | 111 | 101000 | 1010101 | 110011 |
Color Harmonies of #ECA619
Complementary color
Monochromatic Colors of #ECA619
Black with #ECA619
Text Example
Text Example
White with #ECA619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECA619; }
p { color: rgb(236,166,25); }
H1.HeaderClassName
{
color: #ECA619;
}
.AnyTagClassName
{
color: #ECA619;
}
</style>
background-color css
<style>
a { background-color: #ECA619; }
a { background-color: rgb(236,166,25); }
div.DivClassName
{
background-color: #ECA619;
}
.BgClassName
{
background-color: #ECA619;
}
</style>
border-color css
<style>
span { border-color: #ECA619; }
span { border-color: rgb(236,166,25); }
td.TdClassName
{
border-color: #ECA619;
}
.TagClassName
{
border-color: #ECA619;
}
</style>