Shades of Golden Fizz #EDD52E
Tints of Golden Fizz #EDD52E
RGB
CMYK
RGB Variations
Color information
#EDD52E (or 0xEDD52E) is known color: Golden Fizz. HEX triplet: ED, D5 and 2E. RGB value is (237,213,46). Sum of RGB (Red+Green+Blue) = 237+213+46=496 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.78% from 496); Green value is 213 (83.59% from 255 or 42.94% from 496); Blue value is 46 (18.36% from 255 or 9.27% from 496); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD52E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD52E is #122AD1. Grayscale: #C9C9C9. Windows color (decimal): -1190610 or 3069421. OLE color: 3069421.
HSL color Cylindrical-coordinate representation of color #EDD52E: hue angle of 52.46º 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 #EDD52E is Cyan = 0, Magento = 0.10, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 213 | 46 | - |
| CMYK | 0 | 0.10 | 0.81 | 0.07 |
| HSL | 52.46º | 0.84% | 0.55% | - |
| HSV(B) | 52.46º | 0.81% | 0.93% | - |
| XYZ | 59.21 | 65.79 | 12.16 | - |
| YUV | 201.14 | 40.45 | 153.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 213 | 46 | 0 | 0.10 | 0.81 | 0.07 | 52.46 | 0.84 | 0.55 |
| Hex | ED | D5 | 2E | 0 | A | 51 | 7 | 34 | 54 | 37 |
| Octal | 355 | 325 | 56 | 0 | 12 | 121 | 7 | 64 | 124 | 67 |
| Binary | 11101101 | 11010101 | 101110 | 0 | 1010 | 1010001 | 111 | 110100 | 1010100 | 110111 |
Color Harmonies of #EDD52E
Complementary color
Monochromatic Colors of #EDD52E
Black with #EDD52E
Text Example
Text Example
White with #EDD52E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD52E; }
p { color: rgb(237,213,46); }
H1.HeaderClassName
{
color: #EDD52E;
}
.AnyTagClassName
{
color: #EDD52E;
}
</style>
background-color css
<style>
a { background-color: #EDD52E; }
a { background-color: rgb(237,213,46); }
div.DivClassName
{
background-color: #EDD52E;
}
.BgClassName
{
background-color: #EDD52E;
}
</style>
border-color css
<style>
span { border-color: #EDD52E; }
span { border-color: rgb(237,213,46); }
td.TdClassName
{
border-color: #EDD52E;
}
.TagClassName
{
border-color: #EDD52E;
}
</style>