Shades of Golden Fizz #ECF22E
Tints of Golden Fizz #ECF22E
RGB
CMYK
RGB Variations
Color information
#ECF22E (or 0xECF22E) is known color: Golden Fizz. HEX triplet: EC, F2 and 2E. RGB value is (236,242,46). Sum of RGB (Red+Green+Blue) = 236+242+46=524 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.04% from 524); Green value is 242 (94.92% from 255 or 46.18% from 524); Blue value is 46 (18.36% from 255 or 8.78% from 524); Max value from RGB is 242 - color contains mainly: green. Hex color #ECF22E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECF22E is #130DD1. Grayscale: #DADADA. Windows color (decimal): -1248722 or 3076844. OLE color: 3076844.
HSL color Cylindrical-coordinate representation of color #ECF22E: hue angle of 61.84º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #ECF22E is Cyan = 0.02, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 242 | 46 | - |
| CMYK | 0.02 | 0 | 0.81 | 0.05 |
| HSL | 61.84º | 0.88% | 0.56% | - |
| HSV(B) | 61.84º | 0.81% | 0.95% | - |
| XYZ | 66.84 | 81.53 | 14.8 | - |
| YUV | 217.86 | 31.01 | 140.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 242 | 46 | 0.02 | 0 | 0.81 | 0.05 | 61.84 | 0.88 | 0.56 |
| Hex | EC | F2 | 2E | 2 | 0 | 51 | 5 | 3E | 58 | 38 |
| Octal | 354 | 362 | 56 | 2 | 0 | 121 | 5 | 76 | 130 | 70 |
| Binary | 11101100 | 11110010 | 101110 | 10 | 0 | 1010001 | 101 | 111110 | 1011000 | 111000 |
Color Harmonies of #ECF22E
Complementary color
Monochromatic Colors of #ECF22E
Black with #ECF22E
Text Example
Text Example
White with #ECF22E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF22E; }
p { color: rgb(236,242,46); }
H1.HeaderClassName
{
color: #ECF22E;
}
.AnyTagClassName
{
color: #ECF22E;
}
</style>
background-color css
<style>
a { background-color: #ECF22E; }
a { background-color: rgb(236,242,46); }
div.DivClassName
{
background-color: #ECF22E;
}
.BgClassName
{
background-color: #ECF22E;
}
</style>
border-color css
<style>
span { border-color: #ECF22E; }
span { border-color: rgb(236,242,46); }
td.TdClassName
{
border-color: #ECF22E;
}
.TagClassName
{
border-color: #ECF22E;
}
</style>