Shades of Golden Fizz #EDD535
Tints of Golden Fizz #EDD535
RGB
CMYK
RGB Variations
Color information
#EDD535 (or 0xEDD535) is known color: Golden Fizz. HEX triplet: ED, D5 and 35. RGB value is (237,213,53). Sum of RGB (Red+Green+Blue) = 237+213+53=503 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.12% from 503); Green value is 213 (83.59% from 255 or 42.35% from 503); Blue value is 53 (21.09% from 255 or 10.54% from 503); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD535 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD535 is #122ACA. Grayscale: #CACACA. Windows color (decimal): -1190603 or 3528173. OLE color: 3528173.
HSL color Cylindrical-coordinate representation of color #EDD535: hue angle of 52.17º 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 #EDD535 is Cyan = 0, Magento = 0.10, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 213 | 53 | - |
| CMYK | 0 | 0.10 | 0.78 | 0.07 |
| HSL | 52.17º | 0.84% | 0.57% | - |
| HSV(B) | 52.17º | 0.78% | 0.93% | - |
| XYZ | 59.36 | 65.85 | 12.95 | - |
| YUV | 201.94 | 43.95 | 153.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 213 | 53 | 0 | 0.10 | 0.78 | 0.07 | 52.17 | 0.84 | 0.57 |
| Hex | ED | D5 | 35 | 0 | A | 4E | 7 | 34 | 54 | 39 |
| Octal | 355 | 325 | 65 | 0 | 12 | 116 | 7 | 64 | 124 | 71 |
| Binary | 11101101 | 11010101 | 110101 | 0 | 1010 | 1001110 | 111 | 110100 | 1010100 | 111001 |
Color Harmonies of #EDD535
Complementary color
Monochromatic Colors of #EDD535
Black with #EDD535
Text Example
Text Example
White with #EDD535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD535; }
p { color: rgb(237,213,53); }
H1.HeaderClassName
{
color: #EDD535;
}
.AnyTagClassName
{
color: #EDD535;
}
</style>
background-color css
<style>
a { background-color: #EDD535; }
a { background-color: rgb(237,213,53); }
div.DivClassName
{
background-color: #EDD535;
}
.BgClassName
{
background-color: #EDD535;
}
</style>
border-color css
<style>
span { border-color: #EDD535; }
span { border-color: rgb(237,213,53); }
td.TdClassName
{
border-color: #EDD535;
}
.TagClassName
{
border-color: #EDD535;
}
</style>