Shades of Golden Fizz #ECF72F
Tints of Golden Fizz #ECF72F
RGB
CMYK
RGB Variations
Color information
#ECF72F (or 0xECF72F) is known color: Golden Fizz. HEX triplet: EC, F7 and 2F. RGB value is (236,247,47). Sum of RGB (Red+Green+Blue) = 236+247+47=530 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.53% from 530); Green value is 247 (96.88% from 255 or 46.60% from 530); Blue value is 47 (18.75% from 255 or 8.87% from 530); Max value from RGB is 247 - color contains mainly: green. Hex color #ECF72F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECF72F is #1308D0. Grayscale: #DDDDDD. Windows color (decimal): -1247441 or 3143660. OLE color: 3143660.
HSL color Cylindrical-coordinate representation of color #ECF72F: hue angle of 63.3º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #ECF72F is Cyan = 0.04, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 236 | 247 | 47 | - |
| CMYK | 0.04 | 0 | 0.81 | 0.03 |
| HSL | 63.3º | 0.93% | 0.58% | - |
| HSV(B) | 63.3º | 0.81% | 0.97% | - |
| XYZ | 68.37 | 84.56 | 15.41 | - |
| YUV | 220.91 | 29.86 | 138.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 247 | 47 | 0.04 | 0 | 0.81 | 0.03 | 63.3 | 0.93 | 0.58 |
| Hex | EC | F7 | 2F | 4 | 0 | 51 | 3 | 3F | 5D | 3A |
| Octal | 354 | 367 | 57 | 4 | 0 | 121 | 3 | 77 | 135 | 72 |
| Binary | 11101100 | 11110111 | 101111 | 100 | 0 | 1010001 | 11 | 111111 | 1011101 | 111010 |
Color Harmonies of #ECF72F
Complementary color
Monochromatic Colors of #ECF72F
Black with #ECF72F
Text Example
Text Example
White with #ECF72F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF72F; }
p { color: rgb(236,247,47); }
H1.HeaderClassName
{
color: #ECF72F;
}
.AnyTagClassName
{
color: #ECF72F;
}
</style>
background-color css
<style>
a { background-color: #ECF72F; }
a { background-color: rgb(236,247,47); }
div.DivClassName
{
background-color: #ECF72F;
}
.BgClassName
{
background-color: #ECF72F;
}
</style>
border-color css
<style>
span { border-color: #ECF72F; }
span { border-color: rgb(236,247,47); }
td.TdClassName
{
border-color: #ECF72F;
}
.TagClassName
{
border-color: #ECF72F;
}
</style>