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