Shades of Gamboge #ECA008
Tints of Gamboge #ECA008
RGB
CMYK
RGB Variations
Color information
#ECA008 (or 0xECA008) is known color: Gamboge. HEX triplet: EC, A0 and 08. RGB value is (236,160,8). Sum of RGB (Red+Green+Blue) = 236+160+8=404 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.42% from 404); Green value is 160 (62.89% from 255 or 39.60% from 404); Blue value is 8 (3.52% from 255 or 1.98% from 404); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA008 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ECA008 is #135FF7. Grayscale: #A6A6A6. Windows color (decimal): -1269752 or 565484. OLE color: 565484.
HSL color Cylindrical-coordinate representation of color #ECA008: hue angle of 40º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #ECA008 is Cyan = 0, Magento = 0.32, Yellow = 0.97 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 160 | 8 | - |
| CMYK | 0 | 0.32 | 0.97 | 0.07 |
| HSL | 40º | 0.93% | 0.48% | - |
| HSV(B) | 40º | 0.97% | 0.93% | - |
| XYZ | 47.21 | 42.99 | 6.04 | - |
| YUV | 165.4 | 39.18 | 178.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 160 | 8 | 0 | 0.32 | 0.97 | 0.07 | 40 | 0.93 | 0.48 |
| Hex | EC | A0 | 8 | 0 | 20 | 61 | 7 | 28 | 5D | 30 |
| Octal | 354 | 240 | 10 | 0 | 40 | 141 | 7 | 50 | 135 | 60 |
| Binary | 11101100 | 10100000 | 1000 | 0 | 100000 | 1100001 | 111 | 101000 | 1011101 | 110000 |
Color Harmonies of #ECA008
Complementary color
Monochromatic Colors of #ECA008
Black with #ECA008
Text Example
Text Example
White with #ECA008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECA008; }
p { color: rgb(236,160,8); }
H1.HeaderClassName
{
color: #ECA008;
}
.AnyTagClassName
{
color: #ECA008;
}
</style>
background-color css
<style>
a { background-color: #ECA008; }
a { background-color: rgb(236,160,8); }
div.DivClassName
{
background-color: #ECA008;
}
.BgClassName
{
background-color: #ECA008;
}
</style>
border-color css
<style>
span { border-color: #ECA008; }
span { border-color: rgb(236,160,8); }
td.TdClassName
{
border-color: #ECA008;
}
.TagClassName
{
border-color: #ECA008;
}
</style>