Shades of Golden Fizz #ECF82D
Tints of Golden Fizz #ECF82D
RGB
CMYK
RGB Variations
Color information
#ECF82D (or 0xECF82D) is known color: Golden Fizz. HEX triplet: EC, F8 and 2D. RGB value is (236,248,45). Sum of RGB (Red+Green+Blue) = 236+248+45=529 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.61% from 529); Green value is 248 (97.27% from 255 or 46.88% from 529); Blue value is 45 (17.97% from 255 or 8.51% from 529); Max value from RGB is 248 - color contains mainly: green. Hex color #ECF82D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECF82D is #1307D2. Grayscale: #DEDEDE. Windows color (decimal): -1247187 or 3012844. OLE color: 3012844.
HSL color Cylindrical-coordinate representation of color #ECF82D: hue angle of 63.55º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #ECF82D is Cyan = 0.05, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 236 | 248 | 45 | - |
| CMYK | 0.05 | 0 | 0.82 | 0.03 |
| HSL | 63.55º | 0.94% | 0.57% | - |
| HSV(B) | 63.55º | 0.82% | 0.97% | - |
| XYZ | 68.63 | 85.16 | 15.3 | - |
| YUV | 221.27 | 28.52 | 138.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 248 | 45 | 0.05 | 0 | 0.82 | 0.03 | 63.55 | 0.94 | 0.57 |
| Hex | EC | F8 | 2D | 5 | 0 | 52 | 3 | 40 | 5E | 39 |
| Octal | 354 | 370 | 55 | 5 | 0 | 122 | 3 | 100 | 136 | 71 |
| Binary | 11101100 | 11111000 | 101101 | 101 | 0 | 1010010 | 11 | 1000000 | 1011110 | 111001 |
Color Harmonies of #ECF82D
Complementary color
Monochromatic Colors of #ECF82D
Black with #ECF82D
Text Example
Text Example
White with #ECF82D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF82D; }
p { color: rgb(236,248,45); }
H1.HeaderClassName
{
color: #ECF82D;
}
.AnyTagClassName
{
color: #ECF82D;
}
</style>
background-color css
<style>
a { background-color: #ECF82D; }
a { background-color: rgb(236,248,45); }
div.DivClassName
{
background-color: #ECF82D;
}
.BgClassName
{
background-color: #ECF82D;
}
</style>
border-color css
<style>
span { border-color: #ECF82D; }
span { border-color: rgb(236,248,45); }
td.TdClassName
{
border-color: #ECF82D;
}
.TagClassName
{
border-color: #ECF82D;
}
</style>