Shades of Golden Fizz #ECF632
Tints of Golden Fizz #ECF632
RGB
CMYK
RGB Variations
Color information
#ECF632 (or 0xECF632) is known color: Golden Fizz. HEX triplet: EC, F6 and 32. RGB value is (236,246,50). Sum of RGB (Red+Green+Blue) = 236+246+50=532 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.36% from 532); Green value is 246 (96.48% from 255 or 46.24% from 532); Blue value is 50 (19.92% from 255 or 9.40% from 532); Max value from RGB is 246 - color contains mainly: green. Hex color #ECF632 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECF632 is #1309CD. Grayscale: #DDDDDD. Windows color (decimal): -1247694 or 3340012. OLE color: 3340012.
HSL color Cylindrical-coordinate representation of color #ECF632: hue angle of 63.06º degrees, saturation: 0.92, 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 #ECF632 is Cyan = 0.04, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 236 | 246 | 50 | - |
| CMYK | 0.04 | 0 | 0.80 | 0.04 |
| HSL | 63.06º | 0.92% | 0.58% | - |
| HSV(B) | 63.06º | 0.8% | 0.96% | - |
| XYZ | 68.12 | 83.97 | 15.64 | - |
| YUV | 220.67 | 31.69 | 138.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 246 | 50 | 0.04 | 0 | 0.80 | 0.04 | 63.06 | 0.92 | 0.58 |
| Hex | EC | F6 | 32 | 4 | 0 | 50 | 4 | 3F | 5C | 3A |
| Octal | 354 | 366 | 62 | 4 | 0 | 120 | 4 | 77 | 134 | 72 |
| Binary | 11101100 | 11110110 | 110010 | 100 | 0 | 1010000 | 100 | 111111 | 1011100 | 111010 |
Color Harmonies of #ECF632
Complementary color
Monochromatic Colors of #ECF632
Black with #ECF632
Text Example
Text Example
White with #ECF632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF632; }
p { color: rgb(236,246,50); }
H1.HeaderClassName
{
color: #ECF632;
}
.AnyTagClassName
{
color: #ECF632;
}
</style>
background-color css
<style>
a { background-color: #ECF632; }
a { background-color: rgb(236,246,50); }
div.DivClassName
{
background-color: #ECF632;
}
.BgClassName
{
background-color: #ECF632;
}
</style>
border-color css
<style>
span { border-color: #ECF632; }
span { border-color: rgb(236,246,50); }
td.TdClassName
{
border-color: #ECF632;
}
.TagClassName
{
border-color: #ECF632;
}
</style>