Shades of Golden Fizz #ECF224
Tints of Golden Fizz #ECF224
RGB
CMYK
RGB Variations
Color information
#ECF224 (or 0xECF224) is known color: Golden Fizz. HEX triplet: EC, F2 and 24. RGB value is (236,242,36). Sum of RGB (Red+Green+Blue) = 236+242+36=514 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.91% from 514); Green value is 242 (94.92% from 255 or 47.08% from 514); Blue value is 36 (14.45% from 255 or 7.00% from 514); Max value from RGB is 242 - color contains mainly: green. Hex color #ECF224 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECF224 is #130DDB. Grayscale: #D9D9D9. Windows color (decimal): -1248732 or 2421484. OLE color: 2421484.
HSL color Cylindrical-coordinate representation of color #ECF224: hue angle of 61.75º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #ECF224 is Cyan = 0.02, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 242 | 36 | - |
| CMYK | 0.02 | 0 | 0.85 | 0.05 |
| HSL | 61.75º | 0.89% | 0.55% | - |
| HSV(B) | 61.75º | 0.85% | 0.95% | - |
| XYZ | 66.66 | 81.46 | 13.88 | - |
| YUV | 216.72 | 26.01 | 141.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 242 | 36 | 0.02 | 0 | 0.85 | 0.05 | 61.75 | 0.89 | 0.55 |
| Hex | EC | F2 | 24 | 2 | 0 | 55 | 5 | 3E | 59 | 37 |
| Octal | 354 | 362 | 44 | 2 | 0 | 125 | 5 | 76 | 131 | 67 |
| Binary | 11101100 | 11110010 | 100100 | 10 | 0 | 1010101 | 101 | 111110 | 1011001 | 110111 |
Color Harmonies of #ECF224
Complementary color
Monochromatic Colors of #ECF224
Black with #ECF224
Text Example
Text Example
White with #ECF224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF224; }
p { color: rgb(236,242,36); }
H1.HeaderClassName
{
color: #ECF224;
}
.AnyTagClassName
{
color: #ECF224;
}
</style>
background-color css
<style>
a { background-color: #ECF224; }
a { background-color: rgb(236,242,36); }
div.DivClassName
{
background-color: #ECF224;
}
.BgClassName
{
background-color: #ECF224;
}
</style>
border-color css
<style>
span { border-color: #ECF224; }
span { border-color: rgb(236,242,36); }
td.TdClassName
{
border-color: #ECF224;
}
.TagClassName
{
border-color: #ECF224;
}
</style>