Shades of Golden Fizz #ECDD33
Tints of Golden Fizz #ECDD33
RGB
CMYK
RGB Variations
Color information
#ECDD33 (or 0xECDD33) is known color: Golden Fizz. HEX triplet: EC, DD and 33. RGB value is (236,221,51). Sum of RGB (Red+Green+Blue) = 236+221+51=508 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.46% from 508); Green value is 221 (86.72% from 255 or 43.50% from 508); Blue value is 51 (20.31% from 255 or 10.04% from 508); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDD33 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECDD33 is #1322CC. Grayscale: #CECECE. Windows color (decimal): -1254093 or 3399148. OLE color: 3399148.
HSL color Cylindrical-coordinate representation of color #ECDD33: hue angle of 55.14º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ECDD33 is Cyan = 0, Magento = 0.06, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 221 | 51 | - |
| CMYK | 0 | 0.06 | 0.78 | 0.07 |
| HSL | 55.14º | 0.83% | 0.56% | - |
| HSV(B) | 55.14º | 0.78% | 0.93% | - |
| XYZ | 61.05 | 69.78 | 13.38 | - |
| YUV | 206.11 | 40.47 | 149.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 221 | 51 | 0 | 0.06 | 0.78 | 0.07 | 55.14 | 0.83 | 0.56 |
| Hex | EC | DD | 33 | 0 | 6 | 4E | 7 | 37 | 53 | 38 |
| Octal | 354 | 335 | 63 | 0 | 6 | 116 | 7 | 67 | 123 | 70 |
| Binary | 11101100 | 11011101 | 110011 | 0 | 110 | 1001110 | 111 | 110111 | 1010011 | 111000 |
Color Harmonies of #ECDD33
Complementary color
Monochromatic Colors of #ECDD33
Black with #ECDD33
Text Example
Text Example
White with #ECDD33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDD33; }
p { color: rgb(236,221,51); }
H1.HeaderClassName
{
color: #ECDD33;
}
.AnyTagClassName
{
color: #ECDD33;
}
</style>
background-color css
<style>
a { background-color: #ECDD33; }
a { background-color: rgb(236,221,51); }
div.DivClassName
{
background-color: #ECDD33;
}
.BgClassName
{
background-color: #ECDD33;
}
</style>
border-color css
<style>
span { border-color: #ECDD33; }
span { border-color: rgb(236,221,51); }
td.TdClassName
{
border-color: #ECDD33;
}
.TagClassName
{
border-color: #ECDD33;
}
</style>