Shades of Golden Fizz #ECFF29
Tints of Golden Fizz #ECFF29
RGB
CMYK
RGB Variations
Color information
#ECFF29 (or 0xECFF29) is known color: Golden Fizz. HEX triplet: EC, FF and 29. RGB value is (236,255,41). Sum of RGB (Red+Green+Blue) = 236+255+41=532 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.36% from 532); Green value is 255 (100% from 255 or 47.93% from 532); Blue value is 41 (16.41% from 255 or 7.71% from 532); Max value from RGB is 255 - color contains mainly: green. Hex color #ECFF29 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECFF29 is #1300D6. Grayscale: #E1E1E1. Windows color (decimal): -1245399 or 2752492. OLE color: 2752492.
HSL color Cylindrical-coordinate representation of color #ECFF29: hue angle of 65.33º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #ECFF29 is Cyan = 0.07, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 236 | 255 | 41 | - |
| CMYK | 0.07 | 0 | 0.84 | 0 |
| HSL | 65.33º | 1% | 0.58% | - |
| HSV(B) | 65.33º | 0.84% | 1% | - |
| XYZ | 70.75 | 89.51 | 15.65 | - |
| YUV | 224.92 | 24.21 | 135.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 255 | 41 | 0.07 | 0 | 0.84 | 0 | 65.33 | 1 | 0.58 |
| Hex | EC | FF | 29 | 7 | 0 | 54 | 0 | 41 | 64 | 3A |
| Octal | 354 | 377 | 51 | 7 | 0 | 124 | 0 | 101 | 144 | 72 |
| Binary | 11101100 | 11111111 | 101001 | 111 | 0 | 1010100 | 0 | 1000001 | 1100100 | 111010 |
Color Harmonies of #ECFF29
Complementary color
Monochromatic Colors of #ECFF29
Black with #ECFF29
Text Example
Text Example
White with #ECFF29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECFF29; }
p { color: rgb(236,255,41); }
H1.HeaderClassName
{
color: #ECFF29;
}
.AnyTagClassName
{
color: #ECFF29;
}
</style>
background-color css
<style>
a { background-color: #ECFF29; }
a { background-color: rgb(236,255,41); }
div.DivClassName
{
background-color: #ECFF29;
}
.BgClassName
{
background-color: #ECFF29;
}
</style>
border-color css
<style>
span { border-color: #ECFF29; }
span { border-color: rgb(236,255,41); }
td.TdClassName
{
border-color: #ECFF29;
}
.TagClassName
{
border-color: #ECFF29;
}
</style>