Shades of Golden Yellow #ECE404
Tints of Golden Yellow #ECE404
RGB
CMYK
RGB Variations
Color information
#ECE404 (or 0xECE404) is known color: Golden Yellow. HEX triplet: EC, E4 and 04. RGB value is (236,228,4). Sum of RGB (Red+Green+Blue) = 236+228+4=468 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.43% from 468); Green value is 228 (89.45% from 255 or 48.72% from 468); Blue value is 4 (1.95% from 255 or 0.85% from 468); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE404 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECE404 is #131BFB. Grayscale: #CDCDCD. Windows color (decimal): -1252348 or 320748. OLE color: 320748.
HSL color Cylindrical-coordinate representation of color #ECE404: hue angle of 57.93º 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 #ECE404 is Cyan = 0, Magento = 0.03, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 228 | 4 | - |
| CMYK | 0 | 0.03 | 0.98 | 0.07 |
| HSL | 57.93º | 0.97% | 0.47% | - |
| HSV(B) | 57.93º | 0.98% | 0.93% | - |
| XYZ | 62.36 | 73.33 | 10.98 | - |
| YUV | 204.86 | 14.65 | 150.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 228 | 4 | 0 | 0.03 | 0.98 | 0.07 | 57.93 | 0.97 | 0.47 |
| Hex | EC | E4 | 4 | 0 | 3 | 62 | 7 | 3A | 61 | 2F |
| Octal | 354 | 344 | 4 | 0 | 3 | 142 | 7 | 72 | 141 | 57 |
| Binary | 11101100 | 11100100 | 100 | 0 | 11 | 1100010 | 111 | 111010 | 1100001 | 101111 |
Color Harmonies of #ECE404
Complementary color
Monochromatic Colors of #ECE404
Black with #ECE404
Text Example
Text Example
White with #ECE404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE404; }
p { color: rgb(236,228,4); }
H1.HeaderClassName
{
color: #ECE404;
}
.AnyTagClassName
{
color: #ECE404;
}
</style>
background-color css
<style>
a { background-color: #ECE404; }
a { background-color: rgb(236,228,4); }
div.DivClassName
{
background-color: #ECE404;
}
.BgClassName
{
background-color: #ECE404;
}
</style>
border-color css
<style>
span { border-color: #ECE404; }
span { border-color: rgb(236,228,4); }
td.TdClassName
{
border-color: #ECE404;
}
.TagClassName
{
border-color: #ECE404;
}
</style>