Shades of Golden Fizz #ECF932
Tints of Golden Fizz #ECF932
RGB
CMYK
RGB Variations
Color information
#ECF932 (or 0xECF932) is known color: Golden Fizz. HEX triplet: EC, F9 and 32. RGB value is (236,249,50). Sum of RGB (Red+Green+Blue) = 236+249+50=535 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.11% from 535); Green value is 249 (97.66% from 255 or 46.54% from 535); Blue value is 50 (19.92% from 255 or 9.35% from 535); Max value from RGB is 249 - color contains mainly: green. Hex color #ECF932 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECF932 is #1306CD. Grayscale: #DFDFDF. Windows color (decimal): -1246926 or 3340780. OLE color: 3340780.
HSL color Cylindrical-coordinate representation of color #ECF932: hue angle of 63.92º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ECF932 is Cyan = 0.05, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 236 | 249 | 50 | - |
| CMYK | 0.05 | 0 | 0.80 | 0.02 |
| HSL | 63.92º | 0.94% | 0.59% | - |
| HSV(B) | 63.92º | 0.8% | 0.98% | - |
| XYZ | 69.04 | 85.81 | 15.94 | - |
| YUV | 222.43 | 30.69 | 137.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 249 | 50 | 0.05 | 0 | 0.80 | 0.02 | 63.92 | 0.94 | 0.59 |
| Hex | EC | F9 | 32 | 5 | 0 | 50 | 2 | 40 | 5E | 3B |
| Octal | 354 | 371 | 62 | 5 | 0 | 120 | 2 | 100 | 136 | 73 |
| Binary | 11101100 | 11111001 | 110010 | 101 | 0 | 1010000 | 10 | 1000000 | 1011110 | 111011 |
Color Harmonies of #ECF932
Complementary color
Monochromatic Colors of #ECF932
Black with #ECF932
Text Example
Text Example
White with #ECF932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF932; }
p { color: rgb(236,249,50); }
H1.HeaderClassName
{
color: #ECF932;
}
.AnyTagClassName
{
color: #ECF932;
}
</style>
background-color css
<style>
a { background-color: #ECF932; }
a { background-color: rgb(236,249,50); }
div.DivClassName
{
background-color: #ECF932;
}
.BgClassName
{
background-color: #ECF932;
}
</style>
border-color css
<style>
span { border-color: #ECF932; }
span { border-color: rgb(236,249,50); }
td.TdClassName
{
border-color: #ECF932;
}
.TagClassName
{
border-color: #ECF932;
}
</style>