Shades of Golden Fizz #ECE535
Tints of Golden Fizz #ECE535
RGB
CMYK
RGB Variations
Color information
#ECE535 (or 0xECE535) is known color: Golden Fizz. HEX triplet: EC, E5 and 35. RGB value is (236,229,53). Sum of RGB (Red+Green+Blue) = 236+229+53=518 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.56% from 518); Green value is 229 (89.84% from 255 or 44.21% from 518); Blue value is 53 (21.09% from 255 or 10.23% from 518); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE535 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECE535 is #131ACA. Grayscale: #D3D3D3. Windows color (decimal): -1252043 or 3532268. OLE color: 3532268.
HSL color Cylindrical-coordinate representation of color #ECE535: hue angle of 57.7º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ECE535 is Cyan = 0, Magento = 0.03, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 229 | 53 | - |
| CMYK | 0 | 0.03 | 0.78 | 0.07 |
| HSL | 57.7º | 0.83% | 0.57% | - |
| HSV(B) | 57.7º | 0.78% | 0.93% | - |
| XYZ | 63.25 | 74.13 | 14.34 | - |
| YUV | 211.03 | 38.82 | 145.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 229 | 53 | 0 | 0.03 | 0.78 | 0.07 | 57.7 | 0.83 | 0.57 |
| Hex | EC | E5 | 35 | 0 | 3 | 4E | 7 | 3A | 53 | 39 |
| Octal | 354 | 345 | 65 | 0 | 3 | 116 | 7 | 72 | 123 | 71 |
| Binary | 11101100 | 11100101 | 110101 | 0 | 11 | 1001110 | 111 | 111010 | 1010011 | 111001 |
Color Harmonies of #ECE535
Complementary color
Monochromatic Colors of #ECE535
Black with #ECE535
Text Example
Text Example
White with #ECE535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE535; }
p { color: rgb(236,229,53); }
H1.HeaderClassName
{
color: #ECE535;
}
.AnyTagClassName
{
color: #ECE535;
}
</style>
background-color css
<style>
a { background-color: #ECE535; }
a { background-color: rgb(236,229,53); }
div.DivClassName
{
background-color: #ECE535;
}
.BgClassName
{
background-color: #ECE535;
}
</style>
border-color css
<style>
span { border-color: #ECE535; }
span { border-color: rgb(236,229,53); }
td.TdClassName
{
border-color: #ECE535;
}
.TagClassName
{
border-color: #ECE535;
}
</style>