Shades of Golden Fizz #ECFD2E
Tints of Golden Fizz #ECFD2E
RGB
CMYK
RGB Variations
Color information
#ECFD2E (or 0xECFD2E) is known color: Golden Fizz. HEX triplet: EC, FD and 2E. RGB value is (236,253,46). Sum of RGB (Red+Green+Blue) = 236+253+46=535 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.11% from 535); Green value is 253 (99.22% from 255 or 47.29% from 535); Blue value is 46 (18.36% from 255 or 8.60% from 535); Max value from RGB is 253 - color contains mainly: green. Hex color #ECFD2E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECFD2E is #1302D1. Grayscale: #E1E1E1. Windows color (decimal): -1245906 or 3079660. OLE color: 3079660.
HSL color Cylindrical-coordinate representation of color #ECFD2E: hue angle of 64.93º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #ECFD2E is Cyan = 0.07, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 236 | 253 | 46 | - |
| CMYK | 0.07 | 0 | 0.82 | 0.01 |
| HSL | 64.93º | 0.98% | 0.59% | - |
| HSV(B) | 64.93º | 0.82% | 0.99% | - |
| XYZ | 70.21 | 88.28 | 15.92 | - |
| YUV | 224.32 | 27.37 | 136.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 253 | 46 | 0.07 | 0 | 0.82 | 0.01 | 64.93 | 0.98 | 0.59 |
| Hex | EC | FD | 2E | 7 | 0 | 52 | 1 | 41 | 62 | 3B |
| Octal | 354 | 375 | 56 | 7 | 0 | 122 | 1 | 101 | 142 | 73 |
| Binary | 11101100 | 11111101 | 101110 | 111 | 0 | 1010010 | 1 | 1000001 | 1100010 | 111011 |
Color Harmonies of #ECFD2E
Complementary color
Monochromatic Colors of #ECFD2E
Black with #ECFD2E
Text Example
Text Example
White with #ECFD2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECFD2E; }
p { color: rgb(236,253,46); }
H1.HeaderClassName
{
color: #ECFD2E;
}
.AnyTagClassName
{
color: #ECFD2E;
}
</style>
background-color css
<style>
a { background-color: #ECFD2E; }
a { background-color: rgb(236,253,46); }
div.DivClassName
{
background-color: #ECFD2E;
}
.BgClassName
{
background-color: #ECFD2E;
}
</style>
border-color css
<style>
span { border-color: #ECFD2E; }
span { border-color: rgb(236,253,46); }
td.TdClassName
{
border-color: #ECFD2E;
}
.TagClassName
{
border-color: #ECFD2E;
}
</style>