Shades of Golden Fizz #ECE332
Tints of Golden Fizz #ECE332
RGB
CMYK
RGB Variations
Color information
#ECE332 (or 0xECE332) is known color: Golden Fizz. HEX triplet: EC, E3 and 32. RGB value is (236,227,50). Sum of RGB (Red+Green+Blue) = 236+227+50=513 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.00% from 513); Green value is 227 (89.06% from 255 or 44.25% from 513); Blue value is 50 (19.92% from 255 or 9.75% from 513); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE332 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECE332 is #131CCD. Grayscale: #D2D2D2. Windows color (decimal): -1252558 or 3335148. OLE color: 3335148.
HSL color Cylindrical-coordinate representation of color #ECE332: hue angle of 57.1º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #ECE332 is Cyan = 0, Magento = 0.04, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 227 | 50 | - |
| CMYK | 0 | 0.04 | 0.79 | 0.07 |
| HSL | 57.1º | 0.83% | 0.56% | - |
| HSV(B) | 57.1º | 0.79% | 0.93% | - |
| XYZ | 62.64 | 73 | 13.81 | - |
| YUV | 209.51 | 37.98 | 146.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 227 | 50 | 0 | 0.04 | 0.79 | 0.07 | 57.1 | 0.83 | 0.56 |
| Hex | EC | E3 | 32 | 0 | 4 | 4F | 7 | 39 | 53 | 38 |
| Octal | 354 | 343 | 62 | 0 | 4 | 117 | 7 | 71 | 123 | 70 |
| Binary | 11101100 | 11100011 | 110010 | 0 | 100 | 1001111 | 111 | 111001 | 1010011 | 111000 |
Color Harmonies of #ECE332
Complementary color
Monochromatic Colors of #ECE332
Black with #ECE332
Text Example
Text Example
White with #ECE332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE332; }
p { color: rgb(236,227,50); }
H1.HeaderClassName
{
color: #ECE332;
}
.AnyTagClassName
{
color: #ECE332;
}
</style>
background-color css
<style>
a { background-color: #ECE332; }
a { background-color: rgb(236,227,50); }
div.DivClassName
{
background-color: #ECE332;
}
.BgClassName
{
background-color: #ECE332;
}
</style>
border-color css
<style>
span { border-color: #ECE332; }
span { border-color: rgb(236,227,50); }
td.TdClassName
{
border-color: #ECE332;
}
.TagClassName
{
border-color: #ECE332;
}
</style>