Shades of Golden Fizz #ECF226
Tints of Golden Fizz #ECF226
RGB
CMYK
RGB Variations
Color information
#ECF226 (or 0xECF226) is known color: Golden Fizz. HEX triplet: EC, F2 and 26. RGB value is (236,242,38). Sum of RGB (Red+Green+Blue) = 236+242+38=516 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.74% from 516); Green value is 242 (94.92% from 255 or 46.90% from 516); Blue value is 38 (15.23% from 255 or 7.36% from 516); Max value from RGB is 242 - color contains mainly: green. Hex color #ECF226 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECF226 is #130DD9. Grayscale: #D9D9D9. Windows color (decimal): -1248730 or 2552556. OLE color: 2552556.
HSL color Cylindrical-coordinate representation of color #ECF226: hue angle of 61.76º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #ECF226 is Cyan = 0.02, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 242 | 38 | - |
| CMYK | 0.02 | 0 | 0.84 | 0.05 |
| HSL | 61.76º | 0.89% | 0.55% | - |
| HSV(B) | 61.76º | 0.84% | 0.95% | - |
| XYZ | 66.69 | 81.48 | 14.05 | - |
| YUV | 216.95 | 27.01 | 141.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 242 | 38 | 0.02 | 0 | 0.84 | 0.05 | 61.76 | 0.89 | 0.55 |
| Hex | EC | F2 | 26 | 2 | 0 | 54 | 5 | 3E | 59 | 37 |
| Octal | 354 | 362 | 46 | 2 | 0 | 124 | 5 | 76 | 131 | 67 |
| Binary | 11101100 | 11110010 | 100110 | 10 | 0 | 1010100 | 101 | 111110 | 1011001 | 110111 |
Color Harmonies of #ECF226
Complementary color
Monochromatic Colors of #ECF226
Black with #ECF226
Text Example
Text Example
White with #ECF226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF226; }
p { color: rgb(236,242,38); }
H1.HeaderClassName
{
color: #ECF226;
}
.AnyTagClassName
{
color: #ECF226;
}
</style>
background-color css
<style>
a { background-color: #ECF226; }
a { background-color: rgb(236,242,38); }
div.DivClassName
{
background-color: #ECF226;
}
.BgClassName
{
background-color: #ECF226;
}
</style>
border-color css
<style>
span { border-color: #ECF226; }
span { border-color: rgb(236,242,38); }
td.TdClassName
{
border-color: #ECF226;
}
.TagClassName
{
border-color: #ECF226;
}
</style>