Shades of Golden Fizz #EDD838
Tints of Golden Fizz #EDD838
RGB
CMYK
RGB Variations
Color information
#EDD838 (or 0xEDD838) is known color: Golden Fizz. HEX triplet: ED, D8 and 38. RGB value is (237,216,56). Sum of RGB (Red+Green+Blue) = 237+216+56=509 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.56% from 509); Green value is 216 (84.77% from 255 or 42.44% from 509); Blue value is 56 (22.27% from 255 or 11.00% from 509); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD838 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD838 is #1227C7. Grayscale: #CCCCCC. Windows color (decimal): -1189832 or 3725549. OLE color: 3725549.
HSL color Cylindrical-coordinate representation of color #EDD838: hue angle of 53.04º 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 #EDD838 is Cyan = 0, Magento = 0.09, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 216 | 56 | - |
| CMYK | 0 | 0.09 | 0.76 | 0.07 |
| HSL | 53.04º | 0.83% | 0.57% | - |
| HSV(B) | 53.04º | 0.76% | 0.93% | - |
| XYZ | 60.19 | 67.4 | 13.58 | - |
| YUV | 204.04 | 44.46 | 151.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 216 | 56 | 0 | 0.09 | 0.76 | 0.07 | 53.04 | 0.83 | 0.57 |
| Hex | ED | D8 | 38 | 0 | 9 | 4C | 7 | 35 | 53 | 39 |
| Octal | 355 | 330 | 70 | 0 | 11 | 114 | 7 | 65 | 123 | 71 |
| Binary | 11101101 | 11011000 | 111000 | 0 | 1001 | 1001100 | 111 | 110101 | 1010011 | 111001 |
Color Harmonies of #EDD838
Complementary color
Monochromatic Colors of #EDD838
Black with #EDD838
Text Example
Text Example
White with #EDD838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD838; }
p { color: rgb(237,216,56); }
H1.HeaderClassName
{
color: #EDD838;
}
.AnyTagClassName
{
color: #EDD838;
}
</style>
background-color css
<style>
a { background-color: #EDD838; }
a { background-color: rgb(237,216,56); }
div.DivClassName
{
background-color: #EDD838;
}
.BgClassName
{
background-color: #EDD838;
}
</style>
border-color css
<style>
span { border-color: #EDD838; }
span { border-color: rgb(237,216,56); }
td.TdClassName
{
border-color: #EDD838;
}
.TagClassName
{
border-color: #EDD838;
}
</style>