Shades of Golden Fizz #ECDF21
Tints of Golden Fizz #ECDF21
RGB
CMYK
RGB Variations
Color information
#ECDF21 (or 0xECDF21) is known color: Golden Fizz. HEX triplet: EC, DF and 21. RGB value is (236,223,33). Sum of RGB (Red+Green+Blue) = 236+223+33=492 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.97% from 492); Green value is 223 (87.5% from 255 or 45.33% from 492); Blue value is 33 (13.28% from 255 or 6.71% from 492); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDF21 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECDF21 is #1320DE. Grayscale: #CECECE. Windows color (decimal): -1253599 or 2220012. OLE color: 2220012.
HSL color Cylindrical-coordinate representation of color #ECDF21: hue angle of 56.16º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #ECDF21 is Cyan = 0, Magento = 0.06, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 223 | 33 | - |
| CMYK | 0 | 0.06 | 0.86 | 0.07 |
| HSL | 56.16º | 0.84% | 0.53% | - |
| HSV(B) | 56.16º | 0.86% | 0.93% | - |
| XYZ | 61.25 | 70.72 | 11.86 | - |
| YUV | 205.23 | 30.81 | 149.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 223 | 33 | 0 | 0.06 | 0.86 | 0.07 | 56.16 | 0.84 | 0.53 |
| Hex | EC | DF | 21 | 0 | 6 | 56 | 7 | 38 | 54 | 35 |
| Octal | 354 | 337 | 41 | 0 | 6 | 126 | 7 | 70 | 124 | 65 |
| Binary | 11101100 | 11011111 | 100001 | 0 | 110 | 1010110 | 111 | 111000 | 1010100 | 110101 |
Color Harmonies of #ECDF21
Complementary color
Monochromatic Colors of #ECDF21
Black with #ECDF21
Text Example
Text Example
White with #ECDF21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDF21; }
p { color: rgb(236,223,33); }
H1.HeaderClassName
{
color: #ECDF21;
}
.AnyTagClassName
{
color: #ECDF21;
}
</style>
background-color css
<style>
a { background-color: #ECDF21; }
a { background-color: rgb(236,223,33); }
div.DivClassName
{
background-color: #ECDF21;
}
.BgClassName
{
background-color: #ECDF21;
}
</style>
border-color css
<style>
span { border-color: #ECDF21; }
span { border-color: rgb(236,223,33); }
td.TdClassName
{
border-color: #ECDF21;
}
.TagClassName
{
border-color: #ECDF21;
}
</style>