Shades of Golden Fizz #ECF536
Tints of Golden Fizz #ECF536
RGB
CMYK
RGB Variations
Color information
#ECF536 (or 0xECF536) is known color: Golden Fizz. HEX triplet: EC, F5 and 36. RGB value is (236,245,54). Sum of RGB (Red+Green+Blue) = 236+245+54=535 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.11% from 535); Green value is 245 (96.09% from 255 or 45.79% from 535); Blue value is 54 (21.48% from 255 or 10.09% from 535); Max value from RGB is 245 - color contains mainly: green. Hex color #ECF536 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECF536 is #130AC9. Grayscale: #DDDDDD. Windows color (decimal): -1247946 or 3601900. OLE color: 3601900.
HSL color Cylindrical-coordinate representation of color #ECF536: hue angle of 62.83º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ECF536 is Cyan = 0.04, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 236 | 245 | 54 | - |
| CMYK | 0.04 | 0 | 0.78 | 0.04 |
| HSL | 62.83º | 0.91% | 0.59% | - |
| HSV(B) | 62.83º | 0.78% | 0.96% | - |
| XYZ | 67.91 | 83.4 | 16.01 | - |
| YUV | 220.54 | 34.02 | 139.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 245 | 54 | 0.04 | 0 | 0.78 | 0.04 | 62.83 | 0.91 | 0.59 |
| Hex | EC | F5 | 36 | 4 | 0 | 4E | 4 | 3F | 5B | 3B |
| Octal | 354 | 365 | 66 | 4 | 0 | 116 | 4 | 77 | 133 | 73 |
| Binary | 11101100 | 11110101 | 110110 | 100 | 0 | 1001110 | 100 | 111111 | 1011011 | 111011 |
Color Harmonies of #ECF536
Complementary color
Monochromatic Colors of #ECF536
Black with #ECF536
Text Example
Text Example
White with #ECF536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF536; }
p { color: rgb(236,245,54); }
H1.HeaderClassName
{
color: #ECF536;
}
.AnyTagClassName
{
color: #ECF536;
}
</style>
background-color css
<style>
a { background-color: #ECF536; }
a { background-color: rgb(236,245,54); }
div.DivClassName
{
background-color: #ECF536;
}
.BgClassName
{
background-color: #ECF536;
}
</style>
border-color css
<style>
span { border-color: #ECF536; }
span { border-color: rgb(236,245,54); }
td.TdClassName
{
border-color: #ECF536;
}
.TagClassName
{
border-color: #ECF536;
}
</style>