Shades of Golden Fizz #EDE52D
Tints of Golden Fizz #EDE52D
RGB
CMYK
RGB Variations
Color information
#EDE52D (or 0xEDE52D) is known color: Golden Fizz. HEX triplet: ED, E5 and 2D. RGB value is (237,229,45). Sum of RGB (Red+Green+Blue) = 237+229+45=511 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.38% from 511); Green value is 229 (89.84% from 255 or 44.81% from 511); Blue value is 45 (17.97% from 255 or 8.81% from 511); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE52D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDE52D is #121AD2. Grayscale: #D3D3D3. Windows color (decimal): -1186515 or 3007981. OLE color: 3007981.
HSL color Cylindrical-coordinate representation of color #EDE52D: hue angle of 57.5º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EDE52D is Cyan = 0, Magento = 0.03, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 229 | 45 | - |
| CMYK | 0 | 0.03 | 0.81 | 0.07 |
| HSL | 57.5º | 0.84% | 0.55% | - |
| HSV(B) | 57.5º | 0.81% | 0.93% | - |
| XYZ | 63.42 | 74.23 | 13.47 | - |
| YUV | 210.42 | 34.65 | 146.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 229 | 45 | 0 | 0.03 | 0.81 | 0.07 | 57.5 | 0.84 | 0.55 |
| Hex | ED | E5 | 2D | 0 | 3 | 51 | 7 | 3A | 54 | 37 |
| Octal | 355 | 345 | 55 | 0 | 3 | 121 | 7 | 72 | 124 | 67 |
| Binary | 11101101 | 11100101 | 101101 | 0 | 11 | 1010001 | 111 | 111010 | 1010100 | 110111 |
Color Harmonies of #EDE52D
Complementary color
Monochromatic Colors of #EDE52D
Black with #EDE52D
Text Example
Text Example
White with #EDE52D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE52D; }
p { color: rgb(237,229,45); }
H1.HeaderClassName
{
color: #EDE52D;
}
.AnyTagClassName
{
color: #EDE52D;
}
</style>
background-color css
<style>
a { background-color: #EDE52D; }
a { background-color: rgb(237,229,45); }
div.DivClassName
{
background-color: #EDE52D;
}
.BgClassName
{
background-color: #EDE52D;
}
</style>
border-color css
<style>
span { border-color: #EDE52D; }
span { border-color: rgb(237,229,45); }
td.TdClassName
{
border-color: #EDE52D;
}
.TagClassName
{
border-color: #EDE52D;
}
</style>