Shades of Golden Fizz #EEDD38
Tints of Golden Fizz #EEDD38
RGB
CMYK
RGB Variations
Color information
#EEDD38 (or 0xEEDD38) is known color: Golden Fizz. HEX triplet: EE, DD and 38. RGB value is (238,221,56). Sum of RGB (Red+Green+Blue) = 238+221+56=515 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.21% from 515); Green value is 221 (86.72% from 255 or 42.91% from 515); Blue value is 56 (22.27% from 255 or 10.87% from 515); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDD38 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEDD38 is #1122C7. Grayscale: #CFCFCF. Windows color (decimal): -1123016 or 3726830. OLE color: 3726830.
HSL color Cylindrical-coordinate representation of color #EEDD38: hue angle of 54.4º degrees, saturation: 0.84, 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 #EEDD38 is Cyan = 0, Magento = 0.07, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 221 | 56 | - |
| CMYK | 0 | 0.07 | 0.76 | 0.07 |
| HSL | 54.4º | 0.84% | 0.58% | - |
| HSV(B) | 54.4º | 0.76% | 0.93% | - |
| XYZ | 61.83 | 70.18 | 14.03 | - |
| YUV | 207.27 | 42.63 | 149.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 221 | 56 | 0 | 0.07 | 0.76 | 0.07 | 54.4 | 0.84 | 0.58 |
| Hex | EE | DD | 38 | 0 | 7 | 4C | 7 | 36 | 54 | 3A |
| Octal | 356 | 335 | 70 | 0 | 7 | 114 | 7 | 66 | 124 | 72 |
| Binary | 11101110 | 11011101 | 111000 | 0 | 111 | 1001100 | 111 | 110110 | 1010100 | 111010 |
Color Harmonies of #EEDD38
Complementary color
Monochromatic Colors of #EEDD38
Black with #EEDD38
Text Example
Text Example
White with #EEDD38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDD38; }
p { color: rgb(238,221,56); }
H1.HeaderClassName
{
color: #EEDD38;
}
.AnyTagClassName
{
color: #EEDD38;
}
</style>
background-color css
<style>
a { background-color: #EEDD38; }
a { background-color: rgb(238,221,56); }
div.DivClassName
{
background-color: #EEDD38;
}
.BgClassName
{
background-color: #EEDD38;
}
</style>
border-color css
<style>
span { border-color: #EEDD38; }
span { border-color: rgb(238,221,56); }
td.TdClassName
{
border-color: #EEDD38;
}
.TagClassName
{
border-color: #EEDD38;
}
</style>