Shades of Golden Yellow #ECE204
Tints of Golden Yellow #ECE204
RGB
CMYK
RGB Variations
Color information
#ECE204 (or 0xECE204) is known color: Golden Yellow. HEX triplet: EC, E2 and 04. RGB value is (236,226,4). Sum of RGB (Red+Green+Blue) = 236+226+4=466 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.64% from 466); Green value is 226 (88.67% from 255 or 48.50% from 466); Blue value is 4 (1.95% from 255 or 0.86% from 466); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE204 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECE204 is #131DFB. Grayscale: #CCCCCC. Windows color (decimal): -1252860 or 320236. OLE color: 320236.
HSL color Cylindrical-coordinate representation of color #ECE204: hue angle of 57.41º 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 #ECE204 is Cyan = 0, Magento = 0.04, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 226 | 4 | - |
| CMYK | 0 | 0.04 | 0.98 | 0.07 |
| HSL | 57.41º | 0.97% | 0.47% | - |
| HSV(B) | 57.41º | 0.98% | 0.93% | - |
| XYZ | 61.81 | 72.23 | 10.8 | - |
| YUV | 203.68 | 15.31 | 151.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 226 | 4 | 0 | 0.04 | 0.98 | 0.07 | 57.41 | 0.97 | 0.47 |
| Hex | EC | E2 | 4 | 0 | 4 | 62 | 7 | 39 | 61 | 2F |
| Octal | 354 | 342 | 4 | 0 | 4 | 142 | 7 | 71 | 141 | 57 |
| Binary | 11101100 | 11100010 | 100 | 0 | 100 | 1100010 | 111 | 111001 | 1100001 | 101111 |
Color Harmonies of #ECE204
Complementary color
Monochromatic Colors of #ECE204
Black with #ECE204
Text Example
Text Example
White with #ECE204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE204; }
p { color: rgb(236,226,4); }
H1.HeaderClassName
{
color: #ECE204;
}
.AnyTagClassName
{
color: #ECE204;
}
</style>
background-color css
<style>
a { background-color: #ECE204; }
a { background-color: rgb(236,226,4); }
div.DivClassName
{
background-color: #ECE204;
}
.BgClassName
{
background-color: #ECE204;
}
</style>
border-color css
<style>
span { border-color: #ECE204; }
span { border-color: rgb(236,226,4); }
td.TdClassName
{
border-color: #ECE204;
}
.TagClassName
{
border-color: #ECE204;
}
</style>