Shades of Golden Fizz #ECF42D
Tints of Golden Fizz #ECF42D
RGB
CMYK
RGB Variations
Color information
#ECF42D (or 0xECF42D) is known color: Golden Fizz. HEX triplet: EC, F4 and 2D. RGB value is (236,244,45). Sum of RGB (Red+Green+Blue) = 236+244+45=525 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.95% from 525); Green value is 244 (95.70% from 255 or 46.48% from 525); Blue value is 45 (17.97% from 255 or 8.57% from 525); Max value from RGB is 244 - color contains mainly: green. Hex color #ECF42D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECF42D is #130BD2. Grayscale: #DBDBDB. Windows color (decimal): -1248211 or 3011820. OLE color: 3011820.
HSL color Cylindrical-coordinate representation of color #ECF42D: hue angle of 62.41º degrees, saturation: 0.9, 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 #ECF42D is Cyan = 0.03, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 236 | 244 | 45 | - |
| CMYK | 0.03 | 0 | 0.82 | 0.04 |
| HSL | 62.41º | 0.9% | 0.57% | - |
| HSV(B) | 62.41º | 0.82% | 0.96% | - |
| XYZ | 67.42 | 82.72 | 14.9 | - |
| YUV | 218.92 | 29.85 | 140.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 244 | 45 | 0.03 | 0 | 0.82 | 0.04 | 62.41 | 0.9 | 0.57 |
| Hex | EC | F4 | 2D | 3 | 0 | 52 | 4 | 3E | 5A | 39 |
| Octal | 354 | 364 | 55 | 3 | 0 | 122 | 4 | 76 | 132 | 71 |
| Binary | 11101100 | 11110100 | 101101 | 11 | 0 | 1010010 | 100 | 111110 | 1011010 | 111001 |
Color Harmonies of #ECF42D
Complementary color
Monochromatic Colors of #ECF42D
Black with #ECF42D
Text Example
Text Example
White with #ECF42D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF42D; }
p { color: rgb(236,244,45); }
H1.HeaderClassName
{
color: #ECF42D;
}
.AnyTagClassName
{
color: #ECF42D;
}
</style>
background-color css
<style>
a { background-color: #ECF42D; }
a { background-color: rgb(236,244,45); }
div.DivClassName
{
background-color: #ECF42D;
}
.BgClassName
{
background-color: #ECF42D;
}
</style>
border-color css
<style>
span { border-color: #ECF42D; }
span { border-color: rgb(236,244,45); }
td.TdClassName
{
border-color: #ECF42D;
}
.TagClassName
{
border-color: #ECF42D;
}
</style>