Shades of Golden Fizz #ECDC29
Tints of Golden Fizz #ECDC29
RGB
CMYK
RGB Variations
Color information
#ECDC29 (or 0xECDC29) is known color: Golden Fizz. HEX triplet: EC, DC and 29. RGB value is (236,220,41). Sum of RGB (Red+Green+Blue) = 236+220+41=497 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.48% from 497); Green value is 220 (86.33% from 255 or 44.27% from 497); Blue value is 41 (16.41% from 255 or 8.25% from 497); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDC29 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECDC29 is #1323D6. Grayscale: #CDCDCD. Windows color (decimal): -1254359 or 2743532. OLE color: 2743532.
HSL color Cylindrical-coordinate representation of color #ECDC29: hue angle of 55.08º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #ECDC29 is Cyan = 0, Magento = 0.07, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 220 | 41 | - |
| CMYK | 0 | 0.07 | 0.83 | 0.07 |
| HSL | 55.08º | 0.84% | 0.54% | - |
| HSV(B) | 55.08º | 0.83% | 0.93% | - |
| XYZ | 60.59 | 69.18 | 12.26 | - |
| YUV | 204.38 | 35.8 | 150.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 220 | 41 | 0 | 0.07 | 0.83 | 0.07 | 55.08 | 0.84 | 0.54 |
| Hex | EC | DC | 29 | 0 | 7 | 53 | 7 | 37 | 54 | 36 |
| Octal | 354 | 334 | 51 | 0 | 7 | 123 | 7 | 67 | 124 | 66 |
| Binary | 11101100 | 11011100 | 101001 | 0 | 111 | 1010011 | 111 | 110111 | 1010100 | 110110 |
Color Harmonies of #ECDC29
Complementary color
Monochromatic Colors of #ECDC29
Black with #ECDC29
Text Example
Text Example
White with #ECDC29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDC29; }
p { color: rgb(236,220,41); }
H1.HeaderClassName
{
color: #ECDC29;
}
.AnyTagClassName
{
color: #ECDC29;
}
</style>
background-color css
<style>
a { background-color: #ECDC29; }
a { background-color: rgb(236,220,41); }
div.DivClassName
{
background-color: #ECDC29;
}
.BgClassName
{
background-color: #ECDC29;
}
</style>
border-color css
<style>
span { border-color: #ECDC29; }
span { border-color: rgb(236,220,41); }
td.TdClassName
{
border-color: #ECDC29;
}
.TagClassName
{
border-color: #ECDC29;
}
</style>