Shades of Golden Fizz #ECF332
Tints of Golden Fizz #ECF332
RGB
CMYK
RGB Variations
Color information
#ECF332 (or 0xECF332) is known color: Golden Fizz. HEX triplet: EC, F3 and 32. RGB value is (236,243,50). Sum of RGB (Red+Green+Blue) = 236+243+50=529 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.61% from 529); Green value is 243 (95.31% from 255 or 45.94% from 529); Blue value is 50 (19.92% from 255 or 9.45% from 529); Max value from RGB is 243 - color contains mainly: green. Hex color #ECF332 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECF332 is #130CCD. Grayscale: #DBDBDB. Windows color (decimal): -1248462 or 3339244. OLE color: 3339244.
HSL color Cylindrical-coordinate representation of color #ECF332: hue angle of 62.18º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #ECF332 is Cyan = 0.03, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 243 | 50 | - |
| CMYK | 0.03 | 0 | 0.79 | 0.05 |
| HSL | 62.18º | 0.89% | 0.57% | - |
| HSV(B) | 62.18º | 0.79% | 0.95% | - |
| XYZ | 67.22 | 82.16 | 15.33 | - |
| YUV | 218.91 | 32.68 | 140.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 243 | 50 | 0.03 | 0 | 0.79 | 0.05 | 62.18 | 0.89 | 0.57 |
| Hex | EC | F3 | 32 | 3 | 0 | 4F | 5 | 3E | 59 | 39 |
| Octal | 354 | 363 | 62 | 3 | 0 | 117 | 5 | 76 | 131 | 71 |
| Binary | 11101100 | 11110011 | 110010 | 11 | 0 | 1001111 | 101 | 111110 | 1011001 | 111001 |
Color Harmonies of #ECF332
Complementary color
Monochromatic Colors of #ECF332
Black with #ECF332
Text Example
Text Example
White with #ECF332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF332; }
p { color: rgb(236,243,50); }
H1.HeaderClassName
{
color: #ECF332;
}
.AnyTagClassName
{
color: #ECF332;
}
</style>
background-color css
<style>
a { background-color: #ECF332; }
a { background-color: rgb(236,243,50); }
div.DivClassName
{
background-color: #ECF332;
}
.BgClassName
{
background-color: #ECF332;
}
</style>
border-color css
<style>
span { border-color: #ECF332; }
span { border-color: rgb(236,243,50); }
td.TdClassName
{
border-color: #ECF332;
}
.TagClassName
{
border-color: #ECF332;
}
</style>