Shades of Golden Fizz #ECE235
Tints of Golden Fizz #ECE235
RGB
CMYK
RGB Variations
Color information
#ECE235 (or 0xECE235) is known color: Golden Fizz. HEX triplet: EC, E2 and 35. RGB value is (236,226,53). Sum of RGB (Red+Green+Blue) = 236+226+53=515 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.83% from 515); Green value is 226 (88.67% from 255 or 43.88% from 515); Blue value is 53 (21.09% from 255 or 10.29% from 515); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE235 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECE235 is #131DCA. Grayscale: #D1D1D1. Windows color (decimal): -1252811 or 3531500. OLE color: 3531500.
HSL color Cylindrical-coordinate representation of color #ECE235: hue angle of 56.72º 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 #ECE235 is Cyan = 0, Magento = 0.04, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 226 | 53 | - |
| CMYK | 0 | 0.04 | 0.78 | 0.07 |
| HSL | 56.72º | 0.83% | 0.57% | - |
| HSV(B) | 56.72º | 0.78% | 0.93% | - |
| XYZ | 62.43 | 72.48 | 14.07 | - |
| YUV | 209.27 | 39.81 | 147.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 226 | 53 | 0 | 0.04 | 0.78 | 0.07 | 56.72 | 0.83 | 0.57 |
| Hex | EC | E2 | 35 | 0 | 4 | 4E | 7 | 39 | 53 | 39 |
| Octal | 354 | 342 | 65 | 0 | 4 | 116 | 7 | 71 | 123 | 71 |
| Binary | 11101100 | 11100010 | 110101 | 0 | 100 | 1001110 | 111 | 111001 | 1010011 | 111001 |
Color Harmonies of #ECE235
Complementary color
Monochromatic Colors of #ECE235
Black with #ECE235
Text Example
Text Example
White with #ECE235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE235; }
p { color: rgb(236,226,53); }
H1.HeaderClassName
{
color: #ECE235;
}
.AnyTagClassName
{
color: #ECE235;
}
</style>
background-color css
<style>
a { background-color: #ECE235; }
a { background-color: rgb(236,226,53); }
div.DivClassName
{
background-color: #ECE235;
}
.BgClassName
{
background-color: #ECE235;
}
</style>
border-color css
<style>
span { border-color: #ECE235; }
span { border-color: rgb(236,226,53); }
td.TdClassName
{
border-color: #ECE235;
}
.TagClassName
{
border-color: #ECE235;
}
</style>