Shades of Gamboge #ECA11C
Tints of Gamboge #ECA11C
RGB
CMYK
RGB Variations
Color information
#ECA11C (or 0xECA11C) is known color: Gamboge. HEX triplet: EC, A1 and 1C. RGB value is (236,161,28). Sum of RGB (Red+Green+Blue) = 236+161+28=425 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.53% from 425); Green value is 161 (63.28% from 255 or 37.88% from 425); Blue value is 28 (11.33% from 255 or 6.59% from 425); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA11C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECA11C is #135EE3. Grayscale: #A8A8A8. Windows color (decimal): -1269476 or 1876460. OLE color: 1876460.
HSL color Cylindrical-coordinate representation of color #ECA11C: hue angle of 38.37º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #ECA11C is Cyan = 0, Magento = 0.32, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 161 | 28 | - |
| CMYK | 0 | 0.32 | 0.88 | 0.07 |
| HSL | 38.37º | 0.85% | 0.52% | - |
| HSV(B) | 38.37º | 0.88% | 0.93% | - |
| XYZ | 47.55 | 43.41 | 6.97 | - |
| YUV | 168.26 | 48.85 | 176.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 161 | 28 | 0 | 0.32 | 0.88 | 0.07 | 38.37 | 0.85 | 0.52 |
| Hex | EC | A1 | 1C | 0 | 20 | 58 | 7 | 26 | 55 | 34 |
| Octal | 354 | 241 | 34 | 0 | 40 | 130 | 7 | 46 | 125 | 64 |
| Binary | 11101100 | 10100001 | 11100 | 0 | 100000 | 1011000 | 111 | 100110 | 1010101 | 110100 |
Color Harmonies of #ECA11C
Complementary color
Monochromatic Colors of #ECA11C
Black with #ECA11C
Text Example
Text Example
White with #ECA11C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECA11C; }
p { color: rgb(236,161,28); }
H1.HeaderClassName
{
color: #ECA11C;
}
.AnyTagClassName
{
color: #ECA11C;
}
</style>
background-color css
<style>
a { background-color: #ECA11C; }
a { background-color: rgb(236,161,28); }
div.DivClassName
{
background-color: #ECA11C;
}
.BgClassName
{
background-color: #ECA11C;
}
</style>
border-color css
<style>
span { border-color: #ECA11C; }
span { border-color: rgb(236,161,28); }
td.TdClassName
{
border-color: #ECA11C;
}
.TagClassName
{
border-color: #ECA11C;
}
</style>