Shades of Golden Fizz #EDDF3A
Tints of Golden Fizz #EDDF3A
RGB
CMYK
RGB Variations
Color information
#EDDF3A (or 0xEDDF3A) is known color: Golden Fizz. HEX triplet: ED, DF and 3A. RGB value is (237,223,58). Sum of RGB (Red+Green+Blue) = 237+223+58=518 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.75% from 518); Green value is 223 (87.5% from 255 or 43.05% from 518); Blue value is 58 (23.05% from 255 or 11.20% from 518); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDF3A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDDF3A is #1220C5. Grayscale: #D1D1D1. Windows color (decimal): -1188038 or 3858413. OLE color: 3858413.
HSL color Cylindrical-coordinate representation of color #EDDF3A: hue angle of 55.31º 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 #EDDF3A is Cyan = 0, Magento = 0.06, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 223 | 58 | - |
| CMYK | 0 | 0.06 | 0.76 | 0.07 |
| HSL | 55.31º | 0.83% | 0.58% | - |
| HSV(B) | 55.31º | 0.76% | 0.93% | - |
| XYZ | 62.08 | 71.09 | 14.45 | - |
| YUV | 208.38 | 43.14 | 148.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 223 | 58 | 0 | 0.06 | 0.76 | 0.07 | 55.31 | 0.83 | 0.58 |
| Hex | ED | DF | 3A | 0 | 6 | 4C | 7 | 37 | 53 | 3A |
| Octal | 355 | 337 | 72 | 0 | 6 | 114 | 7 | 67 | 123 | 72 |
| Binary | 11101101 | 11011111 | 111010 | 0 | 110 | 1001100 | 111 | 110111 | 1010011 | 111010 |
Color Harmonies of #EDDF3A
Complementary color
Monochromatic Colors of #EDDF3A
Black with #EDDF3A
Text Example
Text Example
White with #EDDF3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDF3A; }
p { color: rgb(237,223,58); }
H1.HeaderClassName
{
color: #EDDF3A;
}
.AnyTagClassName
{
color: #EDDF3A;
}
</style>
background-color css
<style>
a { background-color: #EDDF3A; }
a { background-color: rgb(237,223,58); }
div.DivClassName
{
background-color: #EDDF3A;
}
.BgClassName
{
background-color: #EDDF3A;
}
</style>
border-color css
<style>
span { border-color: #EDDF3A; }
span { border-color: rgb(237,223,58); }
td.TdClassName
{
border-color: #EDDF3A;
}
.TagClassName
{
border-color: #EDDF3A;
}
</style>