Shades of Golden Fizz #ECFB2D
Tints of Golden Fizz #ECFB2D
RGB
CMYK
RGB Variations
Color information
#ECFB2D (or 0xECFB2D) is known color: Golden Fizz. HEX triplet: EC, FB and 2D. RGB value is (236,251,45). Sum of RGB (Red+Green+Blue) = 236+251+45=532 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.36% from 532); Green value is 251 (98.44% from 255 or 47.18% from 532); Blue value is 45 (17.97% from 255 or 8.46% from 532); Max value from RGB is 251 - color contains mainly: green. Hex color #ECFB2D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECFB2D is #1304D2. Grayscale: #DFDFDF. Windows color (decimal): -1246419 or 3013612. OLE color: 3013612.
HSL color Cylindrical-coordinate representation of color #ECFB2D: hue angle of 64.37º 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 #ECFB2D is Cyan = 0.06, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 236 | 251 | 45 | - |
| CMYK | 0.06 | 0 | 0.82 | 0.02 |
| HSL | 64.37º | 0.96% | 0.58% | - |
| HSV(B) | 64.37º | 0.82% | 0.98% | - |
| XYZ | 69.56 | 87.02 | 15.61 | - |
| YUV | 223.03 | 27.53 | 137.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 251 | 45 | 0.06 | 0 | 0.82 | 0.02 | 64.37 | 0.96 | 0.58 |
| Hex | EC | FB | 2D | 6 | 0 | 52 | 2 | 40 | 60 | 3A |
| Octal | 354 | 373 | 55 | 6 | 0 | 122 | 2 | 100 | 140 | 72 |
| Binary | 11101100 | 11111011 | 101101 | 110 | 0 | 1010010 | 10 | 1000000 | 1100000 | 111010 |
Color Harmonies of #ECFB2D
Complementary color
Monochromatic Colors of #ECFB2D
Black with #ECFB2D
Text Example
Text Example
White with #ECFB2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECFB2D; }
p { color: rgb(236,251,45); }
H1.HeaderClassName
{
color: #ECFB2D;
}
.AnyTagClassName
{
color: #ECFB2D;
}
</style>
background-color css
<style>
a { background-color: #ECFB2D; }
a { background-color: rgb(236,251,45); }
div.DivClassName
{
background-color: #ECFB2D;
}
.BgClassName
{
background-color: #ECFB2D;
}
</style>
border-color css
<style>
span { border-color: #ECFB2D; }
span { border-color: rgb(236,251,45); }
td.TdClassName
{
border-color: #ECFB2D;
}
.TagClassName
{
border-color: #ECFB2D;
}
</style>