Shades of Golden Fizz #ECF732
Tints of Golden Fizz #ECF732
RGB
CMYK
RGB Variations
Color information
#ECF732 (or 0xECF732) is known color: Golden Fizz. HEX triplet: EC, F7 and 32. RGB value is (236,247,50). Sum of RGB (Red+Green+Blue) = 236+247+50=533 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.28% from 533); Green value is 247 (96.88% from 255 or 46.34% from 533); Blue value is 50 (19.92% from 255 or 9.38% from 533); Max value from RGB is 247 - color contains mainly: green. Hex color #ECF732 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECF732 is #1308CD. Grayscale: #DEDEDE. Windows color (decimal): -1247438 or 3340268. OLE color: 3340268.
HSL color Cylindrical-coordinate representation of color #ECF732: hue angle of 63.35º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ECF732 is Cyan = 0.04, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 236 | 247 | 50 | - |
| CMYK | 0.04 | 0 | 0.80 | 0.03 |
| HSL | 63.35º | 0.92% | 0.58% | - |
| HSV(B) | 63.35º | 0.8% | 0.97% | - |
| XYZ | 68.43 | 84.58 | 15.74 | - |
| YUV | 221.25 | 31.36 | 138.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 247 | 50 | 0.04 | 0 | 0.80 | 0.03 | 63.35 | 0.92 | 0.58 |
| Hex | EC | F7 | 32 | 4 | 0 | 50 | 3 | 3F | 5C | 3A |
| Octal | 354 | 367 | 62 | 4 | 0 | 120 | 3 | 77 | 134 | 72 |
| Binary | 11101100 | 11110111 | 110010 | 100 | 0 | 1010000 | 11 | 111111 | 1011100 | 111010 |
Color Harmonies of #ECF732
Complementary color
Monochromatic Colors of #ECF732
Black with #ECF732
Text Example
Text Example
White with #ECF732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF732; }
p { color: rgb(236,247,50); }
H1.HeaderClassName
{
color: #ECF732;
}
.AnyTagClassName
{
color: #ECF732;
}
</style>
background-color css
<style>
a { background-color: #ECF732; }
a { background-color: rgb(236,247,50); }
div.DivClassName
{
background-color: #ECF732;
}
.BgClassName
{
background-color: #ECF732;
}
</style>
border-color css
<style>
span { border-color: #ECF732; }
span { border-color: rgb(236,247,50); }
td.TdClassName
{
border-color: #ECF732;
}
.TagClassName
{
border-color: #ECF732;
}
</style>