Shades of Golden Fizz #ECE01C
Tints of Golden Fizz #ECE01C
RGB
CMYK
RGB Variations
Color information
#ECE01C (or 0xECE01C) is known color: Golden Fizz. HEX triplet: EC, E0 and 1C. RGB value is (236,224,28). Sum of RGB (Red+Green+Blue) = 236+224+28=488 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.36% from 488); Green value is 224 (87.89% from 255 or 45.90% from 488); Blue value is 28 (11.33% from 255 or 5.74% from 488); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE01C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECE01C is #131FE3. Grayscale: #CECECE. Windows color (decimal): -1253348 or 1892588. OLE color: 1892588.
HSL color Cylindrical-coordinate representation of color #ECE01C: hue angle of 56.54º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #ECE01C is Cyan = 0, Magento = 0.05, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 224 | 28 | - |
| CMYK | 0 | 0.05 | 0.88 | 0.07 |
| HSL | 56.54º | 0.85% | 0.52% | - |
| HSV(B) | 56.54º | 0.88% | 0.93% | - |
| XYZ | 61.46 | 71.23 | 11.61 | - |
| YUV | 205.24 | 27.98 | 149.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 224 | 28 | 0 | 0.05 | 0.88 | 0.07 | 56.54 | 0.85 | 0.52 |
| Hex | EC | E0 | 1C | 0 | 5 | 58 | 7 | 39 | 55 | 34 |
| Octal | 354 | 340 | 34 | 0 | 5 | 130 | 7 | 71 | 125 | 64 |
| Binary | 11101100 | 11100000 | 11100 | 0 | 101 | 1011000 | 111 | 111001 | 1010101 | 110100 |
Color Harmonies of #ECE01C
Complementary color
Monochromatic Colors of #ECE01C
Black with #ECE01C
Text Example
Text Example
White with #ECE01C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE01C; }
p { color: rgb(236,224,28); }
H1.HeaderClassName
{
color: #ECE01C;
}
.AnyTagClassName
{
color: #ECE01C;
}
</style>
background-color css
<style>
a { background-color: #ECE01C; }
a { background-color: rgb(236,224,28); }
div.DivClassName
{
background-color: #ECE01C;
}
.BgClassName
{
background-color: #ECE01C;
}
</style>
border-color css
<style>
span { border-color: #ECE01C; }
span { border-color: rgb(236,224,28); }
td.TdClassName
{
border-color: #ECE01C;
}
.TagClassName
{
border-color: #ECE01C;
}
</style>