Shades of Golden Fizz #ECF02B
Tints of Golden Fizz #ECF02B
RGB
CMYK
RGB Variations
Color information
#ECF02B (or 0xECF02B) is known color: Golden Fizz. HEX triplet: EC, F0 and 2B. RGB value is (236,240,43). Sum of RGB (Red+Green+Blue) = 236+240+43=519 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.47% from 519); Green value is 240 (94.14% from 255 or 46.24% from 519); Blue value is 43 (17.19% from 255 or 8.29% from 519); Max value from RGB is 240 - color contains mainly: green. Hex color #ECF02B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECF02B is #130FD4. Grayscale: #D9D9D9. Windows color (decimal): -1249237 or 2879724. OLE color: 2879724.
HSL color Cylindrical-coordinate representation of color #ECF02B: hue angle of 61.22º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #ECF02B is Cyan = 0.02, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 236 | 240 | 43 | - |
| CMYK | 0.02 | 0 | 0.82 | 0.06 |
| HSL | 61.22º | 0.87% | 0.55% | - |
| HSV(B) | 61.22º | 0.82% | 0.94% | - |
| XYZ | 66.19 | 80.33 | 14.3 | - |
| YUV | 216.35 | 30.17 | 142.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 240 | 43 | 0.02 | 0 | 0.82 | 0.06 | 61.22 | 0.87 | 0.55 |
| Hex | EC | F0 | 2B | 2 | 0 | 52 | 6 | 3D | 57 | 37 |
| Octal | 354 | 360 | 53 | 2 | 0 | 122 | 6 | 75 | 127 | 67 |
| Binary | 11101100 | 11110000 | 101011 | 10 | 0 | 1010010 | 110 | 111101 | 1010111 | 110111 |
Color Harmonies of #ECF02B
Complementary color
Monochromatic Colors of #ECF02B
Black with #ECF02B
Text Example
Text Example
White with #ECF02B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF02B; }
p { color: rgb(236,240,43); }
H1.HeaderClassName
{
color: #ECF02B;
}
.AnyTagClassName
{
color: #ECF02B;
}
</style>
background-color css
<style>
a { background-color: #ECF02B; }
a { background-color: rgb(236,240,43); }
div.DivClassName
{
background-color: #ECF02B;
}
.BgClassName
{
background-color: #ECF02B;
}
</style>
border-color css
<style>
span { border-color: #ECF02B; }
span { border-color: rgb(236,240,43); }
td.TdClassName
{
border-color: #ECF02B;
}
.TagClassName
{
border-color: #ECF02B;
}
</style>