Shades of Golden Fizz #ECDA2D
Tints of Golden Fizz #ECDA2D
RGB
CMYK
RGB Variations
Color information
#ECDA2D (or 0xECDA2D) is known color: Golden Fizz. HEX triplet: EC, DA and 2D. RGB value is (236,218,45). Sum of RGB (Red+Green+Blue) = 236+218+45=499 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.29% from 499); Green value is 218 (85.55% from 255 or 43.69% from 499); Blue value is 45 (17.97% from 255 or 9.02% from 499); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDA2D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECDA2D is #1325D2. Grayscale: #CCCCCC. Windows color (decimal): -1254867 or 3005164. OLE color: 3005164.
HSL color Cylindrical-coordinate representation of color #ECDA2D: hue angle of 54.35º 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 #ECDA2D is Cyan = 0, Magento = 0.08, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 218 | 45 | - |
| CMYK | 0 | 0.08 | 0.81 | 0.07 |
| HSL | 54.35º | 0.83% | 0.55% | - |
| HSV(B) | 54.35º | 0.81% | 0.93% | - |
| XYZ | 60.14 | 68.17 | 12.47 | - |
| YUV | 203.66 | 38.46 | 151.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 218 | 45 | 0 | 0.08 | 0.81 | 0.07 | 54.35 | 0.83 | 0.55 |
| Hex | EC | DA | 2D | 0 | 8 | 51 | 7 | 36 | 53 | 37 |
| Octal | 354 | 332 | 55 | 0 | 10 | 121 | 7 | 66 | 123 | 67 |
| Binary | 11101100 | 11011010 | 101101 | 0 | 1000 | 1010001 | 111 | 110110 | 1010011 | 110111 |
Color Harmonies of #ECDA2D
Complementary color
Monochromatic Colors of #ECDA2D
Black with #ECDA2D
Text Example
Text Example
White with #ECDA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDA2D; }
p { color: rgb(236,218,45); }
H1.HeaderClassName
{
color: #ECDA2D;
}
.AnyTagClassName
{
color: #ECDA2D;
}
</style>
background-color css
<style>
a { background-color: #ECDA2D; }
a { background-color: rgb(236,218,45); }
div.DivClassName
{
background-color: #ECDA2D;
}
.BgClassName
{
background-color: #ECDA2D;
}
</style>
border-color css
<style>
span { border-color: #ECDA2D; }
span { border-color: rgb(236,218,45); }
td.TdClassName
{
border-color: #ECDA2D;
}
.TagClassName
{
border-color: #ECDA2D;
}
</style>