Shades of Golden Fizz #EDEC25
Tints of Golden Fizz #EDEC25
RGB
CMYK
RGB Variations
Color information
#EDEC25 (or 0xEDEC25) is known color: Golden Fizz. HEX triplet: ED, EC and 25. RGB value is (237,236,37). Sum of RGB (Red+Green+Blue) = 237+236+37=510 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.47% from 510); Green value is 236 (92.58% from 255 or 46.27% from 510); Blue value is 37 (14.84% from 255 or 7.25% from 510); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEC25 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDEC25 is #1213DA. Grayscale: #D6D6D6. Windows color (decimal): -1184731 or 2485485. OLE color: 2485485.
HSL color Cylindrical-coordinate representation of color #EDEC25: hue angle of 59.7º 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 #EDEC25 is Cyan = 0, Magento = 0.00, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 236 | 37 | - |
| CMYK | 0 | 0.00 | 0.84 | 0.07 |
| HSL | 59.7º | 0.85% | 0.54% | - |
| HSV(B) | 59.7º | 0.84% | 0.93% | - |
| XYZ | 65.25 | 78.13 | 13.39 | - |
| YUV | 213.61 | 28.33 | 144.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 236 | 37 | 0 | 0.00 | 0.84 | 0.07 | 59.7 | 0.85 | 0.54 |
| Hex | ED | EC | 25 | 0 | 0 | 54 | 7 | 3C | 55 | 36 |
| Octal | 355 | 354 | 45 | 0 | 0 | 124 | 7 | 74 | 125 | 66 |
| Binary | 11101101 | 11101100 | 100101 | 0 | 0 | 1010100 | 111 | 111100 | 1010101 | 110110 |
Color Harmonies of #EDEC25
Complementary color
Monochromatic Colors of #EDEC25
Black with #EDEC25
Text Example
Text Example
White with #EDEC25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEC25; }
p { color: rgb(237,236,37); }
H1.HeaderClassName
{
color: #EDEC25;
}
.AnyTagClassName
{
color: #EDEC25;
}
</style>
background-color css
<style>
a { background-color: #EDEC25; }
a { background-color: rgb(237,236,37); }
div.DivClassName
{
background-color: #EDEC25;
}
.BgClassName
{
background-color: #EDEC25;
}
</style>
border-color css
<style>
span { border-color: #EDEC25; }
span { border-color: rgb(237,236,37); }
td.TdClassName
{
border-color: #EDEC25;
}
.TagClassName
{
border-color: #EDEC25;
}
</style>