Shades of Golden Fizz #ECDD28
Tints of Golden Fizz #ECDD28
RGB
CMYK
RGB Variations
Color information
#ECDD28 (or 0xECDD28) is known color: Golden Fizz. HEX triplet: EC, DD and 28. RGB value is (236,221,40). Sum of RGB (Red+Green+Blue) = 236+221+40=497 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.48% from 497); Green value is 221 (86.72% from 255 or 44.47% from 497); Blue value is 40 (16.02% from 255 or 8.05% from 497); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDD28 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECDD28 is #1322D7. Grayscale: #CDCDCD. Windows color (decimal): -1254104 or 2678252. OLE color: 2678252.
HSL color Cylindrical-coordinate representation of color #ECDD28: hue angle of 55.41º 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 #ECDD28 is Cyan = 0, Magento = 0.06, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 221 | 40 | - |
| CMYK | 0 | 0.06 | 0.83 | 0.07 |
| HSL | 55.41º | 0.84% | 0.54% | - |
| HSV(B) | 55.41º | 0.83% | 0.93% | - |
| XYZ | 60.83 | 69.7 | 12.25 | - |
| YUV | 204.85 | 34.97 | 150.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 221 | 40 | 0 | 0.06 | 0.83 | 0.07 | 55.41 | 0.84 | 0.54 |
| Hex | EC | DD | 28 | 0 | 6 | 53 | 7 | 37 | 54 | 36 |
| Octal | 354 | 335 | 50 | 0 | 6 | 123 | 7 | 67 | 124 | 66 |
| Binary | 11101100 | 11011101 | 101000 | 0 | 110 | 1010011 | 111 | 110111 | 1010100 | 110110 |
Color Harmonies of #ECDD28
Complementary color
Monochromatic Colors of #ECDD28
Black with #ECDD28
Text Example
Text Example
White with #ECDD28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDD28; }
p { color: rgb(236,221,40); }
H1.HeaderClassName
{
color: #ECDD28;
}
.AnyTagClassName
{
color: #ECDD28;
}
</style>
background-color css
<style>
a { background-color: #ECDD28; }
a { background-color: rgb(236,221,40); }
div.DivClassName
{
background-color: #ECDD28;
}
.BgClassName
{
background-color: #ECDD28;
}
</style>
border-color css
<style>
span { border-color: #ECDD28; }
span { border-color: rgb(236,221,40); }
td.TdClassName
{
border-color: #ECDD28;
}
.TagClassName
{
border-color: #ECDD28;
}
</style>