Shades of Golden Fizz #ECF533
Tints of Golden Fizz #ECF533
RGB
CMYK
RGB Variations
Color information
#ECF533 (or 0xECF533) is known color: Golden Fizz. HEX triplet: EC, F5 and 33. RGB value is (236,245,51). Sum of RGB (Red+Green+Blue) = 236+245+51=532 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.36% from 532); Green value is 245 (96.09% from 255 or 46.05% from 532); Blue value is 51 (20.31% from 255 or 9.59% from 532); Max value from RGB is 245 - color contains mainly: green. Hex color #ECF533 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECF533 is #130ACC. Grayscale: #DCDCDC. Windows color (decimal): -1247949 or 3405292. OLE color: 3405292.
HSL color Cylindrical-coordinate representation of color #ECF533: hue angle of 62.78º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #ECF533 is Cyan = 0.04, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 236 | 245 | 51 | - |
| CMYK | 0.04 | 0 | 0.79 | 0.04 |
| HSL | 62.78º | 0.91% | 0.58% | - |
| HSV(B) | 62.78º | 0.79% | 0.96% | - |
| XYZ | 67.84 | 83.38 | 15.65 | - |
| YUV | 220.19 | 32.52 | 139.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 245 | 51 | 0.04 | 0 | 0.79 | 0.04 | 62.78 | 0.91 | 0.58 |
| Hex | EC | F5 | 33 | 4 | 0 | 4F | 4 | 3F | 5B | 3A |
| Octal | 354 | 365 | 63 | 4 | 0 | 117 | 4 | 77 | 133 | 72 |
| Binary | 11101100 | 11110101 | 110011 | 100 | 0 | 1001111 | 100 | 111111 | 1011011 | 111010 |
Color Harmonies of #ECF533
Complementary color
Monochromatic Colors of #ECF533
Black with #ECF533
Text Example
Text Example
White with #ECF533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF533; }
p { color: rgb(236,245,51); }
H1.HeaderClassName
{
color: #ECF533;
}
.AnyTagClassName
{
color: #ECF533;
}
</style>
background-color css
<style>
a { background-color: #ECF533; }
a { background-color: rgb(236,245,51); }
div.DivClassName
{
background-color: #ECF533;
}
.BgClassName
{
background-color: #ECF533;
}
</style>
border-color css
<style>
span { border-color: #ECF533; }
span { border-color: rgb(236,245,51); }
td.TdClassName
{
border-color: #ECF533;
}
.TagClassName
{
border-color: #ECF533;
}
</style>