Shades of Golden Fizz #EDD52F
Tints of Golden Fizz #EDD52F
RGB
CMYK
RGB Variations
Color information
#EDD52F (or 0xEDD52F) is known color: Golden Fizz. HEX triplet: ED, D5 and 2F. RGB value is (237,213,47). Sum of RGB (Red+Green+Blue) = 237+213+47=497 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.69% from 497); Green value is 213 (83.59% from 255 or 42.86% from 497); Blue value is 47 (18.75% from 255 or 9.46% from 497); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD52F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD52F is #122AD0. Grayscale: #C9C9C9. Windows color (decimal): -1190609 or 3134957. OLE color: 3134957.
HSL color Cylindrical-coordinate representation of color #EDD52F: hue angle of 52.42º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EDD52F is Cyan = 0, Magento = 0.10, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 213 | 47 | - |
| CMYK | 0 | 0.10 | 0.80 | 0.07 |
| HSL | 52.42º | 0.84% | 0.56% | - |
| HSV(B) | 52.42º | 0.8% | 0.93% | - |
| XYZ | 59.23 | 65.8 | 12.27 | - |
| YUV | 201.25 | 40.95 | 153.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 213 | 47 | 0 | 0.10 | 0.80 | 0.07 | 52.42 | 0.84 | 0.56 |
| Hex | ED | D5 | 2F | 0 | A | 50 | 7 | 34 | 54 | 38 |
| Octal | 355 | 325 | 57 | 0 | 12 | 120 | 7 | 64 | 124 | 70 |
| Binary | 11101101 | 11010101 | 101111 | 0 | 1010 | 1010000 | 111 | 110100 | 1010100 | 111000 |
Color Harmonies of #EDD52F
Complementary color
Monochromatic Colors of #EDD52F
Black with #EDD52F
Text Example
Text Example
White with #EDD52F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD52F; }
p { color: rgb(237,213,47); }
H1.HeaderClassName
{
color: #EDD52F;
}
.AnyTagClassName
{
color: #EDD52F;
}
</style>
background-color css
<style>
a { background-color: #EDD52F; }
a { background-color: rgb(237,213,47); }
div.DivClassName
{
background-color: #EDD52F;
}
.BgClassName
{
background-color: #EDD52F;
}
</style>
border-color css
<style>
span { border-color: #EDD52F; }
span { border-color: rgb(237,213,47); }
td.TdClassName
{
border-color: #EDD52F;
}
.TagClassName
{
border-color: #EDD52F;
}
</style>