Shades of Golden Fizz #ECF429
Tints of Golden Fizz #ECF429
RGB
CMYK
RGB Variations
Color information
#ECF429 (or 0xECF429) is known color: Golden Fizz. HEX triplet: EC, F4 and 29. RGB value is (236,244,41). Sum of RGB (Red+Green+Blue) = 236+244+41=521 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.30% from 521); Green value is 244 (95.70% from 255 or 46.83% from 521); Blue value is 41 (16.41% from 255 or 7.87% from 521); Max value from RGB is 244 - color contains mainly: green. Hex color #ECF429 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECF429 is #130BD6. Grayscale: #DBDBDB. Windows color (decimal): -1248215 or 2749676. OLE color: 2749676.
HSL color Cylindrical-coordinate representation of color #ECF429: hue angle of 62.36º degrees, saturation: 0.9, 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 #ECF429 is Cyan = 0.03, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 236 | 244 | 41 | - |
| CMYK | 0.03 | 0 | 0.83 | 0.04 |
| HSL | 62.36º | 0.9% | 0.56% | - |
| HSV(B) | 62.36º | 0.83% | 0.96% | - |
| XYZ | 67.34 | 82.69 | 14.51 | - |
| YUV | 218.47 | 27.85 | 140.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 244 | 41 | 0.03 | 0 | 0.83 | 0.04 | 62.36 | 0.9 | 0.56 |
| Hex | EC | F4 | 29 | 3 | 0 | 53 | 4 | 3E | 5A | 38 |
| Octal | 354 | 364 | 51 | 3 | 0 | 123 | 4 | 76 | 132 | 70 |
| Binary | 11101100 | 11110100 | 101001 | 11 | 0 | 1010011 | 100 | 111110 | 1011010 | 111000 |
Color Harmonies of #ECF429
Complementary color
Monochromatic Colors of #ECF429
Black with #ECF429
Text Example
Text Example
White with #ECF429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF429; }
p { color: rgb(236,244,41); }
H1.HeaderClassName
{
color: #ECF429;
}
.AnyTagClassName
{
color: #ECF429;
}
</style>
background-color css
<style>
a { background-color: #ECF429; }
a { background-color: rgb(236,244,41); }
div.DivClassName
{
background-color: #ECF429;
}
.BgClassName
{
background-color: #ECF429;
}
</style>
border-color css
<style>
span { border-color: #ECF429; }
span { border-color: rgb(236,244,41); }
td.TdClassName
{
border-color: #ECF429;
}
.TagClassName
{
border-color: #ECF429;
}
</style>