Shades of Golden Fizz #ECF32F
Tints of Golden Fizz #ECF32F
RGB
CMYK
RGB Variations
Color information
#ECF32F (or 0xECF32F) is known color: Golden Fizz. HEX triplet: EC, F3 and 2F. RGB value is (236,243,47). Sum of RGB (Red+Green+Blue) = 236+243+47=526 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.87% from 526); Green value is 243 (95.31% from 255 or 46.20% from 526); Blue value is 47 (18.75% from 255 or 8.94% from 526); Max value from RGB is 243 - color contains mainly: green. Hex color #ECF32F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECF32F is #130CD0. Grayscale: #DBDBDB. Windows color (decimal): -1248465 or 3142636. OLE color: 3142636.
HSL color Cylindrical-coordinate representation of color #ECF32F: hue angle of 62.14º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #ECF32F is Cyan = 0.03, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 243 | 47 | - |
| CMYK | 0.03 | 0 | 0.81 | 0.05 |
| HSL | 62.14º | 0.89% | 0.57% | - |
| HSV(B) | 62.14º | 0.81% | 0.95% | - |
| XYZ | 67.16 | 82.14 | 15 | - |
| YUV | 218.56 | 31.18 | 140.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 243 | 47 | 0.03 | 0 | 0.81 | 0.05 | 62.14 | 0.89 | 0.57 |
| Hex | EC | F3 | 2F | 3 | 0 | 51 | 5 | 3E | 59 | 39 |
| Octal | 354 | 363 | 57 | 3 | 0 | 121 | 5 | 76 | 131 | 71 |
| Binary | 11101100 | 11110011 | 101111 | 11 | 0 | 1010001 | 101 | 111110 | 1011001 | 111001 |
Color Harmonies of #ECF32F
Complementary color
Monochromatic Colors of #ECF32F
Black with #ECF32F
Text Example
Text Example
White with #ECF32F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF32F; }
p { color: rgb(236,243,47); }
H1.HeaderClassName
{
color: #ECF32F;
}
.AnyTagClassName
{
color: #ECF32F;
}
</style>
background-color css
<style>
a { background-color: #ECF32F; }
a { background-color: rgb(236,243,47); }
div.DivClassName
{
background-color: #ECF32F;
}
.BgClassName
{
background-color: #ECF32F;
}
</style>
border-color css
<style>
span { border-color: #ECF32F; }
span { border-color: rgb(236,243,47); }
td.TdClassName
{
border-color: #ECF32F;
}
.TagClassName
{
border-color: #ECF32F;
}
</style>