Shades of Golden Fizz #ECE52F
Tints of Golden Fizz #ECE52F
RGB
CMYK
RGB Variations
Color information
#ECE52F (or 0xECE52F) is known color: Golden Fizz. HEX triplet: EC, E5 and 2F. RGB value is (236,229,47). Sum of RGB (Red+Green+Blue) = 236+229+47=512 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.09% from 512); Green value is 229 (89.84% from 255 or 44.73% from 512); Blue value is 47 (18.75% from 255 or 9.18% from 512); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE52F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECE52F is #131AD0. Grayscale: #D3D3D3. Windows color (decimal): -1252049 or 3139052. OLE color: 3139052.
HSL color Cylindrical-coordinate representation of color #ECE52F: hue angle of 57.78º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ECE52F is Cyan = 0, Magento = 0.03, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 229 | 47 | - |
| CMYK | 0 | 0.03 | 0.80 | 0.07 |
| HSL | 57.78º | 0.83% | 0.55% | - |
| HSV(B) | 57.78º | 0.8% | 0.93% | - |
| XYZ | 63.12 | 74.08 | 13.66 | - |
| YUV | 210.35 | 35.82 | 146.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 229 | 47 | 0 | 0.03 | 0.80 | 0.07 | 57.78 | 0.83 | 0.55 |
| Hex | EC | E5 | 2F | 0 | 3 | 50 | 7 | 3A | 53 | 37 |
| Octal | 354 | 345 | 57 | 0 | 3 | 120 | 7 | 72 | 123 | 67 |
| Binary | 11101100 | 11100101 | 101111 | 0 | 11 | 1010000 | 111 | 111010 | 1010011 | 110111 |
Color Harmonies of #ECE52F
Complementary color
Monochromatic Colors of #ECE52F
Black with #ECE52F
Text Example
Text Example
White with #ECE52F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE52F; }
p { color: rgb(236,229,47); }
H1.HeaderClassName
{
color: #ECE52F;
}
.AnyTagClassName
{
color: #ECE52F;
}
</style>
background-color css
<style>
a { background-color: #ECE52F; }
a { background-color: rgb(236,229,47); }
div.DivClassName
{
background-color: #ECE52F;
}
.BgClassName
{
background-color: #ECE52F;
}
</style>
border-color css
<style>
span { border-color: #ECE52F; }
span { border-color: rgb(236,229,47); }
td.TdClassName
{
border-color: #ECE52F;
}
.TagClassName
{
border-color: #ECE52F;
}
</style>