Shades of Golden Fizz #EDED21
Tints of Golden Fizz #EDED21
RGB
CMYK
RGB Variations
Color information
#EDED21 (or 0xEDED21) is known color: Golden Fizz. HEX triplet: ED, ED and 21. RGB value is (237,237,33). Sum of RGB (Red+Green+Blue) = 237+237+33=507 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.75% from 507); Green value is 237 (92.97% from 255 or 46.75% from 507); Blue value is 33 (13.28% from 255 or 6.51% from 507); Max value from RGB is 237 - color contains mainly: red, green. Hex color #EDED21 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDED21 is #1212DE. Grayscale: #D6D6D6. Windows color (decimal): -1184479 or 2223597. OLE color: 2223597.
HSL color Cylindrical-coordinate representation of color #EDED21: hue angle of 60º 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 #EDED21 is Cyan = 0, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 237 | 33 | - |
CMYK | 0 | 0 | 0.86 | 0.07 |
HSL | 60º | 0.85% | 0.53% | - |
HSV(B) | 60º | 0.86% | 0.93% | - |
XYZ | 65.48 | 78.68 | 13.17 | - |
YUV | 213.74 | 26 | 144.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 237 | 33 | 0 | 0 | 0.86 | 0.07 | 60 | 0.85 | 0.53 |
Hex | ED | ED | 21 | 0 | 0 | 56 | 7 | 3C | 55 | 35 |
Octal | 355 | 355 | 41 | 0 | 0 | 126 | 7 | 74 | 125 | 65 |
Binary | 11101101 | 11101101 | 100001 | 0 | 0 | 1010110 | 111 | 111100 | 1010101 | 110101 |
Color Harmonies of #EDED21
Complementary color
Monochromatic Colors of #EDED21
Black with #EDED21
Text Example
Text Example
White with #EDED21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDED21; }
p { color: rgb(237,237,33); }
H1.HeaderClassName
{
color: #EDED21;
}
.AnyTagClassName
{
color: #EDED21;
}
</style>
background-color css
<style>
a { background-color: #EDED21; }
a { background-color: rgb(237,237,33); }
div.DivClassName
{
background-color: #EDED21;
}
.BgClassName
{
background-color: #EDED21;
}
</style>
border-color css
<style>
span { border-color: #EDED21; }
span { border-color: rgb(237,237,33); }
td.TdClassName
{
border-color: #EDED21;
}
.TagClassName
{
border-color: #EDED21;
}
</style>