Shades of Golden Fizz #ECDB2D
Tints of Golden Fizz #ECDB2D
RGB
CMYK
RGB Variations
Color information
#ECDB2D (or 0xECDB2D) is known color: Golden Fizz. HEX triplet: EC, DB and 2D. RGB value is (236,219,45). Sum of RGB (Red+Green+Blue) = 236+219+45=500 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.2% from 500); Green value is 219 (85.94% from 255 or 43.8% from 500); Blue value is 45 (17.97% from 255 or 9% from 500); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDB2D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECDB2D is #1324D2. Grayscale: #CCCCCC. Windows color (decimal): -1254611 or 3005420. OLE color: 3005420.
HSL color Cylindrical-coordinate representation of color #ECDB2D: hue angle of 54.66º 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 #ECDB2D is Cyan = 0, Magento = 0.07, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 219 | 45 | - |
| CMYK | 0 | 0.07 | 0.81 | 0.07 |
| HSL | 54.66º | 0.83% | 0.55% | - |
| HSV(B) | 54.66º | 0.81% | 0.93% | - |
| XYZ | 60.4 | 68.69 | 12.56 | - |
| YUV | 204.25 | 38.13 | 150.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 219 | 45 | 0 | 0.07 | 0.81 | 0.07 | 54.66 | 0.83 | 0.55 |
| Hex | EC | DB | 2D | 0 | 7 | 51 | 7 | 37 | 53 | 37 |
| Octal | 354 | 333 | 55 | 0 | 7 | 121 | 7 | 67 | 123 | 67 |
| Binary | 11101100 | 11011011 | 101101 | 0 | 111 | 1010001 | 111 | 110111 | 1010011 | 110111 |
Color Harmonies of #ECDB2D
Complementary color
Monochromatic Colors of #ECDB2D
Black with #ECDB2D
Text Example
Text Example
White with #ECDB2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDB2D; }
p { color: rgb(236,219,45); }
H1.HeaderClassName
{
color: #ECDB2D;
}
.AnyTagClassName
{
color: #ECDB2D;
}
</style>
background-color css
<style>
a { background-color: #ECDB2D; }
a { background-color: rgb(236,219,45); }
div.DivClassName
{
background-color: #ECDB2D;
}
.BgClassName
{
background-color: #ECDB2D;
}
</style>
border-color css
<style>
span { border-color: #ECDB2D; }
span { border-color: rgb(236,219,45); }
td.TdClassName
{
border-color: #ECDB2D;
}
.TagClassName
{
border-color: #ECDB2D;
}
</style>