Shades of Golden Fizz #EDD73B
Tints of Golden Fizz #EDD73B
RGB
CMYK
RGB Variations
Color information
#EDD73B (or 0xEDD73B) is known color: Golden Fizz. HEX triplet: ED, D7 and 3B. RGB value is (237,215,59). Sum of RGB (Red+Green+Blue) = 237+215+59=511 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.38% from 511); Green value is 215 (84.38% from 255 or 42.07% from 511); Blue value is 59 (23.44% from 255 or 11.55% from 511); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD73B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD73B is #1228C4. Grayscale: #CCCCCC. Windows color (decimal): -1190085 or 3921901. OLE color: 3921901.
HSL color Cylindrical-coordinate representation of color #EDD73B: hue angle of 52.58º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EDD73B is Cyan = 0, Magento = 0.09, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 215 | 59 | - |
| CMYK | 0 | 0.09 | 0.75 | 0.07 |
| HSL | 52.58º | 0.83% | 0.58% | - |
| HSV(B) | 52.58º | 0.75% | 0.93% | - |
| XYZ | 60.01 | 66.92 | 13.89 | - |
| YUV | 203.79 | 46.29 | 151.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 215 | 59 | 0 | 0.09 | 0.75 | 0.07 | 52.58 | 0.83 | 0.58 |
| Hex | ED | D7 | 3B | 0 | 9 | 4B | 7 | 35 | 53 | 3A |
| Octal | 355 | 327 | 73 | 0 | 11 | 113 | 7 | 65 | 123 | 72 |
| Binary | 11101101 | 11010111 | 111011 | 0 | 1001 | 1001011 | 111 | 110101 | 1010011 | 111010 |
Color Harmonies of #EDD73B
Complementary color
Monochromatic Colors of #EDD73B
Black with #EDD73B
Text Example
Text Example
White with #EDD73B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD73B; }
p { color: rgb(237,215,59); }
H1.HeaderClassName
{
color: #EDD73B;
}
.AnyTagClassName
{
color: #EDD73B;
}
</style>
background-color css
<style>
a { background-color: #EDD73B; }
a { background-color: rgb(237,215,59); }
div.DivClassName
{
background-color: #EDD73B;
}
.BgClassName
{
background-color: #EDD73B;
}
</style>
border-color css
<style>
span { border-color: #EDD73B; }
span { border-color: rgb(237,215,59); }
td.TdClassName
{
border-color: #EDD73B;
}
.TagClassName
{
border-color: #EDD73B;
}
</style>