Shades of Golden Fizz #ECE51F
Tints of Golden Fizz #ECE51F
RGB
CMYK
RGB Variations
Color information
#ECE51F (or 0xECE51F) is known color: Golden Fizz. HEX triplet: EC, E5 and 1F. RGB value is (236,229,31). Sum of RGB (Red+Green+Blue) = 236+229+31=496 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.58% from 496); Green value is 229 (89.84% from 255 or 46.17% from 496); Blue value is 31 (12.5% from 255 or 6.25% from 496); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE51F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECE51F is #131AE0. Grayscale: #D1D1D1. Windows color (decimal): -1252065 or 2090476. OLE color: 2090476.
HSL color Cylindrical-coordinate representation of color #ECE51F: hue angle of 57.95º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #ECE51F is Cyan = 0, Magento = 0.03, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 229 | 31 | - |
| CMYK | 0 | 0.03 | 0.87 | 0.07 |
| HSL | 57.95º | 0.84% | 0.52% | - |
| HSV(B) | 57.95º | 0.87% | 0.93% | - |
| XYZ | 62.86 | 73.97 | 12.26 | - |
| YUV | 208.52 | 27.82 | 147.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 229 | 31 | 0 | 0.03 | 0.87 | 0.07 | 57.95 | 0.84 | 0.52 |
| Hex | EC | E5 | 1F | 0 | 3 | 57 | 7 | 3A | 54 | 34 |
| Octal | 354 | 345 | 37 | 0 | 3 | 127 | 7 | 72 | 124 | 64 |
| Binary | 11101100 | 11100101 | 11111 | 0 | 11 | 1010111 | 111 | 111010 | 1010100 | 110100 |
Color Harmonies of #ECE51F
Complementary color
Monochromatic Colors of #ECE51F
Black with #ECE51F
Text Example
Text Example
White with #ECE51F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE51F; }
p { color: rgb(236,229,31); }
H1.HeaderClassName
{
color: #ECE51F;
}
.AnyTagClassName
{
color: #ECE51F;
}
</style>
background-color css
<style>
a { background-color: #ECE51F; }
a { background-color: rgb(236,229,31); }
div.DivClassName
{
background-color: #ECE51F;
}
.BgClassName
{
background-color: #ECE51F;
}
</style>
border-color css
<style>
span { border-color: #ECE51F; }
span { border-color: rgb(236,229,31); }
td.TdClassName
{
border-color: #ECE51F;
}
.TagClassName
{
border-color: #ECE51F;
}
</style>