Shades of Golden Fizz #EDD530
Tints of Golden Fizz #EDD530
RGB
CMYK
RGB Variations
Color information
#EDD530 (or 0xEDD530) is known color: Golden Fizz. HEX triplet: ED, D5 and 30. RGB value is (237,213,48). Sum of RGB (Red+Green+Blue) = 237+213+48=498 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.59% from 498); Green value is 213 (83.59% from 255 or 42.77% from 498); Blue value is 48 (19.14% from 255 or 9.64% from 498); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD530 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD530 is #122ACF. Grayscale: #CACACA. Windows color (decimal): -1190608 or 3200493. OLE color: 3200493.
HSL color Cylindrical-coordinate representation of color #EDD530: hue angle of 52.38º 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 #EDD530 is Cyan = 0, Magento = 0.10, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 213 | 48 | - |
| CMYK | 0 | 0.10 | 0.80 | 0.07 |
| HSL | 52.38º | 0.84% | 0.56% | - |
| HSV(B) | 52.38º | 0.8% | 0.93% | - |
| XYZ | 59.25 | 65.81 | 12.38 | - |
| YUV | 201.37 | 41.45 | 153.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 213 | 48 | 0 | 0.10 | 0.80 | 0.07 | 52.38 | 0.84 | 0.56 |
| Hex | ED | D5 | 30 | 0 | A | 50 | 7 | 34 | 54 | 38 |
| Octal | 355 | 325 | 60 | 0 | 12 | 120 | 7 | 64 | 124 | 70 |
| Binary | 11101101 | 11010101 | 110000 | 0 | 1010 | 1010000 | 111 | 110100 | 1010100 | 111000 |
Color Harmonies of #EDD530
Complementary color
Monochromatic Colors of #EDD530
Black with #EDD530
Text Example
Text Example
White with #EDD530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD530; }
p { color: rgb(237,213,48); }
H1.HeaderClassName
{
color: #EDD530;
}
.AnyTagClassName
{
color: #EDD530;
}
</style>
background-color css
<style>
a { background-color: #EDD530; }
a { background-color: rgb(237,213,48); }
div.DivClassName
{
background-color: #EDD530;
}
.BgClassName
{
background-color: #EDD530;
}
</style>
border-color css
<style>
span { border-color: #EDD530; }
span { border-color: rgb(237,213,48); }
td.TdClassName
{
border-color: #EDD530;
}
.TagClassName
{
border-color: #EDD530;
}
</style>