Shades of Golden Fizz #ECDD36
Tints of Golden Fizz #ECDD36
RGB
CMYK
RGB Variations
Color information
#ECDD36 (or 0xECDD36) is known color: Golden Fizz. HEX triplet: EC, DD and 36. RGB value is (236,221,54). Sum of RGB (Red+Green+Blue) = 236+221+54=511 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.18% from 511); Green value is 221 (86.72% from 255 or 43.25% from 511); Blue value is 54 (21.48% from 255 or 10.57% from 511); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDD36 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECDD36 is #1322C9. Grayscale: #CFCFCF. Windows color (decimal): -1254090 or 3595756. OLE color: 3595756.
HSL color Cylindrical-coordinate representation of color #ECDD36: hue angle of 55.05º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #ECDD36 is Cyan = 0, Magento = 0.06, Yellow = 0.77 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 221 | 54 | - |
| CMYK | 0 | 0.06 | 0.77 | 0.07 |
| HSL | 55.05º | 0.83% | 0.57% | - |
| HSV(B) | 55.05º | 0.77% | 0.93% | - |
| XYZ | 61.11 | 69.81 | 13.74 | - |
| YUV | 206.45 | 41.97 | 149.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 221 | 54 | 0 | 0.06 | 0.77 | 0.07 | 55.05 | 0.83 | 0.57 |
| Hex | EC | DD | 36 | 0 | 6 | 4D | 7 | 37 | 53 | 39 |
| Octal | 354 | 335 | 66 | 0 | 6 | 115 | 7 | 67 | 123 | 71 |
| Binary | 11101100 | 11011101 | 110110 | 0 | 110 | 1001101 | 111 | 110111 | 1010011 | 111001 |
Color Harmonies of #ECDD36
Complementary color
Monochromatic Colors of #ECDD36
Black with #ECDD36
Text Example
Text Example
White with #ECDD36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDD36; }
p { color: rgb(236,221,54); }
H1.HeaderClassName
{
color: #ECDD36;
}
.AnyTagClassName
{
color: #ECDD36;
}
</style>
background-color css
<style>
a { background-color: #ECDD36; }
a { background-color: rgb(236,221,54); }
div.DivClassName
{
background-color: #ECDD36;
}
.BgClassName
{
background-color: #ECDD36;
}
</style>
border-color css
<style>
span { border-color: #ECDD36; }
span { border-color: rgb(236,221,54); }
td.TdClassName
{
border-color: #ECDD36;
}
.TagClassName
{
border-color: #ECDD36;
}
</style>