Shades of Golden Fizz #ECDC31
Tints of Golden Fizz #ECDC31
RGB
CMYK
RGB Variations
Color information
#ECDC31 (or 0xECDC31) is known color: Golden Fizz. HEX triplet: EC, DC and 31. RGB value is (236,220,49). Sum of RGB (Red+Green+Blue) = 236+220+49=505 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.73% from 505); Green value is 220 (86.33% from 255 or 43.56% from 505); Blue value is 49 (19.53% from 255 or 9.70% from 505); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDC31 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECDC31 is #1323CE. Grayscale: #CDCDCD. Windows color (decimal): -1254351 or 3267820. OLE color: 3267820.
HSL color Cylindrical-coordinate representation of color #ECDC31: hue angle of 54.87º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #ECDC31 is Cyan = 0, Magento = 0.07, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 220 | 49 | - |
| CMYK | 0 | 0.07 | 0.79 | 0.07 |
| HSL | 54.87º | 0.83% | 0.56% | - |
| HSV(B) | 54.87º | 0.79% | 0.93% | - |
| XYZ | 60.74 | 69.24 | 13.07 | - |
| YUV | 205.29 | 39.8 | 149.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 220 | 49 | 0 | 0.07 | 0.79 | 0.07 | 54.87 | 0.83 | 0.56 |
| Hex | EC | DC | 31 | 0 | 7 | 4F | 7 | 37 | 53 | 38 |
| Octal | 354 | 334 | 61 | 0 | 7 | 117 | 7 | 67 | 123 | 70 |
| Binary | 11101100 | 11011100 | 110001 | 0 | 111 | 1001111 | 111 | 110111 | 1010011 | 111000 |
Color Harmonies of #ECDC31
Complementary color
Monochromatic Colors of #ECDC31
Black with #ECDC31
Text Example
Text Example
White with #ECDC31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDC31; }
p { color: rgb(236,220,49); }
H1.HeaderClassName
{
color: #ECDC31;
}
.AnyTagClassName
{
color: #ECDC31;
}
</style>
background-color css
<style>
a { background-color: #ECDC31; }
a { background-color: rgb(236,220,49); }
div.DivClassName
{
background-color: #ECDC31;
}
.BgClassName
{
background-color: #ECDC31;
}
</style>
border-color css
<style>
span { border-color: #ECDC31; }
span { border-color: rgb(236,220,49); }
td.TdClassName
{
border-color: #ECDC31;
}
.TagClassName
{
border-color: #ECDC31;
}
</style>