Shades of Golden Fizz #ECE328
Tints of Golden Fizz #ECE328
RGB
CMYK
RGB Variations
Color information
#ECE328 (or 0xECE328) is known color: Golden Fizz. HEX triplet: EC, E3 and 28. RGB value is (236,227,40). Sum of RGB (Red+Green+Blue) = 236+227+40=503 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.92% from 503); Green value is 227 (89.06% from 255 or 45.13% from 503); Blue value is 40 (16.02% from 255 or 7.95% from 503); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE328 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECE328 is #131CD7. Grayscale: #D1D1D1. Windows color (decimal): -1252568 or 2679788. OLE color: 2679788.
HSL color Cylindrical-coordinate representation of color #ECE328: hue angle of 57.24º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #ECE328 is Cyan = 0, Magento = 0.04, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 227 | 40 | - |
| CMYK | 0 | 0.04 | 0.83 | 0.07 |
| HSL | 57.24º | 0.84% | 0.54% | - |
| HSV(B) | 57.24º | 0.83% | 0.93% | - |
| XYZ | 62.44 | 72.92 | 12.79 | - |
| YUV | 208.37 | 32.98 | 147.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 227 | 40 | 0 | 0.04 | 0.83 | 0.07 | 57.24 | 0.84 | 0.54 |
| Hex | EC | E3 | 28 | 0 | 4 | 53 | 7 | 39 | 54 | 36 |
| Octal | 354 | 343 | 50 | 0 | 4 | 123 | 7 | 71 | 124 | 66 |
| Binary | 11101100 | 11100011 | 101000 | 0 | 100 | 1010011 | 111 | 111001 | 1010100 | 110110 |
Color Harmonies of #ECE328
Complementary color
Monochromatic Colors of #ECE328
Black with #ECE328
Text Example
Text Example
White with #ECE328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE328; }
p { color: rgb(236,227,40); }
H1.HeaderClassName
{
color: #ECE328;
}
.AnyTagClassName
{
color: #ECE328;
}
</style>
background-color css
<style>
a { background-color: #ECE328; }
a { background-color: rgb(236,227,40); }
div.DivClassName
{
background-color: #ECE328;
}
.BgClassName
{
background-color: #ECE328;
}
</style>
border-color css
<style>
span { border-color: #ECE328; }
span { border-color: rgb(236,227,40); }
td.TdClassName
{
border-color: #ECE328;
}
.TagClassName
{
border-color: #ECE328;
}
</style>