Shades of Golden Fizz #EEDA38
Tints of Golden Fizz #EEDA38
RGB
CMYK
RGB Variations
Color information
#EEDA38 (or 0xEEDA38) is known color: Golden Fizz. HEX triplet: EE, DA and 38. RGB value is (238,218,56). Sum of RGB (Red+Green+Blue) = 238+218+56=512 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.48% from 512); Green value is 218 (85.55% from 255 or 42.58% from 512); Blue value is 56 (22.27% from 255 or 10.94% from 512); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDA38 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEDA38 is #1125C7. Grayscale: #CECECE. Windows color (decimal): -1123784 or 3726062. OLE color: 3726062.
HSL color Cylindrical-coordinate representation of color #EEDA38: hue angle of 53.41º 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 #EEDA38 is Cyan = 0, Magento = 0.08, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 218 | 56 | - |
| CMYK | 0 | 0.08 | 0.76 | 0.07 |
| HSL | 53.41º | 0.84% | 0.58% | - |
| HSV(B) | 53.41º | 0.76% | 0.93% | - |
| XYZ | 61.05 | 68.61 | 13.77 | - |
| YUV | 205.51 | 43.63 | 151.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 218 | 56 | 0 | 0.08 | 0.76 | 0.07 | 53.41 | 0.84 | 0.58 |
| Hex | EE | DA | 38 | 0 | 8 | 4C | 7 | 35 | 54 | 3A |
| Octal | 356 | 332 | 70 | 0 | 10 | 114 | 7 | 65 | 124 | 72 |
| Binary | 11101110 | 11011010 | 111000 | 0 | 1000 | 1001100 | 111 | 110101 | 1010100 | 111010 |
Color Harmonies of #EEDA38
Complementary color
Monochromatic Colors of #EEDA38
Black with #EEDA38
Text Example
Text Example
White with #EEDA38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDA38; }
p { color: rgb(238,218,56); }
H1.HeaderClassName
{
color: #EEDA38;
}
.AnyTagClassName
{
color: #EEDA38;
}
</style>
background-color css
<style>
a { background-color: #EEDA38; }
a { background-color: rgb(238,218,56); }
div.DivClassName
{
background-color: #EEDA38;
}
.BgClassName
{
background-color: #EEDA38;
}
</style>
border-color css
<style>
span { border-color: #EEDA38; }
span { border-color: rgb(238,218,56); }
td.TdClassName
{
border-color: #EEDA38;
}
.TagClassName
{
border-color: #EEDA38;
}
</style>