Shades of Gamboge #ECA117
Tints of Gamboge #ECA117
RGB
CMYK
RGB Variations
Color information
#ECA117 (or 0xECA117) is known color: Gamboge. HEX triplet: EC, A1 and 17. RGB value is (236,161,23). Sum of RGB (Red+Green+Blue) = 236+161+23=420 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.19% from 420); Green value is 161 (63.28% from 255 or 38.33% from 420); Blue value is 23 (9.38% from 255 or 5.48% from 420); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA117 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ECA117 is #135EE8. Grayscale: #A8A8A8. Windows color (decimal): -1269481 or 1548780. OLE color: 1548780.
HSL color Cylindrical-coordinate representation of color #ECA117: hue angle of 38.87º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #ECA117 is Cyan = 0, Magento = 0.32, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 161 | 23 | - |
| CMYK | 0 | 0.32 | 0.90 | 0.07 |
| HSL | 38.87º | 0.85% | 0.51% | - |
| HSV(B) | 38.87º | 0.9% | 0.93% | - |
| XYZ | 47.49 | 43.38 | 6.68 | - |
| YUV | 167.69 | 46.35 | 176.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 161 | 23 | 0 | 0.32 | 0.90 | 0.07 | 38.87 | 0.85 | 0.51 |
| Hex | EC | A1 | 17 | 0 | 20 | 5A | 7 | 27 | 55 | 33 |
| Octal | 354 | 241 | 27 | 0 | 40 | 132 | 7 | 47 | 125 | 63 |
| Binary | 11101100 | 10100001 | 10111 | 0 | 100000 | 1011010 | 111 | 100111 | 1010101 | 110011 |
Color Harmonies of #ECA117
Complementary color
Monochromatic Colors of #ECA117
Black with #ECA117
Text Example
Text Example
White with #ECA117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECA117; }
p { color: rgb(236,161,23); }
H1.HeaderClassName
{
color: #ECA117;
}
.AnyTagClassName
{
color: #ECA117;
}
</style>
background-color css
<style>
a { background-color: #ECA117; }
a { background-color: rgb(236,161,23); }
div.DivClassName
{
background-color: #ECA117;
}
.BgClassName
{
background-color: #ECA117;
}
</style>
border-color css
<style>
span { border-color: #ECA117; }
span { border-color: rgb(236,161,23); }
td.TdClassName
{
border-color: #ECA117;
}
.TagClassName
{
border-color: #ECA117;
}
</style>