Shades of Golden Fizz #ECF62F
Tints of Golden Fizz #ECF62F
RGB
CMYK
RGB Variations
Color information
#ECF62F (or 0xECF62F) is known color: Golden Fizz. HEX triplet: EC, F6 and 2F. RGB value is (236,246,47). Sum of RGB (Red+Green+Blue) = 236+246+47=529 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.61% from 529); Green value is 246 (96.48% from 255 or 46.50% from 529); Blue value is 47 (18.75% from 255 or 8.88% from 529); Max value from RGB is 246 - color contains mainly: green. Hex color #ECF62F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECF62F is #1309D0. Grayscale: #DDDDDD. Windows color (decimal): -1247697 or 3143404. OLE color: 3143404.
HSL color Cylindrical-coordinate representation of color #ECF62F: hue angle of 63.02º degrees, saturation: 0.92, 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 #ECF62F is Cyan = 0.04, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 236 | 246 | 47 | - |
| CMYK | 0.04 | 0 | 0.81 | 0.04 |
| HSL | 63.02º | 0.92% | 0.57% | - |
| HSV(B) | 63.02º | 0.81% | 0.96% | - |
| XYZ | 68.06 | 83.95 | 15.31 | - |
| YUV | 220.32 | 30.19 | 139.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 246 | 47 | 0.04 | 0 | 0.81 | 0.04 | 63.02 | 0.92 | 0.57 |
| Hex | EC | F6 | 2F | 4 | 0 | 51 | 4 | 3F | 5C | 39 |
| Octal | 354 | 366 | 57 | 4 | 0 | 121 | 4 | 77 | 134 | 71 |
| Binary | 11101100 | 11110110 | 101111 | 100 | 0 | 1010001 | 100 | 111111 | 1011100 | 111001 |
Color Harmonies of #ECF62F
Complementary color
Monochromatic Colors of #ECF62F
Black with #ECF62F
Text Example
Text Example
White with #ECF62F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF62F; }
p { color: rgb(236,246,47); }
H1.HeaderClassName
{
color: #ECF62F;
}
.AnyTagClassName
{
color: #ECF62F;
}
</style>
background-color css
<style>
a { background-color: #ECF62F; }
a { background-color: rgb(236,246,47); }
div.DivClassName
{
background-color: #ECF62F;
}
.BgClassName
{
background-color: #ECF62F;
}
</style>
border-color css
<style>
span { border-color: #ECF62F; }
span { border-color: rgb(236,246,47); }
td.TdClassName
{
border-color: #ECF62F;
}
.TagClassName
{
border-color: #ECF62F;
}
</style>