Shades of Golden Fizz #ECE223
Tints of Golden Fizz #ECE223
RGB
CMYK
RGB Variations
Color information
#ECE223 (or 0xECE223) is known color: Golden Fizz. HEX triplet: EC, E2 and 23. RGB value is (236,226,35). Sum of RGB (Red+Green+Blue) = 236+226+35=497 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.48% from 497); Green value is 226 (88.67% from 255 or 45.47% from 497); Blue value is 35 (14.06% from 255 or 7.04% from 497); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE223 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECE223 is #131DDC. Grayscale: #CFCFCF. Windows color (decimal): -1252829 or 2351852. OLE color: 2351852.
HSL color Cylindrical-coordinate representation of color #ECE223: hue angle of 57.01º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #ECE223 is Cyan = 0, Magento = 0.04, Yellow = 0.85 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 226 | 35 | - |
| CMYK | 0 | 0.04 | 0.85 | 0.07 |
| HSL | 57.01º | 0.84% | 0.53% | - |
| HSV(B) | 57.01º | 0.85% | 0.93% | - |
| XYZ | 62.09 | 72.35 | 12.28 | - |
| YUV | 207.22 | 30.81 | 148.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 226 | 35 | 0 | 0.04 | 0.85 | 0.07 | 57.01 | 0.84 | 0.53 |
| Hex | EC | E2 | 23 | 0 | 4 | 55 | 7 | 39 | 54 | 35 |
| Octal | 354 | 342 | 43 | 0 | 4 | 125 | 7 | 71 | 124 | 65 |
| Binary | 11101100 | 11100010 | 100011 | 0 | 100 | 1010101 | 111 | 111001 | 1010100 | 110101 |
Color Harmonies of #ECE223
Complementary color
Monochromatic Colors of #ECE223
Black with #ECE223
Text Example
Text Example
White with #ECE223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE223; }
p { color: rgb(236,226,35); }
H1.HeaderClassName
{
color: #ECE223;
}
.AnyTagClassName
{
color: #ECE223;
}
</style>
background-color css
<style>
a { background-color: #ECE223; }
a { background-color: rgb(236,226,35); }
div.DivClassName
{
background-color: #ECE223;
}
.BgClassName
{
background-color: #ECE223;
}
</style>
border-color css
<style>
span { border-color: #ECE223; }
span { border-color: rgb(236,226,35); }
td.TdClassName
{
border-color: #ECE223;
}
.TagClassName
{
border-color: #ECE223;
}
</style>