Shades of Golden Fizz #ECF52A
Tints of Golden Fizz #ECF52A
RGB
CMYK
RGB Variations
Color information
#ECF52A (or 0xECF52A) is known color: Golden Fizz. HEX triplet: EC, F5 and 2A. RGB value is (236,245,42). Sum of RGB (Red+Green+Blue) = 236+245+42=523 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.12% from 523); Green value is 245 (96.09% from 255 or 46.85% from 523); Blue value is 42 (16.80% from 255 or 8.03% from 523); Max value from RGB is 245 - color contains mainly: green. Hex color #ECF52A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECF52A is #130AD5. Grayscale: #DBDBDB. Windows color (decimal): -1247958 or 2815468. OLE color: 2815468.
HSL color Cylindrical-coordinate representation of color #ECF52A: hue angle of 62.66º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #ECF52A is Cyan = 0.04, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 236 | 245 | 42 | - |
| CMYK | 0.04 | 0 | 0.83 | 0.04 |
| HSL | 62.66º | 0.91% | 0.56% | - |
| HSV(B) | 62.66º | 0.83% | 0.96% | - |
| XYZ | 67.66 | 83.3 | 14.7 | - |
| YUV | 219.17 | 28.02 | 140.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 245 | 42 | 0.04 | 0 | 0.83 | 0.04 | 62.66 | 0.91 | 0.56 |
| Hex | EC | F5 | 2A | 4 | 0 | 53 | 4 | 3F | 5B | 38 |
| Octal | 354 | 365 | 52 | 4 | 0 | 123 | 4 | 77 | 133 | 70 |
| Binary | 11101100 | 11110101 | 101010 | 100 | 0 | 1010011 | 100 | 111111 | 1011011 | 111000 |
Color Harmonies of #ECF52A
Complementary color
Monochromatic Colors of #ECF52A
Black with #ECF52A
Text Example
Text Example
White with #ECF52A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF52A; }
p { color: rgb(236,245,42); }
H1.HeaderClassName
{
color: #ECF52A;
}
.AnyTagClassName
{
color: #ECF52A;
}
</style>
background-color css
<style>
a { background-color: #ECF52A; }
a { background-color: rgb(236,245,42); }
div.DivClassName
{
background-color: #ECF52A;
}
.BgClassName
{
background-color: #ECF52A;
}
</style>
border-color css
<style>
span { border-color: #ECF52A; }
span { border-color: rgb(236,245,42); }
td.TdClassName
{
border-color: #ECF52A;
}
.TagClassName
{
border-color: #ECF52A;
}
</style>