Shades of Golden Fizz #EDE025
Tints of Golden Fizz #EDE025
RGB
CMYK
RGB Variations
Color information
#EDE025 (or 0xEDE025) is known color: Golden Fizz. HEX triplet: ED, E0 and 25. RGB value is (237,224,37). Sum of RGB (Red+Green+Blue) = 237+224+37=498 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.59% from 498); Green value is 224 (87.89% from 255 or 44.98% from 498); Blue value is 37 (14.84% from 255 or 7.43% from 498); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE025 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDE025 is #121FDA. Grayscale: #CFCFCF. Windows color (decimal): -1187803 or 2482413. OLE color: 2482413.
HSL color Cylindrical-coordinate representation of color #EDE025: hue angle of 56.1º 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 #EDE025 is Cyan = 0, Magento = 0.05, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 224 | 37 | - |
| CMYK | 0 | 0.05 | 0.84 | 0.07 |
| HSL | 56.1º | 0.85% | 0.54% | - |
| HSV(B) | 56.1º | 0.84% | 0.93% | - |
| XYZ | 61.91 | 71.45 | 12.28 | - |
| YUV | 206.57 | 32.31 | 149.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 224 | 37 | 0 | 0.05 | 0.84 | 0.07 | 56.1 | 0.85 | 0.54 |
| Hex | ED | E0 | 25 | 0 | 5 | 54 | 7 | 38 | 55 | 36 |
| Octal | 355 | 340 | 45 | 0 | 5 | 124 | 7 | 70 | 125 | 66 |
| Binary | 11101101 | 11100000 | 100101 | 0 | 101 | 1010100 | 111 | 111000 | 1010101 | 110110 |
Color Harmonies of #EDE025
Complementary color
Monochromatic Colors of #EDE025
Black with #EDE025
Text Example
Text Example
White with #EDE025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE025; }
p { color: rgb(237,224,37); }
H1.HeaderClassName
{
color: #EDE025;
}
.AnyTagClassName
{
color: #EDE025;
}
</style>
background-color css
<style>
a { background-color: #EDE025; }
a { background-color: rgb(237,224,37); }
div.DivClassName
{
background-color: #EDE025;
}
.BgClassName
{
background-color: #EDE025;
}
</style>
border-color css
<style>
span { border-color: #EDE025; }
span { border-color: rgb(237,224,37); }
td.TdClassName
{
border-color: #EDE025;
}
.TagClassName
{
border-color: #EDE025;
}
</style>