Shades of Gamboge #ECAA17
Tints of Gamboge #ECAA17
RGB
CMYK
RGB Variations
Color information
#ECAA17 (or 0xECAA17) is known color: Gamboge. HEX triplet: EC, AA and 17. RGB value is (236,170,23). Sum of RGB (Red+Green+Blue) = 236+170+23=429 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.01% from 429); Green value is 170 (66.80% from 255 or 39.63% from 429); Blue value is 23 (9.38% from 255 or 5.36% from 429); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAA17 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ECAA17 is #1355E8. Grayscale: #ADADAD. Windows color (decimal): -1267177 or 1551084. OLE color: 1551084.
HSL color Cylindrical-coordinate representation of color #ECAA17: hue angle of 41.41º 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 #ECAA17 is Cyan = 0, Magento = 0.28, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 170 | 23 | - |
| CMYK | 0 | 0.28 | 0.90 | 0.07 |
| HSL | 41.41º | 0.85% | 0.51% | - |
| HSV(B) | 41.41º | 0.9% | 0.93% | - |
| XYZ | 49.12 | 46.64 | 7.22 | - |
| YUV | 172.98 | 43.37 | 172.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 170 | 23 | 0 | 0.28 | 0.90 | 0.07 | 41.41 | 0.85 | 0.51 |
| Hex | EC | AA | 17 | 0 | 1C | 5A | 7 | 29 | 55 | 33 |
| Octal | 354 | 252 | 27 | 0 | 34 | 132 | 7 | 51 | 125 | 63 |
| Binary | 11101100 | 10101010 | 10111 | 0 | 11100 | 1011010 | 111 | 101001 | 1010101 | 110011 |
Color Harmonies of #ECAA17
Complementary color
Monochromatic Colors of #ECAA17
Black with #ECAA17
Text Example
Text Example
White with #ECAA17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAA17; }
p { color: rgb(236,170,23); }
H1.HeaderClassName
{
color: #ECAA17;
}
.AnyTagClassName
{
color: #ECAA17;
}
</style>
background-color css
<style>
a { background-color: #ECAA17; }
a { background-color: rgb(236,170,23); }
div.DivClassName
{
background-color: #ECAA17;
}
.BgClassName
{
background-color: #ECAA17;
}
</style>
border-color css
<style>
span { border-color: #ECAA17; }
span { border-color: rgb(236,170,23); }
td.TdClassName
{
border-color: #ECAA17;
}
.TagClassName
{
border-color: #ECAA17;
}
</style>