Shades of Golden Fizz #EDE121
Tints of Golden Fizz #EDE121
RGB
CMYK
RGB Variations
Color information
#EDE121 (or 0xEDE121) is known color: Golden Fizz. HEX triplet: ED, E1 and 21. RGB value is (237,225,33). Sum of RGB (Red+Green+Blue) = 237+225+33=495 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.88% from 495); Green value is 225 (88.28% from 255 or 45.45% from 495); Blue value is 33 (13.28% from 255 or 6.67% from 495); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE121 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDE121 is #121EDE. Grayscale: #CFCFCF. Windows color (decimal): -1187551 or 2220525. OLE color: 2220525.
HSL color Cylindrical-coordinate representation of color #EDE121: hue angle of 56.47º 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 #EDE121 is Cyan = 0, Magento = 0.05, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 225 | 33 | - |
| CMYK | 0 | 0.05 | 0.86 | 0.07 |
| HSL | 56.47º | 0.85% | 0.53% | - |
| HSV(B) | 56.47º | 0.86% | 0.93% | - |
| XYZ | 62.12 | 71.96 | 12.06 | - |
| YUV | 206.7 | 29.98 | 149.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 225 | 33 | 0 | 0.05 | 0.86 | 0.07 | 56.47 | 0.85 | 0.53 |
| Hex | ED | E1 | 21 | 0 | 5 | 56 | 7 | 38 | 55 | 35 |
| Octal | 355 | 341 | 41 | 0 | 5 | 126 | 7 | 70 | 125 | 65 |
| Binary | 11101101 | 11100001 | 100001 | 0 | 101 | 1010110 | 111 | 111000 | 1010101 | 110101 |
Color Harmonies of #EDE121
Complementary color
Monochromatic Colors of #EDE121
Black with #EDE121
Text Example
Text Example
White with #EDE121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE121; }
p { color: rgb(237,225,33); }
H1.HeaderClassName
{
color: #EDE121;
}
.AnyTagClassName
{
color: #EDE121;
}
</style>
background-color css
<style>
a { background-color: #EDE121; }
a { background-color: rgb(237,225,33); }
div.DivClassName
{
background-color: #EDE121;
}
.BgClassName
{
background-color: #EDE121;
}
</style>
border-color css
<style>
span { border-color: #EDE121; }
span { border-color: rgb(237,225,33); }
td.TdClassName
{
border-color: #EDE121;
}
.TagClassName
{
border-color: #EDE121;
}
</style>