Shades of Golden Fizz #ECDE29
Tints of Golden Fizz #ECDE29
RGB
CMYK
RGB Variations
Color information
#ECDE29 (or 0xECDE29) is known color: Golden Fizz. HEX triplet: EC, DE and 29. RGB value is (236,222,41). Sum of RGB (Red+Green+Blue) = 236+222+41=499 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.29% from 499); Green value is 222 (87.11% from 255 or 44.49% from 499); Blue value is 41 (16.41% from 255 or 8.22% from 499); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDE29 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECDE29 is #1321D6. Grayscale: #CECECE. Windows color (decimal): -1253847 or 2744044. OLE color: 2744044.
HSL color Cylindrical-coordinate representation of color #ECDE29: hue angle of 55.69º 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 #ECDE29 is Cyan = 0, Magento = 0.06, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 222 | 41 | - |
| CMYK | 0 | 0.06 | 0.83 | 0.07 |
| HSL | 55.69º | 0.84% | 0.54% | - |
| HSV(B) | 55.69º | 0.83% | 0.93% | - |
| XYZ | 61.11 | 70.24 | 12.43 | - |
| YUV | 205.55 | 35.14 | 149.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 222 | 41 | 0 | 0.06 | 0.83 | 0.07 | 55.69 | 0.84 | 0.54 |
| Hex | EC | DE | 29 | 0 | 6 | 53 | 7 | 38 | 54 | 36 |
| Octal | 354 | 336 | 51 | 0 | 6 | 123 | 7 | 70 | 124 | 66 |
| Binary | 11101100 | 11011110 | 101001 | 0 | 110 | 1010011 | 111 | 111000 | 1010100 | 110110 |
Color Harmonies of #ECDE29
Complementary color
Monochromatic Colors of #ECDE29
Black with #ECDE29
Text Example
Text Example
White with #ECDE29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDE29; }
p { color: rgb(236,222,41); }
H1.HeaderClassName
{
color: #ECDE29;
}
.AnyTagClassName
{
color: #ECDE29;
}
</style>
background-color css
<style>
a { background-color: #ECDE29; }
a { background-color: rgb(236,222,41); }
div.DivClassName
{
background-color: #ECDE29;
}
.BgClassName
{
background-color: #ECDE29;
}
</style>
border-color css
<style>
span { border-color: #ECDE29; }
span { border-color: rgb(236,222,41); }
td.TdClassName
{
border-color: #ECDE29;
}
.TagClassName
{
border-color: #ECDE29;
}
</style>