Shades of Golden Fizz #ECED21
Tints of Golden Fizz #ECED21
RGB
CMYK
RGB Variations
Color information
#ECED21 (or 0xECED21) is known color: Golden Fizz. HEX triplet: EC, ED and 21. RGB value is (236,237,33). Sum of RGB (Red+Green+Blue) = 236+237+33=506 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.64% from 506); Green value is 237 (92.97% from 255 or 46.84% from 506); Blue value is 33 (13.28% from 255 or 6.52% from 506); Max value from RGB is 237 - color contains mainly: green. Hex color #ECED21 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECED21 is #1312DE. Grayscale: #D6D6D6. Windows color (decimal): -1250015 or 2223596. OLE color: 2223596.
HSL color Cylindrical-coordinate representation of color #ECED21: hue angle of 60.29º degrees, saturation: 0.85, 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 #ECED21 is Cyan = 0.00, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 237 | 33 | - |
| CMYK | 0.00 | 0 | 0.86 | 0.07 |
| HSL | 60.29º | 0.85% | 0.53% | - |
| HSV(B) | 60.29º | 0.86% | 0.93% | - |
| XYZ | 65.15 | 78.51 | 13.16 | - |
| YUV | 213.45 | 26.17 | 144.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 237 | 33 | 0.00 | 0 | 0.86 | 0.07 | 60.29 | 0.85 | 0.53 |
| Hex | EC | ED | 21 | 0 | 0 | 56 | 7 | 3C | 55 | 35 |
| Octal | 354 | 355 | 41 | 0 | 0 | 126 | 7 | 74 | 125 | 65 |
| Binary | 11101100 | 11101101 | 100001 | 0 | 0 | 1010110 | 111 | 111100 | 1010101 | 110101 |
Color Harmonies of #ECED21
Complementary color
Monochromatic Colors of #ECED21
Black with #ECED21
Text Example
Text Example
White with #ECED21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECED21; }
p { color: rgb(236,237,33); }
H1.HeaderClassName
{
color: #ECED21;
}
.AnyTagClassName
{
color: #ECED21;
}
</style>
background-color css
<style>
a { background-color: #ECED21; }
a { background-color: rgb(236,237,33); }
div.DivClassName
{
background-color: #ECED21;
}
.BgClassName
{
background-color: #ECED21;
}
</style>
border-color css
<style>
span { border-color: #ECED21; }
span { border-color: rgb(236,237,33); }
td.TdClassName
{
border-color: #ECED21;
}
.TagClassName
{
border-color: #ECED21;
}
</style>