Shades of Golden Fizz #ECF223
Tints of Golden Fizz #ECF223
RGB
CMYK
RGB Variations
Color information
#ECF223 (or 0xECF223) is known color: Golden Fizz. HEX triplet: EC, F2 and 23. RGB value is (236,242,35). Sum of RGB (Red+Green+Blue) = 236+242+35=513 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.00% from 513); Green value is 242 (94.92% from 255 or 47.17% from 513); Blue value is 35 (14.06% from 255 or 6.82% from 513); Max value from RGB is 242 - color contains mainly: green. Hex color #ECF223 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECF223 is #130DDC. Grayscale: #D9D9D9. Windows color (decimal): -1248733 or 2355948. OLE color: 2355948.
HSL color Cylindrical-coordinate representation of color #ECF223: hue angle of 61.74º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #ECF223 is Cyan = 0.02, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 242 | 35 | - |
| CMYK | 0.02 | 0 | 0.86 | 0.05 |
| HSL | 61.74º | 0.89% | 0.54% | - |
| HSV(B) | 61.74º | 0.86% | 0.95% | - |
| XYZ | 66.65 | 81.46 | 13.8 | - |
| YUV | 216.61 | 25.51 | 141.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 242 | 35 | 0.02 | 0 | 0.86 | 0.05 | 61.74 | 0.89 | 0.54 |
| Hex | EC | F2 | 23 | 2 | 0 | 56 | 5 | 3E | 59 | 36 |
| Octal | 354 | 362 | 43 | 2 | 0 | 126 | 5 | 76 | 131 | 66 |
| Binary | 11101100 | 11110010 | 100011 | 10 | 0 | 1010110 | 101 | 111110 | 1011001 | 110110 |
Color Harmonies of #ECF223
Complementary color
Monochromatic Colors of #ECF223
Black with #ECF223
Text Example
Text Example
White with #ECF223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF223; }
p { color: rgb(236,242,35); }
H1.HeaderClassName
{
color: #ECF223;
}
.AnyTagClassName
{
color: #ECF223;
}
</style>
background-color css
<style>
a { background-color: #ECF223; }
a { background-color: rgb(236,242,35); }
div.DivClassName
{
background-color: #ECF223;
}
.BgClassName
{
background-color: #ECF223;
}
</style>
border-color css
<style>
span { border-color: #ECF223; }
span { border-color: rgb(236,242,35); }
td.TdClassName
{
border-color: #ECF223;
}
.TagClassName
{
border-color: #ECF223;
}
</style>