Shades of Golden Fizz #ECDA2C
Tints of Golden Fizz #ECDA2C
RGB
CMYK
RGB Variations
Color information
#ECDA2C (or 0xECDA2C) is known color: Golden Fizz. HEX triplet: EC, DA and 2C. RGB value is (236,218,44). Sum of RGB (Red+Green+Blue) = 236+218+44=498 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.39% from 498); Green value is 218 (85.55% from 255 or 43.78% from 498); Blue value is 44 (17.58% from 255 or 8.84% from 498); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDA2C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECDA2C is #1325D3. Grayscale: #CCCCCC. Windows color (decimal): -1254868 or 2939628. OLE color: 2939628.
HSL color Cylindrical-coordinate representation of color #ECDA2C: hue angle of 54.38º 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 #ECDA2C is Cyan = 0, Magento = 0.08, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 218 | 44 | - |
| CMYK | 0 | 0.08 | 0.81 | 0.07 |
| HSL | 54.38º | 0.83% | 0.55% | - |
| HSV(B) | 54.38º | 0.81% | 0.93% | - |
| XYZ | 60.12 | 68.16 | 12.37 | - |
| YUV | 203.55 | 37.96 | 151.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 218 | 44 | 0 | 0.08 | 0.81 | 0.07 | 54.38 | 0.83 | 0.55 |
| Hex | EC | DA | 2C | 0 | 8 | 51 | 7 | 36 | 53 | 37 |
| Octal | 354 | 332 | 54 | 0 | 10 | 121 | 7 | 66 | 123 | 67 |
| Binary | 11101100 | 11011010 | 101100 | 0 | 1000 | 1010001 | 111 | 110110 | 1010011 | 110111 |
Color Harmonies of #ECDA2C
Complementary color
Monochromatic Colors of #ECDA2C
Black with #ECDA2C
Text Example
Text Example
White with #ECDA2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDA2C; }
p { color: rgb(236,218,44); }
H1.HeaderClassName
{
color: #ECDA2C;
}
.AnyTagClassName
{
color: #ECDA2C;
}
</style>
background-color css
<style>
a { background-color: #ECDA2C; }
a { background-color: rgb(236,218,44); }
div.DivClassName
{
background-color: #ECDA2C;
}
.BgClassName
{
background-color: #ECDA2C;
}
</style>
border-color css
<style>
span { border-color: #ECDA2C; }
span { border-color: rgb(236,218,44); }
td.TdClassName
{
border-color: #ECDA2C;
}
.TagClassName
{
border-color: #ECDA2C;
}
</style>