Shades of Golden Fizz #ECF928
Tints of Golden Fizz #ECF928
RGB
CMYK
RGB Variations
Color information
#ECF928 (or 0xECF928) is known color: Golden Fizz. HEX triplet: EC, F9 and 28. RGB value is (236,249,40). Sum of RGB (Red+Green+Blue) = 236+249+40=525 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.95% from 525); Green value is 249 (97.66% from 255 or 47.43% from 525); Blue value is 40 (16.02% from 255 or 7.62% from 525); Max value from RGB is 249 - color contains mainly: green. Hex color #ECF928 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECF928 is #1306D7. Grayscale: #DEDEDE. Windows color (decimal): -1246936 or 2685420. OLE color: 2685420.
HSL color Cylindrical-coordinate representation of color #ECF928: hue angle of 63.73º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #ECF928 is Cyan = 0.05, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 236 | 249 | 40 | - |
| CMYK | 0.05 | 0 | 0.84 | 0.02 |
| HSL | 63.73º | 0.95% | 0.57% | - |
| HSV(B) | 63.73º | 0.84% | 0.98% | - |
| XYZ | 68.85 | 85.74 | 14.93 | - |
| YUV | 221.29 | 25.69 | 138.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 249 | 40 | 0.05 | 0 | 0.84 | 0.02 | 63.73 | 0.95 | 0.57 |
| Hex | EC | F9 | 28 | 5 | 0 | 54 | 2 | 40 | 5F | 39 |
| Octal | 354 | 371 | 50 | 5 | 0 | 124 | 2 | 100 | 137 | 71 |
| Binary | 11101100 | 11111001 | 101000 | 101 | 0 | 1010100 | 10 | 1000000 | 1011111 | 111001 |
Color Harmonies of #ECF928
Complementary color
Monochromatic Colors of #ECF928
Black with #ECF928
Text Example
Text Example
White with #ECF928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF928; }
p { color: rgb(236,249,40); }
H1.HeaderClassName
{
color: #ECF928;
}
.AnyTagClassName
{
color: #ECF928;
}
</style>
background-color css
<style>
a { background-color: #ECF928; }
a { background-color: rgb(236,249,40); }
div.DivClassName
{
background-color: #ECF928;
}
.BgClassName
{
background-color: #ECF928;
}
</style>
border-color css
<style>
span { border-color: #ECF928; }
span { border-color: rgb(236,249,40); }
td.TdClassName
{
border-color: #ECF928;
}
.TagClassName
{
border-color: #ECF928;
}
</style>