Shades of Golden Fizz #ECFB2C
Tints of Golden Fizz #ECFB2C
RGB
CMYK
RGB Variations
Color information
#ECFB2C (or 0xECFB2C) is known color: Golden Fizz. HEX triplet: EC, FB and 2C. RGB value is (236,251,44). Sum of RGB (Red+Green+Blue) = 236+251+44=531 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.44% from 531); Green value is 251 (98.44% from 255 or 47.27% from 531); Blue value is 44 (17.58% from 255 or 8.29% from 531); Max value from RGB is 251 - color contains mainly: green. Hex color #ECFB2C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECFB2C is #1304D3. Grayscale: #DFDFDF. Windows color (decimal): -1246420 or 2948076. OLE color: 2948076.
HSL color Cylindrical-coordinate representation of color #ECFB2C: hue angle of 64.35º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #ECFB2C is Cyan = 0.06, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 236 | 251 | 44 | - |
| CMYK | 0.06 | 0 | 0.82 | 0.02 |
| HSL | 64.35º | 0.96% | 0.58% | - |
| HSV(B) | 64.35º | 0.82% | 0.98% | - |
| XYZ | 69.54 | 87.01 | 15.51 | - |
| YUV | 222.92 | 27.03 | 137.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 251 | 44 | 0.06 | 0 | 0.82 | 0.02 | 64.35 | 0.96 | 0.58 |
| Hex | EC | FB | 2C | 6 | 0 | 52 | 2 | 40 | 60 | 3A |
| Octal | 354 | 373 | 54 | 6 | 0 | 122 | 2 | 100 | 140 | 72 |
| Binary | 11101100 | 11111011 | 101100 | 110 | 0 | 1010010 | 10 | 1000000 | 1100000 | 111010 |
Color Harmonies of #ECFB2C
Complementary color
Monochromatic Colors of #ECFB2C
Black with #ECFB2C
Text Example
Text Example
White with #ECFB2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECFB2C; }
p { color: rgb(236,251,44); }
H1.HeaderClassName
{
color: #ECFB2C;
}
.AnyTagClassName
{
color: #ECFB2C;
}
</style>
background-color css
<style>
a { background-color: #ECFB2C; }
a { background-color: rgb(236,251,44); }
div.DivClassName
{
background-color: #ECFB2C;
}
.BgClassName
{
background-color: #ECFB2C;
}
</style>
border-color css
<style>
span { border-color: #ECFB2C; }
span { border-color: rgb(236,251,44); }
td.TdClassName
{
border-color: #ECFB2C;
}
.TagClassName
{
border-color: #ECFB2C;
}
</style>