Shades of Golden Fizz #ECF028
Tints of Golden Fizz #ECF028
RGB
CMYK
RGB Variations
Color information
#ECF028 (or 0xECF028) is known color: Golden Fizz. HEX triplet: EC, F0 and 28. RGB value is (236,240,40). Sum of RGB (Red+Green+Blue) = 236+240+40=516 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.74% from 516); Green value is 240 (94.14% from 255 or 46.51% from 516); Blue value is 40 (16.02% from 255 or 7.75% from 516); Max value from RGB is 240 - color contains mainly: green. Hex color #ECF028 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECF028 is #130FD7. Grayscale: #D8D8D8. Windows color (decimal): -1249240 or 2683116. OLE color: 2683116.
HSL color Cylindrical-coordinate representation of color #ECF028: hue angle of 61.2º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #ECF028 is Cyan = 0.02, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 236 | 240 | 40 | - |
| CMYK | 0.02 | 0 | 0.83 | 0.06 |
| HSL | 61.2º | 0.87% | 0.55% | - |
| HSV(B) | 61.2º | 0.83% | 0.94% | - |
| XYZ | 66.14 | 80.31 | 14.02 | - |
| YUV | 216 | 28.67 | 142.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 240 | 40 | 0.02 | 0 | 0.83 | 0.06 | 61.2 | 0.87 | 0.55 |
| Hex | EC | F0 | 28 | 2 | 0 | 53 | 6 | 3D | 57 | 37 |
| Octal | 354 | 360 | 50 | 2 | 0 | 123 | 6 | 75 | 127 | 67 |
| Binary | 11101100 | 11110000 | 101000 | 10 | 0 | 1010011 | 110 | 111101 | 1010111 | 110111 |
Color Harmonies of #ECF028
Complementary color
Monochromatic Colors of #ECF028
Black with #ECF028
Text Example
Text Example
White with #ECF028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF028; }
p { color: rgb(236,240,40); }
H1.HeaderClassName
{
color: #ECF028;
}
.AnyTagClassName
{
color: #ECF028;
}
</style>
background-color css
<style>
a { background-color: #ECF028; }
a { background-color: rgb(236,240,40); }
div.DivClassName
{
background-color: #ECF028;
}
.BgClassName
{
background-color: #ECF028;
}
</style>
border-color css
<style>
span { border-color: #ECF028; }
span { border-color: rgb(236,240,40); }
td.TdClassName
{
border-color: #ECF028;
}
.TagClassName
{
border-color: #ECF028;
}
</style>