Shades of Golden Fizz #ECF035
Tints of Golden Fizz #ECF035
RGB
CMYK
RGB Variations
Color information
#ECF035 (or 0xECF035) is known color: Golden Fizz. HEX triplet: EC, F0 and 35. RGB value is (236,240,53). Sum of RGB (Red+Green+Blue) = 236+240+53=529 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.61% from 529); Green value is 240 (94.14% from 255 or 45.37% from 529); Blue value is 53 (21.09% from 255 or 10.02% from 529); Max value from RGB is 240 - color contains mainly: green. Hex color #ECF035 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECF035 is #130FCA. Grayscale: #DADADA. Windows color (decimal): -1249227 or 3535084. OLE color: 3535084.
HSL color Cylindrical-coordinate representation of color #ECF035: hue angle of 61.28º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ECF035 is Cyan = 0.02, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 236 | 240 | 53 | - |
| CMYK | 0.02 | 0 | 0.78 | 0.06 |
| HSL | 61.28º | 0.86% | 0.57% | - |
| HSV(B) | 61.28º | 0.78% | 0.94% | - |
| XYZ | 66.39 | 80.41 | 15.39 | - |
| YUV | 217.49 | 35.17 | 141.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 240 | 53 | 0.02 | 0 | 0.78 | 0.06 | 61.28 | 0.86 | 0.57 |
| Hex | EC | F0 | 35 | 2 | 0 | 4E | 6 | 3D | 56 | 39 |
| Octal | 354 | 360 | 65 | 2 | 0 | 116 | 6 | 75 | 126 | 71 |
| Binary | 11101100 | 11110000 | 110101 | 10 | 0 | 1001110 | 110 | 111101 | 1010110 | 111001 |
Color Harmonies of #ECF035
Complementary color
Monochromatic Colors of #ECF035
Black with #ECF035
Text Example
Text Example
White with #ECF035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF035; }
p { color: rgb(236,240,53); }
H1.HeaderClassName
{
color: #ECF035;
}
.AnyTagClassName
{
color: #ECF035;
}
</style>
background-color css
<style>
a { background-color: #ECF035; }
a { background-color: rgb(236,240,53); }
div.DivClassName
{
background-color: #ECF035;
}
.BgClassName
{
background-color: #ECF035;
}
</style>
border-color css
<style>
span { border-color: #ECF035; }
span { border-color: rgb(236,240,53); }
td.TdClassName
{
border-color: #ECF035;
}
.TagClassName
{
border-color: #ECF035;
}
</style>