Shades of Golden Fizz #ECE52C
Tints of Golden Fizz #ECE52C
RGB
CMYK
RGB Variations
Color information
#ECE52C (or 0xECE52C) is known color: Golden Fizz. HEX triplet: EC, E5 and 2C. RGB value is (236,229,44). Sum of RGB (Red+Green+Blue) = 236+229+44=509 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.37% from 509); Green value is 229 (89.84% from 255 or 44.99% from 509); Blue value is 44 (17.58% from 255 or 8.64% from 509); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE52C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECE52C is #131AD3. Grayscale: #D2D2D2. Windows color (decimal): -1252052 or 2942444. OLE color: 2942444.
HSL color Cylindrical-coordinate representation of color #ECE52C: hue angle of 57.81º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #ECE52C is Cyan = 0, Magento = 0.03, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 229 | 44 | - |
| CMYK | 0 | 0.03 | 0.81 | 0.07 |
| HSL | 57.81º | 0.83% | 0.55% | - |
| HSV(B) | 57.81º | 0.81% | 0.93% | - |
| XYZ | 63.07 | 74.05 | 13.35 | - |
| YUV | 210 | 34.32 | 146.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 229 | 44 | 0 | 0.03 | 0.81 | 0.07 | 57.81 | 0.83 | 0.55 |
| Hex | EC | E5 | 2C | 0 | 3 | 51 | 7 | 3A | 53 | 37 |
| Octal | 354 | 345 | 54 | 0 | 3 | 121 | 7 | 72 | 123 | 67 |
| Binary | 11101100 | 11100101 | 101100 | 0 | 11 | 1010001 | 111 | 111010 | 1010011 | 110111 |
Color Harmonies of #ECE52C
Complementary color
Monochromatic Colors of #ECE52C
Black with #ECE52C
Text Example
Text Example
White with #ECE52C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE52C; }
p { color: rgb(236,229,44); }
H1.HeaderClassName
{
color: #ECE52C;
}
.AnyTagClassName
{
color: #ECE52C;
}
</style>
background-color css
<style>
a { background-color: #ECE52C; }
a { background-color: rgb(236,229,44); }
div.DivClassName
{
background-color: #ECE52C;
}
.BgClassName
{
background-color: #ECE52C;
}
</style>
border-color css
<style>
span { border-color: #ECE52C; }
span { border-color: rgb(236,229,44); }
td.TdClassName
{
border-color: #ECE52C;
}
.TagClassName
{
border-color: #ECE52C;
}
</style>