Shades of Golden Fizz #EDDF2E
Tints of Golden Fizz #EDDF2E
RGB
CMYK
RGB Variations
Color information
#EDDF2E (or 0xEDDF2E) is known color: Golden Fizz. HEX triplet: ED, DF and 2E. RGB value is (237,223,46). Sum of RGB (Red+Green+Blue) = 237+223+46=506 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.84% from 506); Green value is 223 (87.5% from 255 or 44.07% from 506); Blue value is 46 (18.36% from 255 or 9.09% from 506); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDF2E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDDF2E is #1220D1. Grayscale: #CFCFCF. Windows color (decimal): -1188050 or 3071981. OLE color: 3071981.
HSL color Cylindrical-coordinate representation of color #EDDF2E: hue angle of 55.6º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EDDF2E is Cyan = 0, Magento = 0.06, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 223 | 46 | - |
| CMYK | 0 | 0.06 | 0.81 | 0.07 |
| HSL | 55.6º | 0.84% | 0.55% | - |
| HSV(B) | 55.6º | 0.81% | 0.93% | - |
| XYZ | 61.81 | 70.98 | 13.03 | - |
| YUV | 207.01 | 37.14 | 149.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 223 | 46 | 0 | 0.06 | 0.81 | 0.07 | 55.6 | 0.84 | 0.55 |
| Hex | ED | DF | 2E | 0 | 6 | 51 | 7 | 38 | 54 | 37 |
| Octal | 355 | 337 | 56 | 0 | 6 | 121 | 7 | 70 | 124 | 67 |
| Binary | 11101101 | 11011111 | 101110 | 0 | 110 | 1010001 | 111 | 111000 | 1010100 | 110111 |
Color Harmonies of #EDDF2E
Complementary color
Monochromatic Colors of #EDDF2E
Black with #EDDF2E
Text Example
Text Example
White with #EDDF2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDF2E; }
p { color: rgb(237,223,46); }
H1.HeaderClassName
{
color: #EDDF2E;
}
.AnyTagClassName
{
color: #EDDF2E;
}
</style>
background-color css
<style>
a { background-color: #EDDF2E; }
a { background-color: rgb(237,223,46); }
div.DivClassName
{
background-color: #EDDF2E;
}
.BgClassName
{
background-color: #EDDF2E;
}
</style>
border-color css
<style>
span { border-color: #EDDF2E; }
span { border-color: rgb(237,223,46); }
td.TdClassName
{
border-color: #EDDF2E;
}
.TagClassName
{
border-color: #EDDF2E;
}
</style>