Shades of Golden Fizz #ECE326
Tints of Golden Fizz #ECE326
RGB
CMYK
RGB Variations
Color information
#ECE326 (or 0xECE326) is known color: Golden Fizz. HEX triplet: EC, E3 and 26. RGB value is (236,227,38). Sum of RGB (Red+Green+Blue) = 236+227+38=501 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.11% from 501); Green value is 227 (89.06% from 255 or 45.31% from 501); Blue value is 38 (15.23% from 255 or 7.58% from 501); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE326 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECE326 is #131CD9. Grayscale: #D0D0D0. Windows color (decimal): -1252570 or 2548716. OLE color: 2548716.
HSL color Cylindrical-coordinate representation of color #ECE326: hue angle of 57.27º 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 #ECE326 is Cyan = 0, Magento = 0.04, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 227 | 38 | - |
| CMYK | 0 | 0.04 | 0.84 | 0.07 |
| HSL | 57.27º | 0.84% | 0.54% | - |
| HSV(B) | 57.27º | 0.84% | 0.93% | - |
| XYZ | 62.41 | 72.91 | 12.62 | - |
| YUV | 208.15 | 31.98 | 147.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 227 | 38 | 0 | 0.04 | 0.84 | 0.07 | 57.27 | 0.84 | 0.54 |
| Hex | EC | E3 | 26 | 0 | 4 | 54 | 7 | 39 | 54 | 36 |
| Octal | 354 | 343 | 46 | 0 | 4 | 124 | 7 | 71 | 124 | 66 |
| Binary | 11101100 | 11100011 | 100110 | 0 | 100 | 1010100 | 111 | 111001 | 1010100 | 110110 |
Color Harmonies of #ECE326
Complementary color
Monochromatic Colors of #ECE326
Black with #ECE326
Text Example
Text Example
White with #ECE326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE326; }
p { color: rgb(236,227,38); }
H1.HeaderClassName
{
color: #ECE326;
}
.AnyTagClassName
{
color: #ECE326;
}
</style>
background-color css
<style>
a { background-color: #ECE326; }
a { background-color: rgb(236,227,38); }
div.DivClassName
{
background-color: #ECE326;
}
.BgClassName
{
background-color: #ECE326;
}
</style>
border-color css
<style>
span { border-color: #ECE326; }
span { border-color: rgb(236,227,38); }
td.TdClassName
{
border-color: #ECE326;
}
.TagClassName
{
border-color: #ECE326;
}
</style>