Shades of Golden Fizz #ECD336
Tints of Golden Fizz #ECD336
RGB
CMYK
RGB Variations
Color information
#ECD336 (or 0xECD336) is known color: Golden Fizz. HEX triplet: EC, D3 and 36. RGB value is (236,211,54). Sum of RGB (Red+Green+Blue) = 236+211+54=501 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.11% from 501); Green value is 211 (82.81% from 255 or 42.12% from 501); Blue value is 54 (21.48% from 255 or 10.78% from 501); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD336 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECD336 is #132CC9. Grayscale: #C9C9C9. Windows color (decimal): -1256650 or 3593196. OLE color: 3593196.
HSL color Cylindrical-coordinate representation of color #ECD336: hue angle of 51.76º 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 #ECD336 is Cyan = 0, Magento = 0.11, Yellow = 0.77 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 211 | 54 | - |
| CMYK | 0 | 0.11 | 0.77 | 0.07 |
| HSL | 51.76º | 0.83% | 0.57% | - |
| HSV(B) | 51.76º | 0.77% | 0.93% | - |
| XYZ | 58.55 | 64.69 | 12.89 | - |
| YUV | 200.58 | 45.28 | 153.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 211 | 54 | 0 | 0.11 | 0.77 | 0.07 | 51.76 | 0.83 | 0.57 |
| Hex | EC | D3 | 36 | 0 | B | 4D | 7 | 34 | 53 | 39 |
| Octal | 354 | 323 | 66 | 0 | 13 | 115 | 7 | 64 | 123 | 71 |
| Binary | 11101100 | 11010011 | 110110 | 0 | 1011 | 1001101 | 111 | 110100 | 1010011 | 111001 |
Color Harmonies of #ECD336
Complementary color
Monochromatic Colors of #ECD336
Black with #ECD336
Text Example
Text Example
White with #ECD336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD336; }
p { color: rgb(236,211,54); }
H1.HeaderClassName
{
color: #ECD336;
}
.AnyTagClassName
{
color: #ECD336;
}
</style>
background-color css
<style>
a { background-color: #ECD336; }
a { background-color: rgb(236,211,54); }
div.DivClassName
{
background-color: #ECD336;
}
.BgClassName
{
background-color: #ECD336;
}
</style>
border-color css
<style>
span { border-color: #ECD336; }
span { border-color: rgb(236,211,54); }
td.TdClassName
{
border-color: #ECD336;
}
.TagClassName
{
border-color: #ECD336;
}
</style>