Shades of Golden Fizz #ECF227
Tints of Golden Fizz #ECF227
RGB
CMYK
RGB Variations
Color information
#ECF227 (or 0xECF227) is known color: Golden Fizz. HEX triplet: EC, F2 and 27. RGB value is (236,242,39). Sum of RGB (Red+Green+Blue) = 236+242+39=517 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.65% from 517); Green value is 242 (94.92% from 255 or 46.81% from 517); Blue value is 39 (15.62% from 255 or 7.54% from 517); Max value from RGB is 242 - color contains mainly: green. Hex color #ECF227 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECF227 is #130DD8. Grayscale: #D9D9D9. Windows color (decimal): -1248729 or 2618092. OLE color: 2618092.
HSL color Cylindrical-coordinate representation of color #ECF227: hue angle of 61.77º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #ECF227 is Cyan = 0.02, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 242 | 39 | - |
| CMYK | 0.02 | 0 | 0.84 | 0.05 |
| HSL | 61.77º | 0.89% | 0.55% | - |
| HSV(B) | 61.77º | 0.84% | 0.95% | - |
| XYZ | 66.71 | 81.48 | 14.13 | - |
| YUV | 217.06 | 27.51 | 141.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 242 | 39 | 0.02 | 0 | 0.84 | 0.05 | 61.77 | 0.89 | 0.55 |
| Hex | EC | F2 | 27 | 2 | 0 | 54 | 5 | 3E | 59 | 37 |
| Octal | 354 | 362 | 47 | 2 | 0 | 124 | 5 | 76 | 131 | 67 |
| Binary | 11101100 | 11110010 | 100111 | 10 | 0 | 1010100 | 101 | 111110 | 1011001 | 110111 |
Color Harmonies of #ECF227
Complementary color
Monochromatic Colors of #ECF227
Black with #ECF227
Text Example
Text Example
White with #ECF227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF227; }
p { color: rgb(236,242,39); }
H1.HeaderClassName
{
color: #ECF227;
}
.AnyTagClassName
{
color: #ECF227;
}
</style>
background-color css
<style>
a { background-color: #ECF227; }
a { background-color: rgb(236,242,39); }
div.DivClassName
{
background-color: #ECF227;
}
.BgClassName
{
background-color: #ECF227;
}
</style>
border-color css
<style>
span { border-color: #ECF227; }
span { border-color: rgb(236,242,39); }
td.TdClassName
{
border-color: #ECF227;
}
.TagClassName
{
border-color: #ECF227;
}
</style>