Shades of Gamboge #ECA60A
Tints of Gamboge #ECA60A
RGB
CMYK
RGB Variations
Color information
#ECA60A (or 0xECA60A) is known color: Gamboge. HEX triplet: EC, A6 and 0A. RGB value is (236,166,10). Sum of RGB (Red+Green+Blue) = 236+166+10=412 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.28% from 412); Green value is 166 (65.23% from 255 or 40.29% from 412); Blue value is 10 (4.30% from 255 or 2.43% from 412); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA60A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ECA60A is #1359F5. Grayscale: #A9A9A9. Windows color (decimal): -1268214 or 698092. OLE color: 698092.
HSL color Cylindrical-coordinate representation of color #ECA60A: hue angle of 41.42º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #ECA60A is Cyan = 0, Magento = 0.30, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 166 | 10 | - |
| CMYK | 0 | 0.30 | 0.96 | 0.07 |
| HSL | 41.42º | 0.92% | 0.48% | - |
| HSV(B) | 41.42º | 0.96% | 0.93% | - |
| XYZ | 48.28 | 45.13 | 6.45 | - |
| YUV | 169.15 | 38.19 | 175.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 166 | 10 | 0 | 0.30 | 0.96 | 0.07 | 41.42 | 0.92 | 0.48 |
| Hex | EC | A6 | A | 0 | 1E | 60 | 7 | 29 | 5C | 30 |
| Octal | 354 | 246 | 12 | 0 | 36 | 140 | 7 | 51 | 134 | 60 |
| Binary | 11101100 | 10100110 | 1010 | 0 | 11110 | 1100000 | 111 | 101001 | 1011100 | 110000 |
Color Harmonies of #ECA60A
Complementary color
Monochromatic Colors of #ECA60A
Black with #ECA60A
Text Example
Text Example
White with #ECA60A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECA60A; }
p { color: rgb(236,166,10); }
H1.HeaderClassName
{
color: #ECA60A;
}
.AnyTagClassName
{
color: #ECA60A;
}
</style>
background-color css
<style>
a { background-color: #ECA60A; }
a { background-color: rgb(236,166,10); }
div.DivClassName
{
background-color: #ECA60A;
}
.BgClassName
{
background-color: #ECA60A;
}
</style>
border-color css
<style>
span { border-color: #ECA60A; }
span { border-color: rgb(236,166,10); }
td.TdClassName
{
border-color: #ECA60A;
}
.TagClassName
{
border-color: #ECA60A;
}
</style>