Shades of Golden Fizz #ECF422
Tints of Golden Fizz #ECF422
RGB
CMYK
RGB Variations
Color information
#ECF422 (or 0xECF422) is known color: Golden Fizz. HEX triplet: EC, F4 and 22. RGB value is (236,244,34). Sum of RGB (Red+Green+Blue) = 236+244+34=514 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.91% from 514); Green value is 244 (95.70% from 255 or 47.47% from 514); Blue value is 34 (13.67% from 255 or 6.61% from 514); Max value from RGB is 244 - color contains mainly: green. Hex color #ECF422 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECF422 is #130BDD. Grayscale: #DADADA. Windows color (decimal): -1248222 or 2290924. OLE color: 2290924.
HSL color Cylindrical-coordinate representation of color #ECF422: hue angle of 62.29º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #ECF422 is Cyan = 0.03, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 236 | 244 | 34 | - |
| CMYK | 0.03 | 0 | 0.86 | 0.04 |
| HSL | 62.29º | 0.91% | 0.55% | - |
| HSV(B) | 62.29º | 0.86% | 0.96% | - |
| XYZ | 67.23 | 82.65 | 13.92 | - |
| YUV | 217.67 | 24.35 | 141.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 244 | 34 | 0.03 | 0 | 0.86 | 0.04 | 62.29 | 0.91 | 0.55 |
| Hex | EC | F4 | 22 | 3 | 0 | 56 | 4 | 3E | 5B | 37 |
| Octal | 354 | 364 | 42 | 3 | 0 | 126 | 4 | 76 | 133 | 67 |
| Binary | 11101100 | 11110100 | 100010 | 11 | 0 | 1010110 | 100 | 111110 | 1011011 | 110111 |
Color Harmonies of #ECF422
Complementary color
Monochromatic Colors of #ECF422
Black with #ECF422
Text Example
Text Example
White with #ECF422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF422; }
p { color: rgb(236,244,34); }
H1.HeaderClassName
{
color: #ECF422;
}
.AnyTagClassName
{
color: #ECF422;
}
</style>
background-color css
<style>
a { background-color: #ECF422; }
a { background-color: rgb(236,244,34); }
div.DivClassName
{
background-color: #ECF422;
}
.BgClassName
{
background-color: #ECF422;
}
</style>
border-color css
<style>
span { border-color: #ECF422; }
span { border-color: rgb(236,244,34); }
td.TdClassName
{
border-color: #ECF422;
}
.TagClassName
{
border-color: #ECF422;
}
</style>