Shades of Golden Fizz #ECF532
Tints of Golden Fizz #ECF532
RGB
CMYK
RGB Variations
Color information
#ECF532 (or 0xECF532) is known color: Golden Fizz. HEX triplet: EC, F5 and 32. RGB value is (236,245,50). Sum of RGB (Red+Green+Blue) = 236+245+50=531 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.44% from 531); Green value is 245 (96.09% from 255 or 46.14% from 531); Blue value is 50 (19.92% from 255 or 9.42% from 531); Max value from RGB is 245 - color contains mainly: green. Hex color #ECF532 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECF532 is #130ACD. Grayscale: #DCDCDC. Windows color (decimal): -1247950 or 3339756. OLE color: 3339756.
HSL color Cylindrical-coordinate representation of color #ECF532: hue angle of 62.77º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ECF532 is Cyan = 0.04, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 236 | 245 | 50 | - |
| CMYK | 0.04 | 0 | 0.80 | 0.04 |
| HSL | 62.77º | 0.91% | 0.58% | - |
| HSV(B) | 62.77º | 0.8% | 0.96% | - |
| XYZ | 67.82 | 83.37 | 15.53 | - |
| YUV | 220.08 | 32.02 | 139.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 245 | 50 | 0.04 | 0 | 0.80 | 0.04 | 62.77 | 0.91 | 0.58 |
| Hex | EC | F5 | 32 | 4 | 0 | 50 | 4 | 3F | 5B | 3A |
| Octal | 354 | 365 | 62 | 4 | 0 | 120 | 4 | 77 | 133 | 72 |
| Binary | 11101100 | 11110101 | 110010 | 100 | 0 | 1010000 | 100 | 111111 | 1011011 | 111010 |
Color Harmonies of #ECF532
Complementary color
Monochromatic Colors of #ECF532
Black with #ECF532
Text Example
Text Example
White with #ECF532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF532; }
p { color: rgb(236,245,50); }
H1.HeaderClassName
{
color: #ECF532;
}
.AnyTagClassName
{
color: #ECF532;
}
</style>
background-color css
<style>
a { background-color: #ECF532; }
a { background-color: rgb(236,245,50); }
div.DivClassName
{
background-color: #ECF532;
}
.BgClassName
{
background-color: #ECF532;
}
</style>
border-color css
<style>
span { border-color: #ECF532; }
span { border-color: rgb(236,245,50); }
td.TdClassName
{
border-color: #ECF532;
}
.TagClassName
{
border-color: #ECF532;
}
</style>