Shades of Golden Fizz #ECDB2C
Tints of Golden Fizz #ECDB2C
RGB
CMYK
RGB Variations
Color information
#ECDB2C (or 0xECDB2C) is known color: Golden Fizz. HEX triplet: EC, DB and 2C. RGB value is (236,219,44). Sum of RGB (Red+Green+Blue) = 236+219+44=499 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.29% from 499); Green value is 219 (85.94% from 255 or 43.89% from 499); Blue value is 44 (17.58% from 255 or 8.82% from 499); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDB2C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECDB2C is #1324D3. Grayscale: #CCCCCC. Windows color (decimal): -1254612 or 2939884. OLE color: 2939884.
HSL color Cylindrical-coordinate representation of color #ECDB2C: hue angle of 54.69º 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 #ECDB2C is Cyan = 0, Magento = 0.07, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 219 | 44 | - |
| CMYK | 0 | 0.07 | 0.81 | 0.07 |
| HSL | 54.69º | 0.83% | 0.55% | - |
| HSV(B) | 54.69º | 0.81% | 0.93% | - |
| XYZ | 60.38 | 68.68 | 12.46 | - |
| YUV | 204.13 | 37.63 | 150.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 219 | 44 | 0 | 0.07 | 0.81 | 0.07 | 54.69 | 0.83 | 0.55 |
| Hex | EC | DB | 2C | 0 | 7 | 51 | 7 | 37 | 53 | 37 |
| Octal | 354 | 333 | 54 | 0 | 7 | 121 | 7 | 67 | 123 | 67 |
| Binary | 11101100 | 11011011 | 101100 | 0 | 111 | 1010001 | 111 | 110111 | 1010011 | 110111 |
Color Harmonies of #ECDB2C
Complementary color
Monochromatic Colors of #ECDB2C
Black with #ECDB2C
Text Example
Text Example
White with #ECDB2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDB2C; }
p { color: rgb(236,219,44); }
H1.HeaderClassName
{
color: #ECDB2C;
}
.AnyTagClassName
{
color: #ECDB2C;
}
</style>
background-color css
<style>
a { background-color: #ECDB2C; }
a { background-color: rgb(236,219,44); }
div.DivClassName
{
background-color: #ECDB2C;
}
.BgClassName
{
background-color: #ECDB2C;
}
</style>
border-color css
<style>
span { border-color: #ECDB2C; }
span { border-color: rgb(236,219,44); }
td.TdClassName
{
border-color: #ECDB2C;
}
.TagClassName
{
border-color: #ECDB2C;
}
</style>