Shades of Golden Fizz #EDDE38
Tints of Golden Fizz #EDDE38
RGB
CMYK
RGB Variations
Color information
#EDDE38 (or 0xEDDE38) is known color: Golden Fizz. HEX triplet: ED, DE and 38. RGB value is (237,222,56). Sum of RGB (Red+Green+Blue) = 237+222+56=515 (68% of max value = 765). Red value is 237 (92.97% from 255 or 46.02% from 515); Green value is 222 (87.11% from 255 or 43.11% from 515); Blue value is 56 (22.27% from 255 or 10.87% from 515); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDE38 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDDE38 is #1221C7. Grayscale: #D0D0D0. Windows color (decimal): -1188296 or 3727085. OLE color: 3727085.
HSL color Cylindrical-coordinate representation of color #EDDE38: hue angle of 55.03º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EDDE38 is Cyan = 0, Magento = 0.06, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 222 | 56 | - |
| CMYK | 0 | 0.06 | 0.76 | 0.07 |
| HSL | 55.03º | 0.83% | 0.57% | - |
| HSV(B) | 55.03º | 0.76% | 0.93% | - |
| XYZ | 61.76 | 70.53 | 14.1 | - |
| YUV | 207.56 | 42.47 | 149 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 222 | 56 | 0 | 0.06 | 0.76 | 0.07 | 55.03 | 0.83 | 0.57 |
| Hex | ED | DE | 38 | 0 | 6 | 4C | 7 | 37 | 53 | 39 |
| Octal | 355 | 336 | 70 | 0 | 6 | 114 | 7 | 67 | 123 | 71 |
| Binary | 11101101 | 11011110 | 111000 | 0 | 110 | 1001100 | 111 | 110111 | 1010011 | 111001 |
Color Harmonies of #EDDE38
Complementary color
Monochromatic Colors of #EDDE38
Black with #EDDE38
Text Example
Text Example
White with #EDDE38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDE38; }
p { color: rgb(237,222,56); }
H1.HeaderClassName
{
color: #EDDE38;
}
.AnyTagClassName
{
color: #EDDE38;
}
</style>
background-color css
<style>
a { background-color: #EDDE38; }
a { background-color: rgb(237,222,56); }
div.DivClassName
{
background-color: #EDDE38;
}
.BgClassName
{
background-color: #EDDE38;
}
</style>
border-color css
<style>
span { border-color: #EDDE38; }
span { border-color: rgb(237,222,56); }
td.TdClassName
{
border-color: #EDDE38;
}
.TagClassName
{
border-color: #EDDE38;
}
</style>