Shades of Golden Fizz #ECF030
Tints of Golden Fizz #ECF030
RGB
CMYK
RGB Variations
Color information
#ECF030 (or 0xECF030) is known color: Golden Fizz. HEX triplet: EC, F0 and 30. RGB value is (236,240,48). Sum of RGB (Red+Green+Blue) = 236+240+48=524 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.04% from 524); Green value is 240 (94.14% from 255 or 45.80% from 524); Blue value is 48 (19.14% from 255 or 9.16% from 524); Max value from RGB is 240 - color contains mainly: green. Hex color #ECF030 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECF030 is #130FCF. Grayscale: #D9D9D9. Windows color (decimal): -1249232 or 3207404. OLE color: 3207404.
HSL color Cylindrical-coordinate representation of color #ECF030: hue angle of 61.25º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ECF030 is Cyan = 0.02, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 236 | 240 | 48 | - |
| CMYK | 0.02 | 0 | 0.8 | 0.06 |
| HSL | 61.25º | 0.86% | 0.56% | - |
| HSV(B) | 61.25º | 0.8% | 0.94% | - |
| XYZ | 66.29 | 80.37 | 14.81 | - |
| YUV | 216.92 | 32.67 | 141.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 240 | 48 | 0.02 | 0 | 0.8 | 0.06 | 61.25 | 0.86 | 0.56 |
| Hex | EC | F0 | 30 | 2 | 0 | 50 | 6 | 3D | 56 | 38 |
| Octal | 354 | 360 | 60 | 2 | 0 | 120 | 6 | 75 | 126 | 70 |
| Binary | 11101100 | 11110000 | 110000 | 10 | 0 | 1010000 | 110 | 111101 | 1010110 | 111000 |
Color Harmonies of #ECF030
Complementary color
Monochromatic Colors of #ECF030
Black with #ECF030
Text Example
Text Example
White with #ECF030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF030; }
p { color: rgb(236,240,48); }
H1.HeaderClassName
{
color: #ECF030;
}
.AnyTagClassName
{
color: #ECF030;
}
</style>
background-color css
<style>
a { background-color: #ECF030; }
a { background-color: rgb(236,240,48); }
div.DivClassName
{
background-color: #ECF030;
}
.BgClassName
{
background-color: #ECF030;
}
</style>
border-color css
<style>
span { border-color: #ECF030; }
span { border-color: rgb(236,240,48); }
td.TdClassName
{
border-color: #ECF030;
}
.TagClassName
{
border-color: #ECF030;
}
</style>