Shades of Gamboge #ECAE0C
Tints of Gamboge #ECAE0C
RGB
CMYK
RGB Variations
Color information
#ECAE0C (or 0xECAE0C) is known color: Gamboge. HEX triplet: EC, AE and 0C. RGB value is (236,174,12). Sum of RGB (Red+Green+Blue) = 236+174+12=422 (55% of max value = 765). Red value is 236 (92.58% from 255 or 55.92% from 422); Green value is 174 (68.36% from 255 or 41.23% from 422); Blue value is 12 (5.08% from 255 or 2.84% from 422); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAE0C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ECAE0C is #1351F3. Grayscale: #AEAEAE. Windows color (decimal): -1266164 or 831212. OLE color: 831212.
HSL color Cylindrical-coordinate representation of color #ECAE0C: hue angle of 43.39º 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 #ECAE0C is Cyan = 0, Magento = 0.26, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 174 | 12 | - |
| CMYK | 0 | 0.26 | 0.95 | 0.07 |
| HSL | 43.39º | 0.9% | 0.49% | - |
| HSV(B) | 43.39º | 0.95% | 0.93% | - |
| XYZ | 49.79 | 48.13 | 7.01 | - |
| YUV | 174.07 | 36.54 | 172.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 174 | 12 | 0 | 0.26 | 0.95 | 0.07 | 43.39 | 0.9 | 0.49 |
| Hex | EC | AE | C | 0 | 1A | 5F | 7 | 2B | 5A | 31 |
| Octal | 354 | 256 | 14 | 0 | 32 | 137 | 7 | 53 | 132 | 61 |
| Binary | 11101100 | 10101110 | 1100 | 0 | 11010 | 1011111 | 111 | 101011 | 1011010 | 110001 |
Color Harmonies of #ECAE0C
Complementary color
Monochromatic Colors of #ECAE0C
Black with #ECAE0C
Text Example
Text Example
White with #ECAE0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECAE0C; }
p { color: rgb(236,174,12); }
H1.HeaderClassName
{
color: #ECAE0C;
}
.AnyTagClassName
{
color: #ECAE0C;
}
</style>
background-color css
<style>
a { background-color: #ECAE0C; }
a { background-color: rgb(236,174,12); }
div.DivClassName
{
background-color: #ECAE0C;
}
.BgClassName
{
background-color: #ECAE0C;
}
</style>
border-color css
<style>
span { border-color: #ECAE0C; }
span { border-color: rgb(236,174,12); }
td.TdClassName
{
border-color: #ECAE0C;
}
.TagClassName
{
border-color: #ECAE0C;
}
</style>