Shades of Gamboge #ECAA18
Tints of Gamboge #ECAA18
RGB
CMYK
RGB Variations
Color information
#ECAA18 (or 0xECAA18) is known color: Gamboge. HEX triplet: EC, AA and 18. RGB value is (236,170,24). Sum of RGB (Red+Green+Blue) = 236+170+24=430 (56% of max value = 765). Red value is 236 (92.58% from 255 or 54.88% from 430); Green value is 170 (66.80% from 255 or 39.53% from 430); Blue value is 24 (9.77% from 255 or 5.58% from 430); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAA18 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ECAA18 is #1355E7. Grayscale: #ADADAD. Windows color (decimal): -1267176 or 1616620. OLE color: 1616620.
HSL color Cylindrical-coordinate representation of color #ECAA18: hue angle of 41.32º 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 #ECAA18 is Cyan = 0, Magento = 0.28, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 170 | 24 | - |
| CMYK | 0 | 0.28 | 0.90 | 0.07 |
| HSL | 41.32º | 0.85% | 0.51% | - |
| HSV(B) | 41.32º | 0.9% | 0.93% | - |
| XYZ | 49.13 | 46.65 | 7.28 | - |
| YUV | 173.09 | 43.87 | 172.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 170 | 24 | 0 | 0.28 | 0.90 | 0.07 | 41.32 | 0.85 | 0.51 |
| Hex | EC | AA | 18 | 0 | 1C | 5A | 7 | 29 | 55 | 33 |
| Octal | 354 | 252 | 30 | 0 | 34 | 132 | 7 | 51 | 125 | 63 |
| Binary | 11101100 | 10101010 | 11000 | 0 | 11100 | 1011010 | 111 | 101001 | 1010101 | 110011 |
Color Harmonies of #ECAA18
Complementary color
Monochromatic Colors of #ECAA18
Black with #ECAA18
Text Example
Text Example
White with #ECAA18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAA18; }
p { color: rgb(236,170,24); }
H1.HeaderClassName
{
color: #ECAA18;
}
.AnyTagClassName
{
color: #ECAA18;
}
</style>
background-color css
<style>
a { background-color: #ECAA18; }
a { background-color: rgb(236,170,24); }
div.DivClassName
{
background-color: #ECAA18;
}
.BgClassName
{
background-color: #ECAA18;
}
</style>
border-color css
<style>
span { border-color: #ECAA18; }
span { border-color: rgb(236,170,24); }
td.TdClassName
{
border-color: #ECAA18;
}
.TagClassName
{
border-color: #ECAA18;
}
</style>