Shades of Golden Fizz #ECF236
Tints of Golden Fizz #ECF236
RGB
CMYK
RGB Variations
Color information
#ECF236 (or 0xECF236) is known color: Golden Fizz. HEX triplet: EC, F2 and 36. RGB value is (236,242,54). Sum of RGB (Red+Green+Blue) = 236+242+54=532 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.36% from 532); Green value is 242 (94.92% from 255 or 45.49% from 532); Blue value is 54 (21.48% from 255 or 10.15% from 532); Max value from RGB is 242 - color contains mainly: green. Hex color #ECF236 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECF236 is #130DC9. Grayscale: #DBDBDB. Windows color (decimal): -1248714 or 3601132. OLE color: 3601132.
HSL color Cylindrical-coordinate representation of color #ECF236: hue angle of 61.91º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ECF236 is Cyan = 0.02, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 242 | 54 | - |
| CMYK | 0.02 | 0 | 0.78 | 0.05 |
| HSL | 61.91º | 0.88% | 0.58% | - |
| HSV(B) | 61.91º | 0.78% | 0.95% | - |
| XYZ | 67.01 | 81.6 | 15.71 | - |
| YUV | 218.77 | 35.01 | 140.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 242 | 54 | 0.02 | 0 | 0.78 | 0.05 | 61.91 | 0.88 | 0.58 |
| Hex | EC | F2 | 36 | 2 | 0 | 4E | 5 | 3E | 58 | 3A |
| Octal | 354 | 362 | 66 | 2 | 0 | 116 | 5 | 76 | 130 | 72 |
| Binary | 11101100 | 11110010 | 110110 | 10 | 0 | 1001110 | 101 | 111110 | 1011000 | 111010 |
Color Harmonies of #ECF236
Complementary color
Monochromatic Colors of #ECF236
Black with #ECF236
Text Example
Text Example
White with #ECF236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF236; }
p { color: rgb(236,242,54); }
H1.HeaderClassName
{
color: #ECF236;
}
.AnyTagClassName
{
color: #ECF236;
}
</style>
background-color css
<style>
a { background-color: #ECF236; }
a { background-color: rgb(236,242,54); }
div.DivClassName
{
background-color: #ECF236;
}
.BgClassName
{
background-color: #ECF236;
}
</style>
border-color css
<style>
span { border-color: #ECF236; }
span { border-color: rgb(236,242,54); }
td.TdClassName
{
border-color: #ECF236;
}
.TagClassName
{
border-color: #ECF236;
}
</style>