Shades of Golden Fizz #ECDD1F
Tints of Golden Fizz #ECDD1F
RGB
CMYK
RGB Variations
Color information
#ECDD1F (or 0xECDD1F) is known color: Golden Fizz. HEX triplet: EC, DD and 1F. RGB value is (236,221,31). Sum of RGB (Red+Green+Blue) = 236+221+31=488 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.36% from 488); Green value is 221 (86.72% from 255 or 45.29% from 488); Blue value is 31 (12.5% from 255 or 6.35% from 488); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDD1F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECDD1F is #1322E0. Grayscale: #CCCCCC. Windows color (decimal): -1254113 or 2088428. OLE color: 2088428.
HSL color Cylindrical-coordinate representation of color #ECDD1F: hue angle of 55.61º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #ECDD1F is Cyan = 0, Magento = 0.06, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 221 | 31 | - |
| CMYK | 0 | 0.06 | 0.87 | 0.07 |
| HSL | 55.61º | 0.84% | 0.52% | - |
| HSV(B) | 55.61º | 0.87% | 0.93% | - |
| XYZ | 60.7 | 69.64 | 11.54 | - |
| YUV | 203.83 | 30.47 | 150.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 221 | 31 | 0 | 0.06 | 0.87 | 0.07 | 55.61 | 0.84 | 0.52 |
| Hex | EC | DD | 1F | 0 | 6 | 57 | 7 | 38 | 54 | 34 |
| Octal | 354 | 335 | 37 | 0 | 6 | 127 | 7 | 70 | 124 | 64 |
| Binary | 11101100 | 11011101 | 11111 | 0 | 110 | 1010111 | 111 | 111000 | 1010100 | 110100 |
Color Harmonies of #ECDD1F
Complementary color
Monochromatic Colors of #ECDD1F
Black with #ECDD1F
Text Example
Text Example
White with #ECDD1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDD1F; }
p { color: rgb(236,221,31); }
H1.HeaderClassName
{
color: #ECDD1F;
}
.AnyTagClassName
{
color: #ECDD1F;
}
</style>
background-color css
<style>
a { background-color: #ECDD1F; }
a { background-color: rgb(236,221,31); }
div.DivClassName
{
background-color: #ECDD1F;
}
.BgClassName
{
background-color: #ECDD1F;
}
</style>
border-color css
<style>
span { border-color: #ECDD1F; }
span { border-color: rgb(236,221,31); }
td.TdClassName
{
border-color: #ECDD1F;
}
.TagClassName
{
border-color: #ECDD1F;
}
</style>