Shades of Golden Fizz #ECE229
Tints of Golden Fizz #ECE229
RGB
CMYK
RGB Variations
Color information
#ECE229 (or 0xECE229) is known color: Golden Fizz. HEX triplet: EC, E2 and 29. RGB value is (236,226,41). Sum of RGB (Red+Green+Blue) = 236+226+41=503 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.92% from 503); Green value is 226 (88.67% from 255 or 44.93% from 503); Blue value is 41 (16.41% from 255 or 8.15% from 503); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE229 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECE229 is #131DD6. Grayscale: #D0D0D0. Windows color (decimal): -1252823 or 2745068. OLE color: 2745068.
HSL color Cylindrical-coordinate representation of color #ECE229: hue angle of 56.92º 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 #ECE229 is Cyan = 0, Magento = 0.04, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 226 | 41 | - |
| CMYK | 0 | 0.04 | 0.83 | 0.07 |
| HSL | 56.92º | 0.84% | 0.54% | - |
| HSV(B) | 56.92º | 0.83% | 0.93% | - |
| XYZ | 62.19 | 72.39 | 12.79 | - |
| YUV | 207.9 | 33.81 | 148.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 226 | 41 | 0 | 0.04 | 0.83 | 0.07 | 56.92 | 0.84 | 0.54 |
| Hex | EC | E2 | 29 | 0 | 4 | 53 | 7 | 39 | 54 | 36 |
| Octal | 354 | 342 | 51 | 0 | 4 | 123 | 7 | 71 | 124 | 66 |
| Binary | 11101100 | 11100010 | 101001 | 0 | 100 | 1010011 | 111 | 111001 | 1010100 | 110110 |
Color Harmonies of #ECE229
Complementary color
Monochromatic Colors of #ECE229
Black with #ECE229
Text Example
Text Example
White with #ECE229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE229; }
p { color: rgb(236,226,41); }
H1.HeaderClassName
{
color: #ECE229;
}
.AnyTagClassName
{
color: #ECE229;
}
</style>
background-color css
<style>
a { background-color: #ECE229; }
a { background-color: rgb(236,226,41); }
div.DivClassName
{
background-color: #ECE229;
}
.BgClassName
{
background-color: #ECE229;
}
</style>
border-color css
<style>
span { border-color: #ECE229; }
span { border-color: rgb(236,226,41); }
td.TdClassName
{
border-color: #ECE229;
}
.TagClassName
{
border-color: #ECE229;
}
</style>