Shades of Golden Fizz #ECF228
Tints of Golden Fizz #ECF228
RGB
CMYK
RGB Variations
Color information
#ECF228 (or 0xECF228) is known color: Golden Fizz. HEX triplet: EC, F2 and 28. RGB value is (236,242,40). Sum of RGB (Red+Green+Blue) = 236+242+40=518 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.56% from 518); Green value is 242 (94.92% from 255 or 46.72% from 518); Blue value is 40 (16.02% from 255 or 7.72% from 518); Max value from RGB is 242 - color contains mainly: green. Hex color #ECF228 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECF228 is #130DD7. Grayscale: #D9D9D9. Windows color (decimal): -1248728 or 2683628. OLE color: 2683628.
HSL color Cylindrical-coordinate representation of color #ECF228: hue angle of 61.78º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #ECF228 is Cyan = 0.02, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 242 | 40 | - |
| CMYK | 0.02 | 0 | 0.83 | 0.05 |
| HSL | 61.78º | 0.89% | 0.55% | - |
| HSV(B) | 61.78º | 0.83% | 0.95% | - |
| XYZ | 66.73 | 81.49 | 14.22 | - |
| YUV | 217.18 | 28.01 | 141.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 242 | 40 | 0.02 | 0 | 0.83 | 0.05 | 61.78 | 0.89 | 0.55 |
| Hex | EC | F2 | 28 | 2 | 0 | 53 | 5 | 3E | 59 | 37 |
| Octal | 354 | 362 | 50 | 2 | 0 | 123 | 5 | 76 | 131 | 67 |
| Binary | 11101100 | 11110010 | 101000 | 10 | 0 | 1010011 | 101 | 111110 | 1011001 | 110111 |
Color Harmonies of #ECF228
Complementary color
Monochromatic Colors of #ECF228
Black with #ECF228
Text Example
Text Example
White with #ECF228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF228; }
p { color: rgb(236,242,40); }
H1.HeaderClassName
{
color: #ECF228;
}
.AnyTagClassName
{
color: #ECF228;
}
</style>
background-color css
<style>
a { background-color: #ECF228; }
a { background-color: rgb(236,242,40); }
div.DivClassName
{
background-color: #ECF228;
}
.BgClassName
{
background-color: #ECF228;
}
</style>
border-color css
<style>
span { border-color: #ECF228; }
span { border-color: rgb(236,242,40); }
td.TdClassName
{
border-color: #ECF228;
}
.TagClassName
{
border-color: #ECF228;
}
</style>