Shades of Gamboge #ECAD0C
Tints of Gamboge #ECAD0C
RGB
CMYK
RGB Variations
Color information
#ECAD0C (or 0xECAD0C) is known color: Gamboge. HEX triplet: EC, AD and 0C. RGB value is (236,173,12). Sum of RGB (Red+Green+Blue) = 236+173+12=421 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.06% from 421); Green value is 173 (67.97% from 255 or 41.09% from 421); Blue value is 12 (5.08% from 255 or 2.85% from 421); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAD0C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ECAD0C is #1352F3. Grayscale: #AEAEAE. Windows color (decimal): -1266420 or 830956. OLE color: 830956.
HSL color Cylindrical-coordinate representation of color #ECAD0C: hue angle of 43.12º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ECAD0C is Cyan = 0, Magento = 0.27, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 173 | 12 | - |
| CMYK | 0 | 0.27 | 0.95 | 0.07 |
| HSL | 43.13º | 0.9% | 0.49% | - |
| HSV(B) | 43.13º | 0.95% | 0.93% | - |
| XYZ | 49.6 | 47.75 | 6.95 | - |
| YUV | 173.48 | 36.87 | 172.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 173 | 12 | 0 | 0.27 | 0.95 | 0.07 | 43.13 | 0.9 | 0.49 |
| Hex | EC | AD | C | 0 | 1B | 5F | 7 | 2B | 5A | 31 |
| Octal | 354 | 255 | 14 | 0 | 33 | 137 | 7 | 53 | 132 | 61 |
| Binary | 11101100 | 10101101 | 1100 | 0 | 11011 | 1011111 | 111 | 101011 | 1011010 | 110001 |
Color Harmonies of #ECAD0C
Complementary color
Monochromatic Colors of #ECAD0C
Black with #ECAD0C
Text Example
Text Example
White with #ECAD0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAD0C; }
p { color: rgb(236,173,12); }
H1.HeaderClassName
{
color: #ECAD0C;
}
.AnyTagClassName
{
color: #ECAD0C;
}
</style>
background-color css
<style>
a { background-color: #ECAD0C; }
a { background-color: rgb(236,173,12); }
div.DivClassName
{
background-color: #ECAD0C;
}
.BgClassName
{
background-color: #ECAD0C;
}
</style>
border-color css
<style>
span { border-color: #ECAD0C; }
span { border-color: rgb(236,173,12); }
td.TdClassName
{
border-color: #ECAD0C;
}
.TagClassName
{
border-color: #ECAD0C;
}
</style>