Shades of Gamboge #ECA305
Tints of Gamboge #ECA305
RGB
CMYK
RGB Variations
Color information
#ECA305 (or 0xECA305) is known color: Gamboge. HEX triplet: EC, A3 and 05. RGB value is (236,163,5). Sum of RGB (Red+Green+Blue) = 236+163+5=404 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.42% from 404); Green value is 163 (64.06% from 255 or 40.35% from 404); Blue value is 5 (2.34% from 255 or 1.24% from 404); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA305 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ECA305 is #135CFA. Grayscale: #A7A7A7. Windows color (decimal): -1268987 or 369644. OLE color: 369644.
HSL color Cylindrical-coordinate representation of color #ECA305: hue angle of 41.04º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #ECA305 is Cyan = 0, Magento = 0.31, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 163 | 5 | - |
| CMYK | 0 | 0.31 | 0.98 | 0.07 |
| HSL | 41.04º | 0.96% | 0.47% | - |
| HSV(B) | 41.04º | 0.98% | 0.93% | - |
| XYZ | 47.72 | 44.04 | 6.13 | - |
| YUV | 166.82 | 36.68 | 177.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 163 | 5 | 0 | 0.31 | 0.98 | 0.07 | 41.04 | 0.96 | 0.47 |
| Hex | EC | A3 | 5 | 0 | 1F | 62 | 7 | 29 | 60 | 2F |
| Octal | 354 | 243 | 5 | 0 | 37 | 142 | 7 | 51 | 140 | 57 |
| Binary | 11101100 | 10100011 | 101 | 0 | 11111 | 1100010 | 111 | 101001 | 1100000 | 101111 |
Color Harmonies of #ECA305
Complementary color
Monochromatic Colors of #ECA305
Black with #ECA305
Text Example
Text Example
White with #ECA305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECA305; }
p { color: rgb(236,163,5); }
H1.HeaderClassName
{
color: #ECA305;
}
.AnyTagClassName
{
color: #ECA305;
}
</style>
background-color css
<style>
a { background-color: #ECA305; }
a { background-color: rgb(236,163,5); }
div.DivClassName
{
background-color: #ECA305;
}
.BgClassName
{
background-color: #ECA305;
}
</style>
border-color css
<style>
span { border-color: #ECA305; }
span { border-color: rgb(236,163,5); }
td.TdClassName
{
border-color: #ECA305;
}
.TagClassName
{
border-color: #ECA305;
}
</style>