Shades of Golden Fizz #EDDF25
Tints of Golden Fizz #EDDF25
RGB
CMYK
RGB Variations
Color information
#EDDF25 (or 0xEDDF25) is known color: Golden Fizz. HEX triplet: ED, DF and 25. RGB value is (237,223,37). Sum of RGB (Red+Green+Blue) = 237+223+37=497 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.69% from 497); Green value is 223 (87.5% from 255 or 44.87% from 497); Blue value is 37 (14.84% from 255 or 7.44% from 497); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDF25 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDDF25 is #1220DA. Grayscale: #CECECE. Windows color (decimal): -1188059 or 2482157. OLE color: 2482157.
HSL color Cylindrical-coordinate representation of color #EDDF25: hue angle of 55.8º 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 #EDDF25 is Cyan = 0, Magento = 0.06, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 223 | 37 | - |
| CMYK | 0 | 0.06 | 0.84 | 0.07 |
| HSL | 55.8º | 0.85% | 0.54% | - |
| HSV(B) | 55.8º | 0.84% | 0.93% | - |
| XYZ | 61.65 | 70.91 | 12.19 | - |
| YUV | 205.98 | 32.64 | 150.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 223 | 37 | 0 | 0.06 | 0.84 | 0.07 | 55.8 | 0.85 | 0.54 |
| Hex | ED | DF | 25 | 0 | 6 | 54 | 7 | 38 | 55 | 36 |
| Octal | 355 | 337 | 45 | 0 | 6 | 124 | 7 | 70 | 125 | 66 |
| Binary | 11101101 | 11011111 | 100101 | 0 | 110 | 1010100 | 111 | 111000 | 1010101 | 110110 |
Color Harmonies of #EDDF25
Complementary color
Monochromatic Colors of #EDDF25
Black with #EDDF25
Text Example
Text Example
White with #EDDF25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDF25; }
p { color: rgb(237,223,37); }
H1.HeaderClassName
{
color: #EDDF25;
}
.AnyTagClassName
{
color: #EDDF25;
}
</style>
background-color css
<style>
a { background-color: #EDDF25; }
a { background-color: rgb(237,223,37); }
div.DivClassName
{
background-color: #EDDF25;
}
.BgClassName
{
background-color: #EDDF25;
}
</style>
border-color css
<style>
span { border-color: #EDDF25; }
span { border-color: rgb(237,223,37); }
td.TdClassName
{
border-color: #EDDF25;
}
.TagClassName
{
border-color: #EDDF25;
}
</style>