Shades of Golden Fizz #ECF229
Tints of Golden Fizz #ECF229
RGB
CMYK
RGB Variations
Color information
#ECF229 (or 0xECF229) is known color: Golden Fizz. HEX triplet: EC, F2 and 29. RGB value is (236,242,41). Sum of RGB (Red+Green+Blue) = 236+242+41=519 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.47% from 519); Green value is 242 (94.92% from 255 or 46.63% from 519); Blue value is 41 (16.41% from 255 or 7.90% from 519); Max value from RGB is 242 - color contains mainly: green. Hex color #ECF229 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECF229 is #130DD6. Grayscale: #DADADA. Windows color (decimal): -1248727 or 2749164. OLE color: 2749164.
HSL color Cylindrical-coordinate representation of color #ECF229: hue angle of 61.79º 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 #ECF229 is Cyan = 0.02, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 242 | 41 | - |
| CMYK | 0.02 | 0 | 0.83 | 0.05 |
| HSL | 61.79º | 0.89% | 0.55% | - |
| HSV(B) | 61.79º | 0.83% | 0.95% | - |
| XYZ | 66.74 | 81.5 | 14.31 | - |
| YUV | 217.29 | 28.51 | 141.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 242 | 41 | 0.02 | 0 | 0.83 | 0.05 | 61.79 | 0.89 | 0.55 |
| Hex | EC | F2 | 29 | 2 | 0 | 53 | 5 | 3E | 59 | 37 |
| Octal | 354 | 362 | 51 | 2 | 0 | 123 | 5 | 76 | 131 | 67 |
| Binary | 11101100 | 11110010 | 101001 | 10 | 0 | 1010011 | 101 | 111110 | 1011001 | 110111 |
Color Harmonies of #ECF229
Complementary color
Monochromatic Colors of #ECF229
Black with #ECF229
Text Example
Text Example
White with #ECF229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF229; }
p { color: rgb(236,242,41); }
H1.HeaderClassName
{
color: #ECF229;
}
.AnyTagClassName
{
color: #ECF229;
}
</style>
background-color css
<style>
a { background-color: #ECF229; }
a { background-color: rgb(236,242,41); }
div.DivClassName
{
background-color: #ECF229;
}
.BgClassName
{
background-color: #ECF229;
}
</style>
border-color css
<style>
span { border-color: #ECF229; }
span { border-color: rgb(236,242,41); }
td.TdClassName
{
border-color: #ECF229;
}
.TagClassName
{
border-color: #ECF229;
}
</style>