Shades of Golden Fizz #ECF82A
Tints of Golden Fizz #ECF82A
RGB
CMYK
RGB Variations
Color information
#ECF82A (or 0xECF82A) is known color: Golden Fizz. HEX triplet: EC, F8 and 2A. RGB value is (236,248,42). Sum of RGB (Red+Green+Blue) = 236+248+42=526 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.87% from 526); Green value is 248 (97.27% from 255 or 47.15% from 526); Blue value is 42 (16.80% from 255 or 7.98% from 526); Max value from RGB is 248 - color contains mainly: green. Hex color #ECF82A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECF82A is #1307D5. Grayscale: #DDDDDD. Windows color (decimal): -1247190 or 2816236. OLE color: 2816236.
HSL color Cylindrical-coordinate representation of color #ECF82A: hue angle of 63.5º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #ECF82A is Cyan = 0.05, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 236 | 248 | 42 | - |
| CMYK | 0.05 | 0 | 0.83 | 0.03 |
| HSL | 63.5º | 0.94% | 0.57% | - |
| HSV(B) | 63.5º | 0.83% | 0.97% | - |
| XYZ | 68.58 | 85.13 | 15.01 | - |
| YUV | 220.93 | 27.02 | 138.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 248 | 42 | 0.05 | 0 | 0.83 | 0.03 | 63.5 | 0.94 | 0.57 |
| Hex | EC | F8 | 2A | 5 | 0 | 53 | 3 | 3F | 5E | 39 |
| Octal | 354 | 370 | 52 | 5 | 0 | 123 | 3 | 77 | 136 | 71 |
| Binary | 11101100 | 11111000 | 101010 | 101 | 0 | 1010011 | 11 | 111111 | 1011110 | 111001 |
Color Harmonies of #ECF82A
Complementary color
Monochromatic Colors of #ECF82A
Black with #ECF82A
Text Example
Text Example
White with #ECF82A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF82A; }
p { color: rgb(236,248,42); }
H1.HeaderClassName
{
color: #ECF82A;
}
.AnyTagClassName
{
color: #ECF82A;
}
</style>
background-color css
<style>
a { background-color: #ECF82A; }
a { background-color: rgb(236,248,42); }
div.DivClassName
{
background-color: #ECF82A;
}
.BgClassName
{
background-color: #ECF82A;
}
</style>
border-color css
<style>
span { border-color: #ECF82A; }
span { border-color: rgb(236,248,42); }
td.TdClassName
{
border-color: #ECF82A;
}
.TagClassName
{
border-color: #ECF82A;
}
</style>