Shades of Golden Fizz #EDED25
Tints of Golden Fizz #EDED25
RGB
CMYK
RGB Variations
Color information
#EDED25 (or 0xEDED25) is known color: Golden Fizz. HEX triplet: ED, ED and 25. RGB value is (237,237,37). Sum of RGB (Red+Green+Blue) = 237+237+37=511 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.38% from 511); Green value is 237 (92.97% from 255 or 46.38% from 511); Blue value is 37 (14.84% from 255 or 7.24% from 511); Max value from RGB is 237 - color contains mainly: red, green. Hex color #EDED25 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDED25 is #1212DA. Grayscale: #D6D6D6. Windows color (decimal): -1184475 or 2485741. OLE color: 2485741.
HSL color Cylindrical-coordinate representation of color #EDED25: hue angle of 60º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EDED25 is Cyan = 0, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 237 | 37 | - |
| CMYK | 0 | 0 | 0.84 | 0.07 |
| HSL | 60º | 0.85% | 0.54% | - |
| HSV(B) | 60º | 0.84% | 0.93% | - |
| XYZ | 65.54 | 78.71 | 13.49 | - |
| YUV | 214.2 | 28 | 144.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 237 | 37 | 0 | 0 | 0.84 | 0.07 | 60 | 0.85 | 0.54 |
| Hex | ED | ED | 25 | 0 | 0 | 54 | 7 | 3C | 55 | 36 |
| Octal | 355 | 355 | 45 | 0 | 0 | 124 | 7 | 74 | 125 | 66 |
| Binary | 11101101 | 11101101 | 100101 | 0 | 0 | 1010100 | 111 | 111100 | 1010101 | 110110 |
Color Harmonies of #EDED25
Complementary color
Monochromatic Colors of #EDED25
Black with #EDED25
Text Example
Text Example
White with #EDED25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDED25; }
p { color: rgb(237,237,37); }
H1.HeaderClassName
{
color: #EDED25;
}
.AnyTagClassName
{
color: #EDED25;
}
</style>
background-color css
<style>
a { background-color: #EDED25; }
a { background-color: rgb(237,237,37); }
div.DivClassName
{
background-color: #EDED25;
}
.BgClassName
{
background-color: #EDED25;
}
</style>
border-color css
<style>
span { border-color: #EDED25; }
span { border-color: rgb(237,237,37); }
td.TdClassName
{
border-color: #EDED25;
}
.TagClassName
{
border-color: #EDED25;
}
</style>