Shades of Golden Fizz #ECE525
Tints of Golden Fizz #ECE525
RGB
CMYK
RGB Variations
Color information
#ECE525 (or 0xECE525) is known color: Golden Fizz. HEX triplet: EC, E5 and 25. RGB value is (236,229,37). Sum of RGB (Red+Green+Blue) = 236+229+37=502 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.01% from 502); Green value is 229 (89.84% from 255 or 45.62% from 502); Blue value is 37 (14.84% from 255 or 7.37% from 502); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE525 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECE525 is #131ADA. Grayscale: #D1D1D1. Windows color (decimal): -1252059 or 2483692. OLE color: 2483692.
HSL color Cylindrical-coordinate representation of color #ECE525: hue angle of 57.89º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #ECE525 is Cyan = 0, Magento = 0.03, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 229 | 37 | - |
| CMYK | 0 | 0.03 | 0.84 | 0.07 |
| HSL | 57.89º | 0.84% | 0.54% | - |
| HSV(B) | 57.89º | 0.84% | 0.93% | - |
| XYZ | 62.95 | 74.01 | 12.72 | - |
| YUV | 209.21 | 30.82 | 147.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 229 | 37 | 0 | 0.03 | 0.84 | 0.07 | 57.89 | 0.84 | 0.54 |
| Hex | EC | E5 | 25 | 0 | 3 | 54 | 7 | 3A | 54 | 36 |
| Octal | 354 | 345 | 45 | 0 | 3 | 124 | 7 | 72 | 124 | 66 |
| Binary | 11101100 | 11100101 | 100101 | 0 | 11 | 1010100 | 111 | 111010 | 1010100 | 110110 |
Color Harmonies of #ECE525
Complementary color
Monochromatic Colors of #ECE525
Black with #ECE525
Text Example
Text Example
White with #ECE525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE525; }
p { color: rgb(236,229,37); }
H1.HeaderClassName
{
color: #ECE525;
}
.AnyTagClassName
{
color: #ECE525;
}
</style>
background-color css
<style>
a { background-color: #ECE525; }
a { background-color: rgb(236,229,37); }
div.DivClassName
{
background-color: #ECE525;
}
.BgClassName
{
background-color: #ECE525;
}
</style>
border-color css
<style>
span { border-color: #ECE525; }
span { border-color: rgb(236,229,37); }
td.TdClassName
{
border-color: #ECE525;
}
.TagClassName
{
border-color: #ECE525;
}
</style>