Shades of Golden Fizz #ECF02F
Tints of Golden Fizz #ECF02F
RGB
CMYK
RGB Variations
Color information
#ECF02F (or 0xECF02F) is known color: Golden Fizz. HEX triplet: EC, F0 and 2F. RGB value is (236,240,47). Sum of RGB (Red+Green+Blue) = 236+240+47=523 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.12% from 523); Green value is 240 (94.14% from 255 or 45.89% from 523); Blue value is 47 (18.75% from 255 or 8.99% from 523); Max value from RGB is 240 - color contains mainly: green. Hex color #ECF02F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECF02F is #130FD0. Grayscale: #D9D9D9. Windows color (decimal): -1249233 or 3141868. OLE color: 3141868.
HSL color Cylindrical-coordinate representation of color #ECF02F: hue angle of 61.24º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ECF02F is Cyan = 0.02, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 236 | 240 | 47 | - |
| CMYK | 0.02 | 0 | 0.80 | 0.06 |
| HSL | 61.24º | 0.87% | 0.56% | - |
| HSV(B) | 61.24º | 0.8% | 0.94% | - |
| XYZ | 66.27 | 80.36 | 14.71 | - |
| YUV | 216.8 | 32.17 | 141.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 240 | 47 | 0.02 | 0 | 0.80 | 0.06 | 61.24 | 0.87 | 0.56 |
| Hex | EC | F0 | 2F | 2 | 0 | 50 | 6 | 3D | 57 | 38 |
| Octal | 354 | 360 | 57 | 2 | 0 | 120 | 6 | 75 | 127 | 70 |
| Binary | 11101100 | 11110000 | 101111 | 10 | 0 | 1010000 | 110 | 111101 | 1010111 | 111000 |
Color Harmonies of #ECF02F
Complementary color
Monochromatic Colors of #ECF02F
Black with #ECF02F
Text Example
Text Example
White with #ECF02F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF02F; }
p { color: rgb(236,240,47); }
H1.HeaderClassName
{
color: #ECF02F;
}
.AnyTagClassName
{
color: #ECF02F;
}
</style>
background-color css
<style>
a { background-color: #ECF02F; }
a { background-color: rgb(236,240,47); }
div.DivClassName
{
background-color: #ECF02F;
}
.BgClassName
{
background-color: #ECF02F;
}
</style>
border-color css
<style>
span { border-color: #ECF02F; }
span { border-color: rgb(236,240,47); }
td.TdClassName
{
border-color: #ECF02F;
}
.TagClassName
{
border-color: #ECF02F;
}
</style>