Shades of Golden Fizz #ECF42E
Tints of Golden Fizz #ECF42E
RGB
CMYK
RGB Variations
Color information
#ECF42E (or 0xECF42E) is known color: Golden Fizz. HEX triplet: EC, F4 and 2E. RGB value is (236,244,46). Sum of RGB (Red+Green+Blue) = 236+244+46=526 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.87% from 526); Green value is 244 (95.70% from 255 or 46.39% from 526); Blue value is 46 (18.36% from 255 or 8.75% from 526); Max value from RGB is 244 - color contains mainly: green. Hex color #ECF42E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECF42E is #130BD1. Grayscale: #DBDBDB. Windows color (decimal): -1248210 or 3077356. OLE color: 3077356.
HSL color Cylindrical-coordinate representation of color #ECF42E: hue angle of 62.42º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #ECF42E is Cyan = 0.03, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 236 | 244 | 46 | - |
| CMYK | 0.03 | 0 | 0.81 | 0.04 |
| HSL | 62.42º | 0.9% | 0.57% | - |
| HSV(B) | 62.42º | 0.81% | 0.96% | - |
| XYZ | 67.44 | 82.73 | 15 | - |
| YUV | 219.04 | 30.35 | 140.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 244 | 46 | 0.03 | 0 | 0.81 | 0.04 | 62.42 | 0.9 | 0.57 |
| Hex | EC | F4 | 2E | 3 | 0 | 51 | 4 | 3E | 5A | 39 |
| Octal | 354 | 364 | 56 | 3 | 0 | 121 | 4 | 76 | 132 | 71 |
| Binary | 11101100 | 11110100 | 101110 | 11 | 0 | 1010001 | 100 | 111110 | 1011010 | 111001 |
Color Harmonies of #ECF42E
Complementary color
Monochromatic Colors of #ECF42E
Black with #ECF42E
Text Example
Text Example
White with #ECF42E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF42E; }
p { color: rgb(236,244,46); }
H1.HeaderClassName
{
color: #ECF42E;
}
.AnyTagClassName
{
color: #ECF42E;
}
</style>
background-color css
<style>
a { background-color: #ECF42E; }
a { background-color: rgb(236,244,46); }
div.DivClassName
{
background-color: #ECF42E;
}
.BgClassName
{
background-color: #ECF42E;
}
</style>
border-color css
<style>
span { border-color: #ECF42E; }
span { border-color: rgb(236,244,46); }
td.TdClassName
{
border-color: #ECF42E;
}
.TagClassName
{
border-color: #ECF42E;
}
</style>