Shades of Golden Fizz #ECE52D
Tints of Golden Fizz #ECE52D
RGB
CMYK
RGB Variations
Color information
#ECE52D (or 0xECE52D) is known color: Golden Fizz. HEX triplet: EC, E5 and 2D. RGB value is (236,229,45). Sum of RGB (Red+Green+Blue) = 236+229+45=510 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.27% from 510); Green value is 229 (89.84% from 255 or 44.90% from 510); Blue value is 45 (17.97% from 255 or 8.82% from 510); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE52D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECE52D is #131AD2. Grayscale: #D2D2D2. Windows color (decimal): -1252051 or 3007980. OLE color: 3007980.
HSL color Cylindrical-coordinate representation of color #ECE52D: hue angle of 57.8º 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 #ECE52D is Cyan = 0, Magento = 0.03, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 229 | 45 | - |
| CMYK | 0 | 0.03 | 0.81 | 0.07 |
| HSL | 57.8º | 0.83% | 0.55% | - |
| HSV(B) | 57.8º | 0.81% | 0.93% | - |
| XYZ | 63.09 | 74.06 | 13.45 | - |
| YUV | 210.12 | 34.82 | 146.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 229 | 45 | 0 | 0.03 | 0.81 | 0.07 | 57.8 | 0.83 | 0.55 |
| Hex | EC | E5 | 2D | 0 | 3 | 51 | 7 | 3A | 53 | 37 |
| Octal | 354 | 345 | 55 | 0 | 3 | 121 | 7 | 72 | 123 | 67 |
| Binary | 11101100 | 11100101 | 101101 | 0 | 11 | 1010001 | 111 | 111010 | 1010011 | 110111 |
Color Harmonies of #ECE52D
Complementary color
Monochromatic Colors of #ECE52D
Black with #ECE52D
Text Example
Text Example
White with #ECE52D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE52D; }
p { color: rgb(236,229,45); }
H1.HeaderClassName
{
color: #ECE52D;
}
.AnyTagClassName
{
color: #ECE52D;
}
</style>
background-color css
<style>
a { background-color: #ECE52D; }
a { background-color: rgb(236,229,45); }
div.DivClassName
{
background-color: #ECE52D;
}
.BgClassName
{
background-color: #ECE52D;
}
</style>
border-color css
<style>
span { border-color: #ECE52D; }
span { border-color: rgb(236,229,45); }
td.TdClassName
{
border-color: #ECE52D;
}
.TagClassName
{
border-color: #ECE52D;
}
</style>