Shades of Golden Fizz #ECE534
Tints of Golden Fizz #ECE534
RGB
CMYK
RGB Variations
Color information
#ECE534 (or 0xECE534) is known color: Golden Fizz. HEX triplet: EC, E5 and 34. RGB value is (236,229,52). Sum of RGB (Red+Green+Blue) = 236+229+52=517 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.65% from 517); Green value is 229 (89.84% from 255 or 44.29% from 517); Blue value is 52 (20.70% from 255 or 10.06% from 517); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE534 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECE534 is #131ACB. Grayscale: #D3D3D3. Windows color (decimal): -1252044 or 3466732. OLE color: 3466732.
HSL color Cylindrical-coordinate representation of color #ECE534: hue angle of 57.72º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ECE534 is Cyan = 0, Magento = 0.03, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 229 | 52 | - |
| CMYK | 0 | 0.03 | 0.78 | 0.07 |
| HSL | 57.72º | 0.83% | 0.56% | - |
| HSV(B) | 57.72º | 0.78% | 0.93% | - |
| XYZ | 63.23 | 74.12 | 14.22 | - |
| YUV | 210.92 | 38.32 | 145.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 229 | 52 | 0 | 0.03 | 0.78 | 0.07 | 57.72 | 0.83 | 0.56 |
| Hex | EC | E5 | 34 | 0 | 3 | 4E | 7 | 3A | 53 | 38 |
| Octal | 354 | 345 | 64 | 0 | 3 | 116 | 7 | 72 | 123 | 70 |
| Binary | 11101100 | 11100101 | 110100 | 0 | 11 | 1001110 | 111 | 111010 | 1010011 | 111000 |
Color Harmonies of #ECE534
Complementary color
Monochromatic Colors of #ECE534
Black with #ECE534
Text Example
Text Example
White with #ECE534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE534; }
p { color: rgb(236,229,52); }
H1.HeaderClassName
{
color: #ECE534;
}
.AnyTagClassName
{
color: #ECE534;
}
</style>
background-color css
<style>
a { background-color: #ECE534; }
a { background-color: rgb(236,229,52); }
div.DivClassName
{
background-color: #ECE534;
}
.BgClassName
{
background-color: #ECE534;
}
</style>
border-color css
<style>
span { border-color: #ECE534; }
span { border-color: rgb(236,229,52); }
td.TdClassName
{
border-color: #ECE534;
}
.TagClassName
{
border-color: #ECE534;
}
</style>