Shades of Golden Fizz #ECF424
Tints of Golden Fizz #ECF424
RGB
CMYK
RGB Variations
Color information
#ECF424 (or 0xECF424) is known color: Golden Fizz. HEX triplet: EC, F4 and 24. RGB value is (236,244,36). Sum of RGB (Red+Green+Blue) = 236+244+36=516 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.74% from 516); Green value is 244 (95.70% from 255 or 47.29% from 516); Blue value is 36 (14.45% from 255 or 6.98% from 516); Max value from RGB is 244 - color contains mainly: green. Hex color #ECF424 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECF424 is #130BDB. Grayscale: #DADADA. Windows color (decimal): -1248220 or 2421996. OLE color: 2421996.
HSL color Cylindrical-coordinate representation of color #ECF424: hue angle of 62.31º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #ECF424 is Cyan = 0.03, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 236 | 244 | 36 | - |
| CMYK | 0.03 | 0 | 0.85 | 0.04 |
| HSL | 62.31º | 0.9% | 0.55% | - |
| HSV(B) | 62.31º | 0.85% | 0.96% | - |
| XYZ | 67.26 | 82.66 | 14.08 | - |
| YUV | 217.9 | 25.35 | 140.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 244 | 36 | 0.03 | 0 | 0.85 | 0.04 | 62.31 | 0.9 | 0.55 |
| Hex | EC | F4 | 24 | 3 | 0 | 55 | 4 | 3E | 5A | 37 |
| Octal | 354 | 364 | 44 | 3 | 0 | 125 | 4 | 76 | 132 | 67 |
| Binary | 11101100 | 11110100 | 100100 | 11 | 0 | 1010101 | 100 | 111110 | 1011010 | 110111 |
Color Harmonies of #ECF424
Complementary color
Monochromatic Colors of #ECF424
Black with #ECF424
Text Example
Text Example
White with #ECF424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF424; }
p { color: rgb(236,244,36); }
H1.HeaderClassName
{
color: #ECF424;
}
.AnyTagClassName
{
color: #ECF424;
}
</style>
background-color css
<style>
a { background-color: #ECF424; }
a { background-color: rgb(236,244,36); }
div.DivClassName
{
background-color: #ECF424;
}
.BgClassName
{
background-color: #ECF424;
}
</style>
border-color css
<style>
span { border-color: #ECF424; }
span { border-color: rgb(236,244,36); }
td.TdClassName
{
border-color: #ECF424;
}
.TagClassName
{
border-color: #ECF424;
}
</style>