Shades of Golden Fizz #ECF72E
Tints of Golden Fizz #ECF72E
RGB
CMYK
RGB Variations
Color information
#ECF72E (or 0xECF72E) is known color: Golden Fizz. HEX triplet: EC, F7 and 2E. RGB value is (236,247,46). Sum of RGB (Red+Green+Blue) = 236+247+46=529 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.61% from 529); Green value is 247 (96.88% from 255 or 46.69% from 529); Blue value is 46 (18.36% from 255 or 8.70% from 529); Max value from RGB is 247 - color contains mainly: green. Hex color #ECF72E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECF72E is #1308D1. Grayscale: #DDDDDD. Windows color (decimal): -1247442 or 3078124. OLE color: 3078124.
HSL color Cylindrical-coordinate representation of color #ECF72E: hue angle of 63.28º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #ECF72E is Cyan = 0.04, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 236 | 247 | 46 | - |
| CMYK | 0.04 | 0 | 0.81 | 0.03 |
| HSL | 63.28º | 0.93% | 0.57% | - |
| HSV(B) | 63.28º | 0.81% | 0.97% | - |
| XYZ | 68.35 | 84.55 | 15.3 | - |
| YUV | 220.8 | 29.36 | 138.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 247 | 46 | 0.04 | 0 | 0.81 | 0.03 | 63.28 | 0.93 | 0.57 |
| Hex | EC | F7 | 2E | 4 | 0 | 51 | 3 | 3F | 5D | 39 |
| Octal | 354 | 367 | 56 | 4 | 0 | 121 | 3 | 77 | 135 | 71 |
| Binary | 11101100 | 11110111 | 101110 | 100 | 0 | 1010001 | 11 | 111111 | 1011101 | 111001 |
Color Harmonies of #ECF72E
Complementary color
Monochromatic Colors of #ECF72E
Black with #ECF72E
Text Example
Text Example
White with #ECF72E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF72E; }
p { color: rgb(236,247,46); }
H1.HeaderClassName
{
color: #ECF72E;
}
.AnyTagClassName
{
color: #ECF72E;
}
</style>
background-color css
<style>
a { background-color: #ECF72E; }
a { background-color: rgb(236,247,46); }
div.DivClassName
{
background-color: #ECF72E;
}
.BgClassName
{
background-color: #ECF72E;
}
</style>
border-color css
<style>
span { border-color: #ECF72E; }
span { border-color: rgb(236,247,46); }
td.TdClassName
{
border-color: #ECF72E;
}
.TagClassName
{
border-color: #ECF72E;
}
</style>