Shades of Golden Fizz #EDD83A
Tints of Golden Fizz #EDD83A
RGB
CMYK
RGB Variations
Color information
#EDD83A (or 0xEDD83A) is known color: Golden Fizz. HEX triplet: ED, D8 and 3A. RGB value is (237,216,58). Sum of RGB (Red+Green+Blue) = 237+216+58=511 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.38% from 511); Green value is 216 (84.77% from 255 or 42.27% from 511); Blue value is 58 (23.05% from 255 or 11.35% from 511); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD83A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD83A is #1227C5. Grayscale: #CCCCCC. Windows color (decimal): -1189830 or 3856621. OLE color: 3856621.
HSL color Cylindrical-coordinate representation of color #EDD83A: hue angle of 52.96º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EDD83A is Cyan = 0, Magento = 0.09, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 216 | 58 | - |
| CMYK | 0 | 0.09 | 0.76 | 0.07 |
| HSL | 52.96º | 0.83% | 0.58% | - |
| HSV(B) | 52.96º | 0.76% | 0.93% | - |
| XYZ | 60.24 | 67.42 | 13.84 | - |
| YUV | 204.27 | 45.46 | 151.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 216 | 58 | 0 | 0.09 | 0.76 | 0.07 | 52.96 | 0.83 | 0.58 |
| Hex | ED | D8 | 3A | 0 | 9 | 4C | 7 | 35 | 53 | 3A |
| Octal | 355 | 330 | 72 | 0 | 11 | 114 | 7 | 65 | 123 | 72 |
| Binary | 11101101 | 11011000 | 111010 | 0 | 1001 | 1001100 | 111 | 110101 | 1010011 | 111010 |
Color Harmonies of #EDD83A
Complementary color
Monochromatic Colors of #EDD83A
Black with #EDD83A
Text Example
Text Example
White with #EDD83A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD83A; }
p { color: rgb(237,216,58); }
H1.HeaderClassName
{
color: #EDD83A;
}
.AnyTagClassName
{
color: #EDD83A;
}
</style>
background-color css
<style>
a { background-color: #EDD83A; }
a { background-color: rgb(237,216,58); }
div.DivClassName
{
background-color: #EDD83A;
}
.BgClassName
{
background-color: #EDD83A;
}
</style>
border-color css
<style>
span { border-color: #EDD83A; }
span { border-color: rgb(237,216,58); }
td.TdClassName
{
border-color: #EDD83A;
}
.TagClassName
{
border-color: #EDD83A;
}
</style>