Shades of Golden Fizz #ECF535
Tints of Golden Fizz #ECF535
RGB
CMYK
RGB Variations
Color information
#ECF535 (or 0xECF535) is known color: Golden Fizz. HEX triplet: EC, F5 and 35. RGB value is (236,245,53). Sum of RGB (Red+Green+Blue) = 236+245+53=534 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.19% from 534); Green value is 245 (96.09% from 255 or 45.88% from 534); Blue value is 53 (21.09% from 255 or 9.93% from 534); Max value from RGB is 245 - color contains mainly: green. Hex color #ECF535 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECF535 is #130ACA. Grayscale: #DDDDDD. Windows color (decimal): -1247947 or 3536364. OLE color: 3536364.
HSL color Cylindrical-coordinate representation of color #ECF535: hue angle of 62.81º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ECF535 is Cyan = 0.04, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 236 | 245 | 53 | - |
| CMYK | 0.04 | 0 | 0.78 | 0.04 |
| HSL | 62.81º | 0.91% | 0.58% | - |
| HSV(B) | 62.81º | 0.78% | 0.96% | - |
| XYZ | 67.89 | 83.39 | 15.89 | - |
| YUV | 220.42 | 33.52 | 139.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 245 | 53 | 0.04 | 0 | 0.78 | 0.04 | 62.81 | 0.91 | 0.58 |
| Hex | EC | F5 | 35 | 4 | 0 | 4E | 4 | 3F | 5B | 3A |
| Octal | 354 | 365 | 65 | 4 | 0 | 116 | 4 | 77 | 133 | 72 |
| Binary | 11101100 | 11110101 | 110101 | 100 | 0 | 1001110 | 100 | 111111 | 1011011 | 111010 |
Color Harmonies of #ECF535
Complementary color
Monochromatic Colors of #ECF535
Black with #ECF535
Text Example
Text Example
White with #ECF535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF535; }
p { color: rgb(236,245,53); }
H1.HeaderClassName
{
color: #ECF535;
}
.AnyTagClassName
{
color: #ECF535;
}
</style>
background-color css
<style>
a { background-color: #ECF535; }
a { background-color: rgb(236,245,53); }
div.DivClassName
{
background-color: #ECF535;
}
.BgClassName
{
background-color: #ECF535;
}
</style>
border-color css
<style>
span { border-color: #ECF535; }
span { border-color: rgb(236,245,53); }
td.TdClassName
{
border-color: #ECF535;
}
.TagClassName
{
border-color: #ECF535;
}
</style>