Shades of Golden Fizz #ECF432
Tints of Golden Fizz #ECF432
RGB
CMYK
RGB Variations
Color information
#ECF432 (or 0xECF432) is known color: Golden Fizz. HEX triplet: EC, F4 and 32. RGB value is (236,244,50). Sum of RGB (Red+Green+Blue) = 236+244+50=530 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.53% from 530); Green value is 244 (95.70% from 255 or 46.04% from 530); Blue value is 50 (19.92% from 255 or 9.43% from 530); Max value from RGB is 244 - color contains mainly: green. Hex color #ECF432 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECF432 is #130BCD. Grayscale: #DCDCDC. Windows color (decimal): -1248206 or 3339500. OLE color: 3339500.
HSL color Cylindrical-coordinate representation of color #ECF432: hue angle of 62.47º degrees, saturation: 0.9, 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 #ECF432 is Cyan = 0.03, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 236 | 244 | 50 | - |
| CMYK | 0.03 | 0 | 0.80 | 0.04 |
| HSL | 62.47º | 0.9% | 0.58% | - |
| HSV(B) | 62.47º | 0.8% | 0.96% | - |
| XYZ | 67.52 | 82.76 | 15.43 | - |
| YUV | 219.49 | 32.35 | 139.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 244 | 50 | 0.03 | 0 | 0.80 | 0.04 | 62.47 | 0.9 | 0.58 |
| Hex | EC | F4 | 32 | 3 | 0 | 50 | 4 | 3E | 5A | 3A |
| Octal | 354 | 364 | 62 | 3 | 0 | 120 | 4 | 76 | 132 | 72 |
| Binary | 11101100 | 11110100 | 110010 | 11 | 0 | 1010000 | 100 | 111110 | 1011010 | 111010 |
Color Harmonies of #ECF432
Complementary color
Monochromatic Colors of #ECF432
Black with #ECF432
Text Example
Text Example
White with #ECF432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF432; }
p { color: rgb(236,244,50); }
H1.HeaderClassName
{
color: #ECF432;
}
.AnyTagClassName
{
color: #ECF432;
}
</style>
background-color css
<style>
a { background-color: #ECF432; }
a { background-color: rgb(236,244,50); }
div.DivClassName
{
background-color: #ECF432;
}
.BgClassName
{
background-color: #ECF432;
}
</style>
border-color css
<style>
span { border-color: #ECF432; }
span { border-color: rgb(236,244,50); }
td.TdClassName
{
border-color: #ECF432;
}
.TagClassName
{
border-color: #ECF432;
}
</style>