Shades of Golden Fizz #ECE323
Tints of Golden Fizz #ECE323
RGB
CMYK
RGB Variations
Color information
#ECE323 (or 0xECE323) is known color: Golden Fizz. HEX triplet: EC, E3 and 23. RGB value is (236,227,35). Sum of RGB (Red+Green+Blue) = 236+227+35=498 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.39% from 498); Green value is 227 (89.06% from 255 or 45.58% from 498); Blue value is 35 (14.06% from 255 or 7.03% from 498); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE323 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECE323 is #131CDC. Grayscale: #D0D0D0. Windows color (decimal): -1252573 or 2352108. OLE color: 2352108.
HSL color Cylindrical-coordinate representation of color #ECE323: hue angle of 57.31º 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 #ECE323 is Cyan = 0, Magento = 0.04, Yellow = 0.85 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 227 | 35 | - |
| CMYK | 0 | 0.04 | 0.85 | 0.07 |
| HSL | 57.31º | 0.84% | 0.53% | - |
| HSV(B) | 57.31º | 0.85% | 0.93% | - |
| XYZ | 62.36 | 72.89 | 12.37 | - |
| YUV | 207.8 | 30.48 | 148.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 227 | 35 | 0 | 0.04 | 0.85 | 0.07 | 57.31 | 0.84 | 0.53 |
| Hex | EC | E3 | 23 | 0 | 4 | 55 | 7 | 39 | 54 | 35 |
| Octal | 354 | 343 | 43 | 0 | 4 | 125 | 7 | 71 | 124 | 65 |
| Binary | 11101100 | 11100011 | 100011 | 0 | 100 | 1010101 | 111 | 111001 | 1010100 | 110101 |
Color Harmonies of #ECE323
Complementary color
Monochromatic Colors of #ECE323
Black with #ECE323
Text Example
Text Example
White with #ECE323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE323; }
p { color: rgb(236,227,35); }
H1.HeaderClassName
{
color: #ECE323;
}
.AnyTagClassName
{
color: #ECE323;
}
</style>
background-color css
<style>
a { background-color: #ECE323; }
a { background-color: rgb(236,227,35); }
div.DivClassName
{
background-color: #ECE323;
}
.BgClassName
{
background-color: #ECE323;
}
</style>
border-color css
<style>
span { border-color: #ECE323; }
span { border-color: rgb(236,227,35); }
td.TdClassName
{
border-color: #ECE323;
}
.TagClassName
{
border-color: #ECE323;
}
</style>