Shades of Golden Fizz #ECF234
Tints of Golden Fizz #ECF234
RGB
CMYK
RGB Variations
Color information
#ECF234 (or 0xECF234) is known color: Golden Fizz. HEX triplet: EC, F2 and 34. RGB value is (236,242,52). Sum of RGB (Red+Green+Blue) = 236+242+52=530 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.53% from 530); Green value is 242 (94.92% from 255 or 45.66% from 530); Blue value is 52 (20.70% from 255 or 9.81% from 530); Max value from RGB is 242 - color contains mainly: green. Hex color #ECF234 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECF234 is #130DCB. Grayscale: #DBDBDB. Windows color (decimal): -1248716 or 3470060. OLE color: 3470060.
HSL color Cylindrical-coordinate representation of color #ECF234: hue angle of 61.89º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #ECF234 is Cyan = 0.02, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 242 | 52 | - |
| CMYK | 0.02 | 0 | 0.79 | 0.05 |
| HSL | 61.89º | 0.88% | 0.58% | - |
| HSV(B) | 61.89º | 0.79% | 0.95% | - |
| XYZ | 66.96 | 81.59 | 15.47 | - |
| YUV | 218.55 | 34.01 | 140.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 242 | 52 | 0.02 | 0 | 0.79 | 0.05 | 61.89 | 0.88 | 0.58 |
| Hex | EC | F2 | 34 | 2 | 0 | 4F | 5 | 3E | 58 | 3A |
| Octal | 354 | 362 | 64 | 2 | 0 | 117 | 5 | 76 | 130 | 72 |
| Binary | 11101100 | 11110010 | 110100 | 10 | 0 | 1001111 | 101 | 111110 | 1011000 | 111010 |
Color Harmonies of #ECF234
Complementary color
Monochromatic Colors of #ECF234
Black with #ECF234
Text Example
Text Example
White with #ECF234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF234; }
p { color: rgb(236,242,52); }
H1.HeaderClassName
{
color: #ECF234;
}
.AnyTagClassName
{
color: #ECF234;
}
</style>
background-color css
<style>
a { background-color: #ECF234; }
a { background-color: rgb(236,242,52); }
div.DivClassName
{
background-color: #ECF234;
}
.BgClassName
{
background-color: #ECF234;
}
</style>
border-color css
<style>
span { border-color: #ECF234; }
span { border-color: rgb(236,242,52); }
td.TdClassName
{
border-color: #ECF234;
}
.TagClassName
{
border-color: #ECF234;
}
</style>