Shades of Golden Fizz #EDDF1E
Tints of Golden Fizz #EDDF1E
RGB
CMYK
RGB Variations
Color information
#EDDF1E (or 0xEDDF1E) is known color: Golden Fizz. HEX triplet: ED, DF and 1E. RGB value is (237,223,30). Sum of RGB (Red+Green+Blue) = 237+223+30=490 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.37% from 490); Green value is 223 (87.5% from 255 or 45.51% from 490); Blue value is 30 (12.11% from 255 or 6.12% from 490); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDF1E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDDF1E is #1220E1. Grayscale: #CDCDCD. Windows color (decimal): -1188066 or 2023405. OLE color: 2023405.
HSL color Cylindrical-coordinate representation of color #EDDF1E: hue angle of 55.94º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EDDF1E is Cyan = 0, Magento = 0.06, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 223 | 30 | - |
| CMYK | 0 | 0.06 | 0.87 | 0.07 |
| HSL | 55.94º | 0.85% | 0.52% | - |
| HSV(B) | 55.94º | 0.87% | 0.93% | - |
| XYZ | 61.55 | 70.87 | 11.66 | - |
| YUV | 205.18 | 29.14 | 150.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 223 | 30 | 0 | 0.06 | 0.87 | 0.07 | 55.94 | 0.85 | 0.52 |
| Hex | ED | DF | 1E | 0 | 6 | 57 | 7 | 38 | 55 | 34 |
| Octal | 355 | 337 | 36 | 0 | 6 | 127 | 7 | 70 | 125 | 64 |
| Binary | 11101101 | 11011111 | 11110 | 0 | 110 | 1010111 | 111 | 111000 | 1010101 | 110100 |
Color Harmonies of #EDDF1E
Complementary color
Monochromatic Colors of #EDDF1E
Black with #EDDF1E
Text Example
Text Example
White with #EDDF1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDF1E; }
p { color: rgb(237,223,30); }
H1.HeaderClassName
{
color: #EDDF1E;
}
.AnyTagClassName
{
color: #EDDF1E;
}
</style>
background-color css
<style>
a { background-color: #EDDF1E; }
a { background-color: rgb(237,223,30); }
div.DivClassName
{
background-color: #EDDF1E;
}
.BgClassName
{
background-color: #EDDF1E;
}
</style>
border-color css
<style>
span { border-color: #EDDF1E; }
span { border-color: rgb(237,223,30); }
td.TdClassName
{
border-color: #EDDF1E;
}
.TagClassName
{
border-color: #EDDF1E;
}
</style>