Shades of Golden Fizz #EDD534
Tints of Golden Fizz #EDD534
RGB
CMYK
RGB Variations
Color information
#EDD534 (or 0xEDD534) is known color: Golden Fizz. HEX triplet: ED, D5 and 34. RGB value is (237,213,52). Sum of RGB (Red+Green+Blue) = 237+213+52=502 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.21% from 502); Green value is 213 (83.59% from 255 or 42.43% from 502); Blue value is 52 (20.70% from 255 or 10.36% from 502); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD534 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD534 is #122ACB. Grayscale: #CACACA. Windows color (decimal): -1190604 or 3462637. OLE color: 3462637.
HSL color Cylindrical-coordinate representation of color #EDD534: hue angle of 52.22º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EDD534 is Cyan = 0, Magento = 0.10, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 213 | 52 | - |
| CMYK | 0 | 0.10 | 0.78 | 0.07 |
| HSL | 52.22º | 0.84% | 0.57% | - |
| HSV(B) | 52.22º | 0.78% | 0.93% | - |
| XYZ | 59.34 | 65.84 | 12.83 | - |
| YUV | 201.82 | 43.45 | 153.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 213 | 52 | 0 | 0.10 | 0.78 | 0.07 | 52.22 | 0.84 | 0.57 |
| Hex | ED | D5 | 34 | 0 | A | 4E | 7 | 34 | 54 | 39 |
| Octal | 355 | 325 | 64 | 0 | 12 | 116 | 7 | 64 | 124 | 71 |
| Binary | 11101101 | 11010101 | 110100 | 0 | 1010 | 1001110 | 111 | 110100 | 1010100 | 111001 |
Color Harmonies of #EDD534
Complementary color
Monochromatic Colors of #EDD534
Black with #EDD534
Text Example
Text Example
White with #EDD534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD534; }
p { color: rgb(237,213,52); }
H1.HeaderClassName
{
color: #EDD534;
}
.AnyTagClassName
{
color: #EDD534;
}
</style>
background-color css
<style>
a { background-color: #EDD534; }
a { background-color: rgb(237,213,52); }
div.DivClassName
{
background-color: #EDD534;
}
.BgClassName
{
background-color: #EDD534;
}
</style>
border-color css
<style>
span { border-color: #EDD534; }
span { border-color: rgb(237,213,52); }
td.TdClassName
{
border-color: #EDD534;
}
.TagClassName
{
border-color: #EDD534;
}
</style>