Shades of Golden Fizz #ECF735
Tints of Golden Fizz #ECF735
RGB
CMYK
RGB Variations
Color information
#ECF735 (or 0xECF735) is known color: Golden Fizz. HEX triplet: EC, F7 and 35. RGB value is (236,247,53). Sum of RGB (Red+Green+Blue) = 236+247+53=536 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.03% from 536); Green value is 247 (96.88% from 255 or 46.08% from 536); Blue value is 53 (21.09% from 255 or 9.89% from 536); Max value from RGB is 247 - color contains mainly: green. Hex color #ECF735 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECF735 is #1308CA. Grayscale: #DEDEDE. Windows color (decimal): -1247435 or 3536876. OLE color: 3536876.
HSL color Cylindrical-coordinate representation of color #ECF735: hue angle of 63.4º degrees, saturation: 0.92, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #ECF735 is Cyan = 0.04, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 236 | 247 | 53 | - |
| CMYK | 0.04 | 0 | 0.79 | 0.03 |
| HSL | 63.4º | 0.92% | 0.59% | - |
| HSV(B) | 63.4º | 0.79% | 0.97% | - |
| XYZ | 68.5 | 84.61 | 16.09 | - |
| YUV | 221.6 | 32.86 | 138.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 247 | 53 | 0.04 | 0 | 0.79 | 0.03 | 63.4 | 0.92 | 0.59 |
| Hex | EC | F7 | 35 | 4 | 0 | 4F | 3 | 3F | 5C | 3B |
| Octal | 354 | 367 | 65 | 4 | 0 | 117 | 3 | 77 | 134 | 73 |
| Binary | 11101100 | 11110111 | 110101 | 100 | 0 | 1001111 | 11 | 111111 | 1011100 | 111011 |
Color Harmonies of #ECF735
Complementary color
Monochromatic Colors of #ECF735
Black with #ECF735
Text Example
Text Example
White with #ECF735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF735; }
p { color: rgb(236,247,53); }
H1.HeaderClassName
{
color: #ECF735;
}
.AnyTagClassName
{
color: #ECF735;
}
</style>
background-color css
<style>
a { background-color: #ECF735; }
a { background-color: rgb(236,247,53); }
div.DivClassName
{
background-color: #ECF735;
}
.BgClassName
{
background-color: #ECF735;
}
</style>
border-color css
<style>
span { border-color: #ECF735; }
span { border-color: rgb(236,247,53); }
td.TdClassName
{
border-color: #ECF735;
}
.TagClassName
{
border-color: #ECF735;
}
</style>