Shades of Gamboge #ECA30C
Tints of Gamboge #ECA30C
RGB
CMYK
RGB Variations
Color information
#ECA30C (or 0xECA30C) is known color: Gamboge. HEX triplet: EC, A3 and 0C. RGB value is (236,163,12). Sum of RGB (Red+Green+Blue) = 236+163+12=411 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.42% from 411); Green value is 163 (64.06% from 255 or 39.66% from 411); Blue value is 12 (5.08% from 255 or 2.92% from 411); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA30C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ECA30C is #135CF3. Grayscale: #A8A8A8. Windows color (decimal): -1268980 or 828396. OLE color: 828396.
HSL color Cylindrical-coordinate representation of color #ECA30C: hue angle of 40.45º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ECA30C is Cyan = 0, Magento = 0.31, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 163 | 12 | - |
| CMYK | 0 | 0.31 | 0.95 | 0.07 |
| HSL | 40.45º | 0.9% | 0.49% | - |
| HSV(B) | 40.45º | 0.95% | 0.93% | - |
| XYZ | 47.76 | 44.05 | 6.33 | - |
| YUV | 167.61 | 40.18 | 176.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 163 | 12 | 0 | 0.31 | 0.95 | 0.07 | 40.45 | 0.9 | 0.49 |
| Hex | EC | A3 | C | 0 | 1F | 5F | 7 | 28 | 5A | 31 |
| Octal | 354 | 243 | 14 | 0 | 37 | 137 | 7 | 50 | 132 | 61 |
| Binary | 11101100 | 10100011 | 1100 | 0 | 11111 | 1011111 | 111 | 101000 | 1011010 | 110001 |
Color Harmonies of #ECA30C
Complementary color
Monochromatic Colors of #ECA30C
Black with #ECA30C
Text Example
Text Example
White with #ECA30C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECA30C; }
p { color: rgb(236,163,12); }
H1.HeaderClassName
{
color: #ECA30C;
}
.AnyTagClassName
{
color: #ECA30C;
}
</style>
background-color css
<style>
a { background-color: #ECA30C; }
a { background-color: rgb(236,163,12); }
div.DivClassName
{
background-color: #ECA30C;
}
.BgClassName
{
background-color: #ECA30C;
}
</style>
border-color css
<style>
span { border-color: #ECA30C; }
span { border-color: rgb(236,163,12); }
td.TdClassName
{
border-color: #ECA30C;
}
.TagClassName
{
border-color: #ECA30C;
}
</style>