Shades of Golden Fizz #ECE232
Tints of Golden Fizz #ECE232
RGB
CMYK
RGB Variations
Color information
#ECE232 (or 0xECE232) is known color: Golden Fizz. HEX triplet: EC, E2 and 32. RGB value is (236,226,50). Sum of RGB (Red+Green+Blue) = 236+226+50=512 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.09% from 512); Green value is 226 (88.67% from 255 or 44.14% from 512); Blue value is 50 (19.92% from 255 or 9.77% from 512); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE232 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECE232 is #131DCD. Grayscale: #D1D1D1. Windows color (decimal): -1252814 or 3334892. OLE color: 3334892.
HSL color Cylindrical-coordinate representation of color #ECE232: hue angle of 56.77º 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 #ECE232 is Cyan = 0, Magento = 0.04, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 226 | 50 | - |
| CMYK | 0 | 0.04 | 0.79 | 0.07 |
| HSL | 56.77º | 0.83% | 0.56% | - |
| HSV(B) | 56.77º | 0.79% | 0.93% | - |
| XYZ | 62.36 | 72.46 | 13.72 | - |
| YUV | 208.93 | 38.31 | 147.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 226 | 50 | 0 | 0.04 | 0.79 | 0.07 | 56.77 | 0.83 | 0.56 |
| Hex | EC | E2 | 32 | 0 | 4 | 4F | 7 | 39 | 53 | 38 |
| Octal | 354 | 342 | 62 | 0 | 4 | 117 | 7 | 71 | 123 | 70 |
| Binary | 11101100 | 11100010 | 110010 | 0 | 100 | 1001111 | 111 | 111001 | 1010011 | 111000 |
Color Harmonies of #ECE232
Complementary color
Monochromatic Colors of #ECE232
Black with #ECE232
Text Example
Text Example
White with #ECE232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE232; }
p { color: rgb(236,226,50); }
H1.HeaderClassName
{
color: #ECE232;
}
.AnyTagClassName
{
color: #ECE232;
}
</style>
background-color css
<style>
a { background-color: #ECE232; }
a { background-color: rgb(236,226,50); }
div.DivClassName
{
background-color: #ECE232;
}
.BgClassName
{
background-color: #ECE232;
}
</style>
border-color css
<style>
span { border-color: #ECE232; }
span { border-color: rgb(236,226,50); }
td.TdClassName
{
border-color: #ECE232;
}
.TagClassName
{
border-color: #ECE232;
}
</style>