Shades of Golden Fizz #ECED22
Tints of Golden Fizz #ECED22
RGB
CMYK
RGB Variations
Color information
#ECED22 (or 0xECED22) is known color: Golden Fizz. HEX triplet: EC, ED and 22. RGB value is (236,237,34). Sum of RGB (Red+Green+Blue) = 236+237+34=507 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.55% from 507); Green value is 237 (92.97% from 255 or 46.75% from 507); Blue value is 34 (13.67% from 255 or 6.71% from 507); Max value from RGB is 237 - color contains mainly: green. Hex color #ECED22 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECED22 is #1312DD. Grayscale: #D6D6D6. Windows color (decimal): -1250014 or 2289132. OLE color: 2289132.
HSL color Cylindrical-coordinate representation of color #ECED22: hue angle of 60.3º 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 #ECED22 is Cyan = 0.00, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 237 | 34 | - |
| CMYK | 0.00 | 0 | 0.86 | 0.07 |
| HSL | 60.3º | 0.85% | 0.53% | - |
| HSV(B) | 60.3º | 0.86% | 0.93% | - |
| XYZ | 65.16 | 78.52 | 13.23 | - |
| YUV | 213.56 | 26.67 | 144.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 237 | 34 | 0.00 | 0 | 0.86 | 0.07 | 60.3 | 0.85 | 0.53 |
| Hex | EC | ED | 22 | 0 | 0 | 56 | 7 | 3C | 55 | 35 |
| Octal | 354 | 355 | 42 | 0 | 0 | 126 | 7 | 74 | 125 | 65 |
| Binary | 11101100 | 11101101 | 100010 | 0 | 0 | 1010110 | 111 | 111100 | 1010101 | 110101 |
Color Harmonies of #ECED22
Complementary color
Monochromatic Colors of #ECED22
Black with #ECED22
Text Example
Text Example
White with #ECED22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECED22; }
p { color: rgb(236,237,34); }
H1.HeaderClassName
{
color: #ECED22;
}
.AnyTagClassName
{
color: #ECED22;
}
</style>
background-color css
<style>
a { background-color: #ECED22; }
a { background-color: rgb(236,237,34); }
div.DivClassName
{
background-color: #ECED22;
}
.BgClassName
{
background-color: #ECED22;
}
</style>
border-color css
<style>
span { border-color: #ECED22; }
span { border-color: rgb(236,237,34); }
td.TdClassName
{
border-color: #ECED22;
}
.TagClassName
{
border-color: #ECED22;
}
</style>