Shades of Golden Fizz #ECF42F
Tints of Golden Fizz #ECF42F
RGB
CMYK
RGB Variations
Color information
#ECF42F (or 0xECF42F) is known color: Golden Fizz. HEX triplet: EC, F4 and 2F. RGB value is (236,244,47). Sum of RGB (Red+Green+Blue) = 236+244+47=527 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.78% from 527); Green value is 244 (95.70% from 255 or 46.30% from 527); Blue value is 47 (18.75% from 255 or 8.92% from 527); Max value from RGB is 244 - color contains mainly: green. Hex color #ECF42F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECF42F is #130BD0. Grayscale: #DBDBDB. Windows color (decimal): -1248209 or 3142892. OLE color: 3142892.
HSL color Cylindrical-coordinate representation of color #ECF42F: hue angle of 62.44º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #ECF42F is Cyan = 0.03, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 236 | 244 | 47 | - |
| CMYK | 0.03 | 0 | 0.81 | 0.04 |
| HSL | 62.44º | 0.9% | 0.57% | - |
| HSV(B) | 62.44º | 0.81% | 0.96% | - |
| XYZ | 67.46 | 82.74 | 15.1 | - |
| YUV | 219.15 | 30.85 | 140.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 244 | 47 | 0.03 | 0 | 0.81 | 0.04 | 62.44 | 0.9 | 0.57 |
| Hex | EC | F4 | 2F | 3 | 0 | 51 | 4 | 3E | 5A | 39 |
| Octal | 354 | 364 | 57 | 3 | 0 | 121 | 4 | 76 | 132 | 71 |
| Binary | 11101100 | 11110100 | 101111 | 11 | 0 | 1010001 | 100 | 111110 | 1011010 | 111001 |
Color Harmonies of #ECF42F
Complementary color
Monochromatic Colors of #ECF42F
Black with #ECF42F
Text Example
Text Example
White with #ECF42F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF42F; }
p { color: rgb(236,244,47); }
H1.HeaderClassName
{
color: #ECF42F;
}
.AnyTagClassName
{
color: #ECF42F;
}
</style>
background-color css
<style>
a { background-color: #ECF42F; }
a { background-color: rgb(236,244,47); }
div.DivClassName
{
background-color: #ECF42F;
}
.BgClassName
{
background-color: #ECF42F;
}
</style>
border-color css
<style>
span { border-color: #ECF42F; }
span { border-color: rgb(236,244,47); }
td.TdClassName
{
border-color: #ECF42F;
}
.TagClassName
{
border-color: #ECF42F;
}
</style>