Shades of Golden Fizz #ECF023
Tints of Golden Fizz #ECF023
RGB
CMYK
RGB Variations
Color information
#ECF023 (or 0xECF023) is known color: Golden Fizz. HEX triplet: EC, F0 and 23. RGB value is (236,240,35). Sum of RGB (Red+Green+Blue) = 236+240+35=511 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.18% from 511); Green value is 240 (94.14% from 255 or 46.97% from 511); Blue value is 35 (14.06% from 255 or 6.85% from 511); Max value from RGB is 240 - color contains mainly: green. Hex color #ECF023 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECF023 is #130FDC. Grayscale: #D8D8D8. Windows color (decimal): -1249245 or 2355436. OLE color: 2355436.
HSL color Cylindrical-coordinate representation of color #ECF023: hue angle of 61.17º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #ECF023 is Cyan = 0.02, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 236 | 240 | 35 | - |
| CMYK | 0.02 | 0 | 0.85 | 0.06 |
| HSL | 61.17º | 0.87% | 0.54% | - |
| HSV(B) | 61.17º | 0.85% | 0.94% | - |
| XYZ | 66.06 | 80.27 | 13.6 | - |
| YUV | 215.43 | 26.17 | 142.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 240 | 35 | 0.02 | 0 | 0.85 | 0.06 | 61.17 | 0.87 | 0.54 |
| Hex | EC | F0 | 23 | 2 | 0 | 55 | 6 | 3D | 57 | 36 |
| Octal | 354 | 360 | 43 | 2 | 0 | 125 | 6 | 75 | 127 | 66 |
| Binary | 11101100 | 11110000 | 100011 | 10 | 0 | 1010101 | 110 | 111101 | 1010111 | 110110 |
Color Harmonies of #ECF023
Complementary color
Monochromatic Colors of #ECF023
Black with #ECF023
Text Example
Text Example
White with #ECF023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF023; }
p { color: rgb(236,240,35); }
H1.HeaderClassName
{
color: #ECF023;
}
.AnyTagClassName
{
color: #ECF023;
}
</style>
background-color css
<style>
a { background-color: #ECF023; }
a { background-color: rgb(236,240,35); }
div.DivClassName
{
background-color: #ECF023;
}
.BgClassName
{
background-color: #ECF023;
}
</style>
border-color css
<style>
span { border-color: #ECF023; }
span { border-color: rgb(236,240,35); }
td.TdClassName
{
border-color: #ECF023;
}
.TagClassName
{
border-color: #ECF023;
}
</style>