Shades of Golden Yellow #ECE004
Tints of Golden Yellow #ECE004
RGB
CMYK
RGB Variations
Color information
#ECE004 (or 0xECE004) is known color: Golden Yellow. HEX triplet: EC, E0 and 04. RGB value is (236,224,4). Sum of RGB (Red+Green+Blue) = 236+224+4=464 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.86% from 464); Green value is 224 (87.89% from 255 or 48.28% from 464); Blue value is 4 (1.95% from 255 or 0.86% from 464); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE004 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECE004 is #131FFB. Grayscale: #CBCBCB. Windows color (decimal): -1253372 or 319724. OLE color: 319724.
HSL color Cylindrical-coordinate representation of color #ECE004: hue angle of 56.9º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #ECE004 is Cyan = 0, Magento = 0.05, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 224 | 4 | - |
| CMYK | 0 | 0.05 | 0.98 | 0.07 |
| HSL | 56.9º | 0.97% | 0.47% | - |
| HSV(B) | 56.9º | 0.98% | 0.93% | - |
| XYZ | 61.27 | 71.15 | 10.62 | - |
| YUV | 202.51 | 15.98 | 151.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 224 | 4 | 0 | 0.05 | 0.98 | 0.07 | 56.9 | 0.97 | 0.47 |
| Hex | EC | E0 | 4 | 0 | 5 | 62 | 7 | 39 | 61 | 2F |
| Octal | 354 | 340 | 4 | 0 | 5 | 142 | 7 | 71 | 141 | 57 |
| Binary | 11101100 | 11100000 | 100 | 0 | 101 | 1100010 | 111 | 111001 | 1100001 | 101111 |
Color Harmonies of #ECE004
Complementary color
Monochromatic Colors of #ECE004
Black with #ECE004
Text Example
Text Example
White with #ECE004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE004; }
p { color: rgb(236,224,4); }
H1.HeaderClassName
{
color: #ECE004;
}
.AnyTagClassName
{
color: #ECE004;
}
</style>
background-color css
<style>
a { background-color: #ECE004; }
a { background-color: rgb(236,224,4); }
div.DivClassName
{
background-color: #ECE004;
}
.BgClassName
{
background-color: #ECE004;
}
</style>
border-color css
<style>
span { border-color: #ECE004; }
span { border-color: rgb(236,224,4); }
td.TdClassName
{
border-color: #ECE004;
}
.TagClassName
{
border-color: #ECE004;
}
</style>