Shades of Golden Fizz #ECF92F
Tints of Golden Fizz #ECF92F
RGB
CMYK
RGB Variations
Color information
#ECF92F (or 0xECF92F) is known color: Golden Fizz. HEX triplet: EC, F9 and 2F. RGB value is (236,249,47). Sum of RGB (Red+Green+Blue) = 236+249+47=532 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.36% from 532); Green value is 249 (97.66% from 255 or 46.80% from 532); Blue value is 47 (18.75% from 255 or 8.83% from 532); Max value from RGB is 249 - color contains mainly: green. Hex color #ECF92F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECF92F is #1306D0. Grayscale: #DEDEDE. Windows color (decimal): -1246929 or 3144172. OLE color: 3144172.
HSL color Cylindrical-coordinate representation of color #ECF92F: hue angle of 63.86º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #ECF92F is Cyan = 0.05, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 236 | 249 | 47 | - |
| CMYK | 0.05 | 0 | 0.81 | 0.02 |
| HSL | 63.86º | 0.94% | 0.58% | - |
| HSV(B) | 63.86º | 0.81% | 0.98% | - |
| XYZ | 68.98 | 85.79 | 15.61 | - |
| YUV | 222.09 | 29.19 | 137.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 249 | 47 | 0.05 | 0 | 0.81 | 0.02 | 63.86 | 0.94 | 0.58 |
| Hex | EC | F9 | 2F | 5 | 0 | 51 | 2 | 40 | 5E | 3A |
| Octal | 354 | 371 | 57 | 5 | 0 | 121 | 2 | 100 | 136 | 72 |
| Binary | 11101100 | 11111001 | 101111 | 101 | 0 | 1010001 | 10 | 1000000 | 1011110 | 111010 |
Color Harmonies of #ECF92F
Complementary color
Monochromatic Colors of #ECF92F
Black with #ECF92F
Text Example
Text Example
White with #ECF92F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF92F; }
p { color: rgb(236,249,47); }
H1.HeaderClassName
{
color: #ECF92F;
}
.AnyTagClassName
{
color: #ECF92F;
}
</style>
background-color css
<style>
a { background-color: #ECF92F; }
a { background-color: rgb(236,249,47); }
div.DivClassName
{
background-color: #ECF92F;
}
.BgClassName
{
background-color: #ECF92F;
}
</style>
border-color css
<style>
span { border-color: #ECF92F; }
span { border-color: rgb(236,249,47); }
td.TdClassName
{
border-color: #ECF92F;
}
.TagClassName
{
border-color: #ECF92F;
}
</style>