Shades of Golden Fizz #ECDD2E
Tints of Golden Fizz #ECDD2E
RGB
CMYK
RGB Variations
Color information
#ECDD2E (or 0xECDD2E) is known color: Golden Fizz. HEX triplet: EC, DD and 2E. RGB value is (236,221,46). Sum of RGB (Red+Green+Blue) = 236+221+46=503 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.92% from 503); Green value is 221 (86.72% from 255 or 43.94% from 503); Blue value is 46 (18.36% from 255 or 9.15% from 503); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDD2E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECDD2E is #1322D1. Grayscale: #CECECE. Windows color (decimal): -1254098 or 3071468. OLE color: 3071468.
HSL color Cylindrical-coordinate representation of color #ECDD2E: hue angle of 55.26º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #ECDD2E is Cyan = 0, Magento = 0.06, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 221 | 46 | - |
| CMYK | 0 | 0.06 | 0.81 | 0.07 |
| HSL | 55.26º | 0.83% | 0.55% | - |
| HSV(B) | 55.26º | 0.81% | 0.93% | - |
| XYZ | 60.94 | 69.74 | 12.83 | - |
| YUV | 205.54 | 37.97 | 149.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 221 | 46 | 0 | 0.06 | 0.81 | 0.07 | 55.26 | 0.83 | 0.55 |
| Hex | EC | DD | 2E | 0 | 6 | 51 | 7 | 37 | 53 | 37 |
| Octal | 354 | 335 | 56 | 0 | 6 | 121 | 7 | 67 | 123 | 67 |
| Binary | 11101100 | 11011101 | 101110 | 0 | 110 | 1010001 | 111 | 110111 | 1010011 | 110111 |
Color Harmonies of #ECDD2E
Complementary color
Monochromatic Colors of #ECDD2E
Black with #ECDD2E
Text Example
Text Example
White with #ECDD2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDD2E; }
p { color: rgb(236,221,46); }
H1.HeaderClassName
{
color: #ECDD2E;
}
.AnyTagClassName
{
color: #ECDD2E;
}
</style>
background-color css
<style>
a { background-color: #ECDD2E; }
a { background-color: rgb(236,221,46); }
div.DivClassName
{
background-color: #ECDD2E;
}
.BgClassName
{
background-color: #ECDD2E;
}
</style>
border-color css
<style>
span { border-color: #ECDD2E; }
span { border-color: rgb(236,221,46); }
td.TdClassName
{
border-color: #ECDD2E;
}
.TagClassName
{
border-color: #ECDD2E;
}
</style>