Shades of Golden Fizz #ECF231
Tints of Golden Fizz #ECF231
RGB
CMYK
RGB Variations
Color information
#ECF231 (or 0xECF231) is known color: Golden Fizz. HEX triplet: EC, F2 and 31. RGB value is (236,242,49). Sum of RGB (Red+Green+Blue) = 236+242+49=527 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.78% from 527); Green value is 242 (94.92% from 255 or 45.92% from 527); Blue value is 49 (19.53% from 255 or 9.30% from 527); Max value from RGB is 242 - color contains mainly: green. Hex color #ECF231 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECF231 is #130DCE. Grayscale: #DADADA. Windows color (decimal): -1248719 or 3273452. OLE color: 3273452.
HSL color Cylindrical-coordinate representation of color #ECF231: hue angle of 61.87º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ECF231 is Cyan = 0.02, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 242 | 49 | - |
| CMYK | 0.02 | 0 | 0.80 | 0.05 |
| HSL | 61.87º | 0.88% | 0.57% | - |
| HSV(B) | 61.87º | 0.8% | 0.95% | - |
| XYZ | 66.9 | 81.56 | 15.12 | - |
| YUV | 218.2 | 32.51 | 140.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 242 | 49 | 0.02 | 0 | 0.80 | 0.05 | 61.87 | 0.88 | 0.57 |
| Hex | EC | F2 | 31 | 2 | 0 | 50 | 5 | 3E | 58 | 39 |
| Octal | 354 | 362 | 61 | 2 | 0 | 120 | 5 | 76 | 130 | 71 |
| Binary | 11101100 | 11110010 | 110001 | 10 | 0 | 1010000 | 101 | 111110 | 1011000 | 111001 |
Color Harmonies of #ECF231
Complementary color
Monochromatic Colors of #ECF231
Black with #ECF231
Text Example
Text Example
White with #ECF231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF231; }
p { color: rgb(236,242,49); }
H1.HeaderClassName
{
color: #ECF231;
}
.AnyTagClassName
{
color: #ECF231;
}
</style>
background-color css
<style>
a { background-color: #ECF231; }
a { background-color: rgb(236,242,49); }
div.DivClassName
{
background-color: #ECF231;
}
.BgClassName
{
background-color: #ECF231;
}
</style>
border-color css
<style>
span { border-color: #ECF231; }
span { border-color: rgb(236,242,49); }
td.TdClassName
{
border-color: #ECF231;
}
.TagClassName
{
border-color: #ECF231;
}
</style>