Shades of Golden Fizz #ECD52C
Tints of Golden Fizz #ECD52C
RGB
CMYK
RGB Variations
Color information
#ECD52C (or 0xECD52C) is known color: Golden Fizz. HEX triplet: EC, D5 and 2C. RGB value is (236,213,44). Sum of RGB (Red+Green+Blue) = 236+213+44=493 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.87% from 493); Green value is 213 (83.59% from 255 or 43.20% from 493); Blue value is 44 (17.58% from 255 or 8.92% from 493); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD52C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECD52C is #132AD3. Grayscale: #C9C9C9. Windows color (decimal): -1256148 or 2938348. OLE color: 2938348.
HSL color Cylindrical-coordinate representation of color #ECD52C: hue angle of 52.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 #ECD52C is Cyan = 0, Magento = 0.10, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 213 | 44 | - |
| CMYK | 0 | 0.10 | 0.81 | 0.07 |
| HSL | 52.81º | 0.83% | 0.55% | - |
| HSV(B) | 52.81º | 0.81% | 0.93% | - |
| XYZ | 58.84 | 65.6 | 11.94 | - |
| YUV | 200.61 | 39.62 | 153.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 213 | 44 | 0 | 0.10 | 0.81 | 0.07 | 52.81 | 0.83 | 0.55 |
| Hex | EC | D5 | 2C | 0 | A | 51 | 7 | 35 | 53 | 37 |
| Octal | 354 | 325 | 54 | 0 | 12 | 121 | 7 | 65 | 123 | 67 |
| Binary | 11101100 | 11010101 | 101100 | 0 | 1010 | 1010001 | 111 | 110101 | 1010011 | 110111 |
Color Harmonies of #ECD52C
Complementary color
Monochromatic Colors of #ECD52C
Black with #ECD52C
Text Example
Text Example
White with #ECD52C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD52C; }
p { color: rgb(236,213,44); }
H1.HeaderClassName
{
color: #ECD52C;
}
.AnyTagClassName
{
color: #ECD52C;
}
</style>
background-color css
<style>
a { background-color: #ECD52C; }
a { background-color: rgb(236,213,44); }
div.DivClassName
{
background-color: #ECD52C;
}
.BgClassName
{
background-color: #ECD52C;
}
</style>
border-color css
<style>
span { border-color: #ECD52C; }
span { border-color: rgb(236,213,44); }
td.TdClassName
{
border-color: #ECD52C;
}
.TagClassName
{
border-color: #ECD52C;
}
</style>