Shades of Golden Fizz #ECE334
Tints of Golden Fizz #ECE334
RGB
CMYK
RGB Variations
Color information
#ECE334 (or 0xECE334) is known color: Golden Fizz. HEX triplet: EC, E3 and 34. RGB value is (236,227,52). Sum of RGB (Red+Green+Blue) = 236+227+52=515 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.83% from 515); Green value is 227 (89.06% from 255 or 44.08% from 515); Blue value is 52 (20.70% from 255 or 10.10% from 515); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE334 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECE334 is #131CCB. Grayscale: #D2D2D2. Windows color (decimal): -1252556 or 3466220. OLE color: 3466220.
HSL color Cylindrical-coordinate representation of color #ECE334: hue angle of 57.07º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ECE334 is Cyan = 0, Magento = 0.04, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 227 | 52 | - |
| CMYK | 0 | 0.04 | 0.78 | 0.07 |
| HSL | 57.07º | 0.83% | 0.56% | - |
| HSV(B) | 57.07º | 0.78% | 0.93% | - |
| XYZ | 62.68 | 73.02 | 14.04 | - |
| YUV | 209.74 | 38.98 | 146.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 227 | 52 | 0 | 0.04 | 0.78 | 0.07 | 57.07 | 0.83 | 0.56 |
| Hex | EC | E3 | 34 | 0 | 4 | 4E | 7 | 39 | 53 | 38 |
| Octal | 354 | 343 | 64 | 0 | 4 | 116 | 7 | 71 | 123 | 70 |
| Binary | 11101100 | 11100011 | 110100 | 0 | 100 | 1001110 | 111 | 111001 | 1010011 | 111000 |
Color Harmonies of #ECE334
Complementary color
Monochromatic Colors of #ECE334
Black with #ECE334
Text Example
Text Example
White with #ECE334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE334; }
p { color: rgb(236,227,52); }
H1.HeaderClassName
{
color: #ECE334;
}
.AnyTagClassName
{
color: #ECE334;
}
</style>
background-color css
<style>
a { background-color: #ECE334; }
a { background-color: rgb(236,227,52); }
div.DivClassName
{
background-color: #ECE334;
}
.BgClassName
{
background-color: #ECE334;
}
</style>
border-color css
<style>
span { border-color: #ECE334; }
span { border-color: rgb(236,227,52); }
td.TdClassName
{
border-color: #ECE334;
}
.TagClassName
{
border-color: #ECE334;
}
</style>