Shades of Golden Fizz #ECF832
Tints of Golden Fizz #ECF832
RGB
CMYK
RGB Variations
Color information
#ECF832 (or 0xECF832) is known color: Golden Fizz. HEX triplet: EC, F8 and 32. RGB value is (236,248,50). Sum of RGB (Red+Green+Blue) = 236+248+50=534 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.19% from 534); Green value is 248 (97.27% from 255 or 46.44% from 534); Blue value is 50 (19.92% from 255 or 9.36% from 534); Max value from RGB is 248 - color contains mainly: green. Hex color #ECF832 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECF832 is #1307CD. Grayscale: #DEDEDE. Windows color (decimal): -1247182 or 3340524. OLE color: 3340524.
HSL color Cylindrical-coordinate representation of color #ECF832: hue angle of 63.64º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ECF832 is Cyan = 0.05, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 236 | 248 | 50 | - |
| CMYK | 0.05 | 0 | 0.80 | 0.03 |
| HSL | 63.64º | 0.93% | 0.58% | - |
| HSV(B) | 63.64º | 0.8% | 0.97% | - |
| XYZ | 68.74 | 85.2 | 15.84 | - |
| YUV | 221.84 | 31.02 | 138.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 248 | 50 | 0.05 | 0 | 0.80 | 0.03 | 63.64 | 0.93 | 0.58 |
| Hex | EC | F8 | 32 | 5 | 0 | 50 | 3 | 40 | 5D | 3A |
| Octal | 354 | 370 | 62 | 5 | 0 | 120 | 3 | 100 | 135 | 72 |
| Binary | 11101100 | 11111000 | 110010 | 101 | 0 | 1010000 | 11 | 1000000 | 1011101 | 111010 |
Color Harmonies of #ECF832
Complementary color
Monochromatic Colors of #ECF832
Black with #ECF832
Text Example
Text Example
White with #ECF832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF832; }
p { color: rgb(236,248,50); }
H1.HeaderClassName
{
color: #ECF832;
}
.AnyTagClassName
{
color: #ECF832;
}
</style>
background-color css
<style>
a { background-color: #ECF832; }
a { background-color: rgb(236,248,50); }
div.DivClassName
{
background-color: #ECF832;
}
.BgClassName
{
background-color: #ECF832;
}
</style>
border-color css
<style>
span { border-color: #ECF832; }
span { border-color: rgb(236,248,50); }
td.TdClassName
{
border-color: #ECF832;
}
.TagClassName
{
border-color: #ECF832;
}
</style>