Shades of Golden Fizz #ECF02D
Tints of Golden Fizz #ECF02D
RGB
CMYK
RGB Variations
Color information
#ECF02D (or 0xECF02D) is known color: Golden Fizz. HEX triplet: EC, F0 and 2D. RGB value is (236,240,45). Sum of RGB (Red+Green+Blue) = 236+240+45=521 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.30% from 521); Green value is 240 (94.14% from 255 or 46.07% from 521); Blue value is 45 (17.97% from 255 or 8.64% from 521); Max value from RGB is 240 - color contains mainly: green. Hex color #ECF02D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECF02D is #130FD2. Grayscale: #D9D9D9. Windows color (decimal): -1249235 or 3010796. OLE color: 3010796.
HSL color Cylindrical-coordinate representation of color #ECF02D: hue angle of 61.23º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #ECF02D is Cyan = 0.02, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 236 | 240 | 45 | - |
| CMYK | 0.02 | 0 | 0.81 | 0.06 |
| HSL | 61.23º | 0.87% | 0.56% | - |
| HSV(B) | 61.23º | 0.81% | 0.94% | - |
| XYZ | 66.23 | 80.34 | 14.5 | - |
| YUV | 216.57 | 31.17 | 141.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 240 | 45 | 0.02 | 0 | 0.81 | 0.06 | 61.23 | 0.87 | 0.56 |
| Hex | EC | F0 | 2D | 2 | 0 | 51 | 6 | 3D | 57 | 38 |
| Octal | 354 | 360 | 55 | 2 | 0 | 121 | 6 | 75 | 127 | 70 |
| Binary | 11101100 | 11110000 | 101101 | 10 | 0 | 1010001 | 110 | 111101 | 1010111 | 111000 |
Color Harmonies of #ECF02D
Complementary color
Monochromatic Colors of #ECF02D
Black with #ECF02D
Text Example
Text Example
White with #ECF02D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF02D; }
p { color: rgb(236,240,45); }
H1.HeaderClassName
{
color: #ECF02D;
}
.AnyTagClassName
{
color: #ECF02D;
}
</style>
background-color css
<style>
a { background-color: #ECF02D; }
a { background-color: rgb(236,240,45); }
div.DivClassName
{
background-color: #ECF02D;
}
.BgClassName
{
background-color: #ECF02D;
}
</style>
border-color css
<style>
span { border-color: #ECF02D; }
span { border-color: rgb(236,240,45); }
td.TdClassName
{
border-color: #ECF02D;
}
.TagClassName
{
border-color: #ECF02D;
}
</style>