Shades of Golden Fizz #ECE538
Tints of Golden Fizz #ECE538
RGB
CMYK
RGB Variations
Color information
#ECE538 (or 0xECE538) is known color: Golden Fizz. HEX triplet: EC, E5 and 38. RGB value is (236,229,56). Sum of RGB (Red+Green+Blue) = 236+229+56=521 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.30% from 521); Green value is 229 (89.84% from 255 or 43.95% from 521); Blue value is 56 (22.27% from 255 or 10.75% from 521); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE538 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECE538 is #131AC7. Grayscale: #D4D4D4. Windows color (decimal): -1252040 or 3728876. OLE color: 3728876.
HSL color Cylindrical-coordinate representation of color #ECE538: hue angle of 57.67º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #ECE538 is Cyan = 0, Magento = 0.03, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 229 | 56 | - |
| CMYK | 0 | 0.03 | 0.76 | 0.07 |
| HSL | 57.67º | 0.83% | 0.57% | - |
| HSV(B) | 57.67º | 0.76% | 0.93% | - |
| XYZ | 63.33 | 74.16 | 14.72 | - |
| YUV | 211.37 | 40.32 | 145.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 229 | 56 | 0 | 0.03 | 0.76 | 0.07 | 57.67 | 0.83 | 0.57 |
| Hex | EC | E5 | 38 | 0 | 3 | 4C | 7 | 3A | 53 | 39 |
| Octal | 354 | 345 | 70 | 0 | 3 | 114 | 7 | 72 | 123 | 71 |
| Binary | 11101100 | 11100101 | 111000 | 0 | 11 | 1001100 | 111 | 111010 | 1010011 | 111001 |
Color Harmonies of #ECE538
Complementary color
Monochromatic Colors of #ECE538
Black with #ECE538
Text Example
Text Example
White with #ECE538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE538; }
p { color: rgb(236,229,56); }
H1.HeaderClassName
{
color: #ECE538;
}
.AnyTagClassName
{
color: #ECE538;
}
</style>
background-color css
<style>
a { background-color: #ECE538; }
a { background-color: rgb(236,229,56); }
div.DivClassName
{
background-color: #ECE538;
}
.BgClassName
{
background-color: #ECE538;
}
</style>
border-color css
<style>
span { border-color: #ECE538; }
span { border-color: rgb(236,229,56); }
td.TdClassName
{
border-color: #ECE538;
}
.TagClassName
{
border-color: #ECE538;
}
</style>