Shades of Golden Fizz #ECDC33
Tints of Golden Fizz #ECDC33
RGB
CMYK
RGB Variations
Color information
#ECDC33 (or 0xECDC33) is known color: Golden Fizz. HEX triplet: EC, DC and 33. RGB value is (236,220,51). Sum of RGB (Red+Green+Blue) = 236+220+51=507 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.55% from 507); Green value is 220 (86.33% from 255 or 43.39% from 507); Blue value is 51 (20.31% from 255 or 10.06% from 507); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDC33 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECDC33 is #1323CC. Grayscale: #CECECE. Windows color (decimal): -1254349 or 3398892. OLE color: 3398892.
HSL color Cylindrical-coordinate representation of color #ECDC33: hue angle of 54.81º 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 #ECDC33 is Cyan = 0, Magento = 0.07, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 220 | 51 | - |
| CMYK | 0 | 0.07 | 0.78 | 0.07 |
| HSL | 54.81º | 0.83% | 0.56% | - |
| HSV(B) | 54.81º | 0.78% | 0.93% | - |
| XYZ | 60.78 | 69.26 | 13.3 | - |
| YUV | 205.52 | 40.8 | 149.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 220 | 51 | 0 | 0.07 | 0.78 | 0.07 | 54.81 | 0.83 | 0.56 |
| Hex | EC | DC | 33 | 0 | 7 | 4E | 7 | 37 | 53 | 38 |
| Octal | 354 | 334 | 63 | 0 | 7 | 116 | 7 | 67 | 123 | 70 |
| Binary | 11101100 | 11011100 | 110011 | 0 | 111 | 1001110 | 111 | 110111 | 1010011 | 111000 |
Color Harmonies of #ECDC33
Complementary color
Monochromatic Colors of #ECDC33
Black with #ECDC33
Text Example
Text Example
White with #ECDC33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDC33; }
p { color: rgb(236,220,51); }
H1.HeaderClassName
{
color: #ECDC33;
}
.AnyTagClassName
{
color: #ECDC33;
}
</style>
background-color css
<style>
a { background-color: #ECDC33; }
a { background-color: rgb(236,220,51); }
div.DivClassName
{
background-color: #ECDC33;
}
.BgClassName
{
background-color: #ECDC33;
}
</style>
border-color css
<style>
span { border-color: #ECDC33; }
span { border-color: rgb(236,220,51); }
td.TdClassName
{
border-color: #ECDC33;
}
.TagClassName
{
border-color: #ECDC33;
}
</style>