Shades of Golden Fizz #ECDD2D
Tints of Golden Fizz #ECDD2D
RGB
CMYK
RGB Variations
Color information
#ECDD2D (or 0xECDD2D) is known color: Golden Fizz. HEX triplet: EC, DD and 2D. RGB value is (236,221,45). Sum of RGB (Red+Green+Blue) = 236+221+45=502 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.01% from 502); Green value is 221 (86.72% from 255 or 44.02% from 502); Blue value is 45 (17.97% from 255 or 8.96% from 502); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDD2D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECDD2D is #1322D2. Grayscale: #CECECE. Windows color (decimal): -1254099 or 3005932. OLE color: 3005932.
HSL color Cylindrical-coordinate representation of color #ECDD2D: hue angle of 55.29º 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 #ECDD2D is Cyan = 0, Magento = 0.06, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 221 | 45 | - |
| CMYK | 0 | 0.06 | 0.81 | 0.07 |
| HSL | 55.29º | 0.83% | 0.55% | - |
| HSV(B) | 55.29º | 0.81% | 0.93% | - |
| XYZ | 60.92 | 69.74 | 12.73 | - |
| YUV | 205.42 | 37.47 | 149.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 221 | 45 | 0 | 0.06 | 0.81 | 0.07 | 55.29 | 0.83 | 0.55 |
| Hex | EC | DD | 2D | 0 | 6 | 51 | 7 | 37 | 53 | 37 |
| Octal | 354 | 335 | 55 | 0 | 6 | 121 | 7 | 67 | 123 | 67 |
| Binary | 11101100 | 11011101 | 101101 | 0 | 110 | 1010001 | 111 | 110111 | 1010011 | 110111 |
Color Harmonies of #ECDD2D
Complementary color
Monochromatic Colors of #ECDD2D
Black with #ECDD2D
Text Example
Text Example
White with #ECDD2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDD2D; }
p { color: rgb(236,221,45); }
H1.HeaderClassName
{
color: #ECDD2D;
}
.AnyTagClassName
{
color: #ECDD2D;
}
</style>
background-color css
<style>
a { background-color: #ECDD2D; }
a { background-color: rgb(236,221,45); }
div.DivClassName
{
background-color: #ECDD2D;
}
.BgClassName
{
background-color: #ECDD2D;
}
</style>
border-color css
<style>
span { border-color: #ECDD2D; }
span { border-color: rgb(236,221,45); }
td.TdClassName
{
border-color: #ECDD2D;
}
.TagClassName
{
border-color: #ECDD2D;
}
</style>