Shades of Golden Fizz #ECF52D
Tints of Golden Fizz #ECF52D
RGB
CMYK
RGB Variations
Color information
#ECF52D (or 0xECF52D) is known color: Golden Fizz. HEX triplet: EC, F5 and 2D. RGB value is (236,245,45). Sum of RGB (Red+Green+Blue) = 236+245+45=526 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.87% from 526); Green value is 245 (96.09% from 255 or 46.58% from 526); Blue value is 45 (17.97% from 255 or 8.56% from 526); Max value from RGB is 245 - color contains mainly: green. Hex color #ECF52D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECF52D is #130AD2. Grayscale: #DCDCDC. Windows color (decimal): -1247955 or 3012076. OLE color: 3012076.
HSL color Cylindrical-coordinate representation of color #ECF52D: hue angle of 62.7º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #ECF52D is Cyan = 0.04, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 236 | 245 | 45 | - |
| CMYK | 0.04 | 0 | 0.82 | 0.04 |
| HSL | 62.7º | 0.91% | 0.57% | - |
| HSV(B) | 62.7º | 0.82% | 0.96% | - |
| XYZ | 67.72 | 83.33 | 15 | - |
| YUV | 219.51 | 29.52 | 139.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 245 | 45 | 0.04 | 0 | 0.82 | 0.04 | 62.7 | 0.91 | 0.57 |
| Hex | EC | F5 | 2D | 4 | 0 | 52 | 4 | 3F | 5B | 39 |
| Octal | 354 | 365 | 55 | 4 | 0 | 122 | 4 | 77 | 133 | 71 |
| Binary | 11101100 | 11110101 | 101101 | 100 | 0 | 1010010 | 100 | 111111 | 1011011 | 111001 |
Color Harmonies of #ECF52D
Complementary color
Monochromatic Colors of #ECF52D
Black with #ECF52D
Text Example
Text Example
White with #ECF52D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF52D; }
p { color: rgb(236,245,45); }
H1.HeaderClassName
{
color: #ECF52D;
}
.AnyTagClassName
{
color: #ECF52D;
}
</style>
background-color css
<style>
a { background-color: #ECF52D; }
a { background-color: rgb(236,245,45); }
div.DivClassName
{
background-color: #ECF52D;
}
.BgClassName
{
background-color: #ECF52D;
}
</style>
border-color css
<style>
span { border-color: #ECF52D; }
span { border-color: rgb(236,245,45); }
td.TdClassName
{
border-color: #ECF52D;
}
.TagClassName
{
border-color: #ECF52D;
}
</style>