Shades of Golden Fizz #ECFD29
Tints of Golden Fizz #ECFD29
RGB
CMYK
RGB Variations
Color information
#ECFD29 (or 0xECFD29) is known color: Golden Fizz. HEX triplet: EC, FD and 29. RGB value is (236,253,41). Sum of RGB (Red+Green+Blue) = 236+253+41=530 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.53% from 530); Green value is 253 (99.22% from 255 or 47.74% from 530); Blue value is 41 (16.41% from 255 or 7.74% from 530); Max value from RGB is 253 - color contains mainly: green. Hex color #ECFD29 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECFD29 is #1302D6. Grayscale: #E0E0E0. Windows color (decimal): -1245911 or 2751980. OLE color: 2751980.
HSL color Cylindrical-coordinate representation of color #ECFD29: hue angle of 64.81º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #ECFD29 is Cyan = 0.07, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 236 | 253 | 41 | - |
| CMYK | 0.07 | 0 | 0.84 | 0.01 |
| HSL | 64.81º | 0.98% | 0.58% | - |
| HSV(B) | 64.81º | 0.84% | 0.99% | - |
| XYZ | 70.12 | 88.24 | 15.43 | - |
| YUV | 223.75 | 24.87 | 136.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 253 | 41 | 0.07 | 0 | 0.84 | 0.01 | 64.81 | 0.98 | 0.58 |
| Hex | EC | FD | 29 | 7 | 0 | 54 | 1 | 41 | 62 | 3A |
| Octal | 354 | 375 | 51 | 7 | 0 | 124 | 1 | 101 | 142 | 72 |
| Binary | 11101100 | 11111101 | 101001 | 111 | 0 | 1010100 | 1 | 1000001 | 1100010 | 111010 |
Color Harmonies of #ECFD29
Complementary color
Monochromatic Colors of #ECFD29
Black with #ECFD29
Text Example
Text Example
White with #ECFD29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECFD29; }
p { color: rgb(236,253,41); }
H1.HeaderClassName
{
color: #ECFD29;
}
.AnyTagClassName
{
color: #ECFD29;
}
</style>
background-color css
<style>
a { background-color: #ECFD29; }
a { background-color: rgb(236,253,41); }
div.DivClassName
{
background-color: #ECFD29;
}
.BgClassName
{
background-color: #ECFD29;
}
</style>
border-color css
<style>
span { border-color: #ECFD29; }
span { border-color: rgb(236,253,41); }
td.TdClassName
{
border-color: #ECFD29;
}
.TagClassName
{
border-color: #ECFD29;
}
</style>