Shades of Golden Fizz #ECDD26
Tints of Golden Fizz #ECDD26
RGB
CMYK
RGB Variations
Color information
#ECDD26 (or 0xECDD26) is known color: Golden Fizz. HEX triplet: EC, DD and 26. RGB value is (236,221,38). Sum of RGB (Red+Green+Blue) = 236+221+38=495 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.68% from 495); Green value is 221 (86.72% from 255 or 44.65% from 495); Blue value is 38 (15.23% from 255 or 7.68% from 495); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDD26 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECDD26 is #1322D9. Grayscale: #CDCDCD. Windows color (decimal): -1254106 or 2547180. OLE color: 2547180.
HSL color Cylindrical-coordinate representation of color #ECDD26: hue angle of 55.45º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #ECDD26 is Cyan = 0, Magento = 0.06, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 221 | 38 | - |
| CMYK | 0 | 0.06 | 0.84 | 0.07 |
| HSL | 55.45º | 0.84% | 0.54% | - |
| HSV(B) | 55.45º | 0.84% | 0.93% | - |
| XYZ | 60.8 | 69.69 | 12.08 | - |
| YUV | 204.62 | 33.97 | 150.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 221 | 38 | 0 | 0.06 | 0.84 | 0.07 | 55.45 | 0.84 | 0.54 |
| Hex | EC | DD | 26 | 0 | 6 | 54 | 7 | 37 | 54 | 36 |
| Octal | 354 | 335 | 46 | 0 | 6 | 124 | 7 | 67 | 124 | 66 |
| Binary | 11101100 | 11011101 | 100110 | 0 | 110 | 1010100 | 111 | 110111 | 1010100 | 110110 |
Color Harmonies of #ECDD26
Complementary color
Monochromatic Colors of #ECDD26
Black with #ECDD26
Text Example
Text Example
White with #ECDD26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDD26; }
p { color: rgb(236,221,38); }
H1.HeaderClassName
{
color: #ECDD26;
}
.AnyTagClassName
{
color: #ECDD26;
}
</style>
background-color css
<style>
a { background-color: #ECDD26; }
a { background-color: rgb(236,221,38); }
div.DivClassName
{
background-color: #ECDD26;
}
.BgClassName
{
background-color: #ECDD26;
}
</style>
border-color css
<style>
span { border-color: #ECDD26; }
span { border-color: rgb(236,221,38); }
td.TdClassName
{
border-color: #ECDD26;
}
.TagClassName
{
border-color: #ECDD26;
}
</style>