Shades of Golden Fizz #EEDE3A
Tints of Golden Fizz #EEDE3A
RGB
CMYK
RGB Variations
Color information
#EEDE3A (or 0xEEDE3A) is known color: Golden Fizz. HEX triplet: EE, DE and 3A. RGB value is (238,222,58). Sum of RGB (Red+Green+Blue) = 238+222+58=518 (68% of max value = 765). Red value is 238 (93.36% from 255 or 45.95% from 518); Green value is 222 (87.11% from 255 or 42.86% from 518); Blue value is 58 (23.05% from 255 or 11.20% from 518); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDE3A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEDE3A is #1121C5. Grayscale: #D0D0D0. Windows color (decimal): -1122758 or 3858158. OLE color: 3858158.
HSL color Cylindrical-coordinate representation of color #EEDE3A: hue angle of 54.67º 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 #EEDE3A is Cyan = 0, Magento = 0.07, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 222 | 58 | - |
| CMYK | 0 | 0.07 | 0.76 | 0.07 |
| HSL | 54.67º | 0.84% | 0.58% | - |
| HSV(B) | 54.67º | 0.76% | 0.93% | - |
| XYZ | 62.14 | 70.73 | 14.38 | - |
| YUV | 208.09 | 43.3 | 149.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 222 | 58 | 0 | 0.07 | 0.76 | 0.07 | 54.67 | 0.84 | 0.58 |
| Hex | EE | DE | 3A | 0 | 7 | 4C | 7 | 37 | 54 | 3A |
| Octal | 356 | 336 | 72 | 0 | 7 | 114 | 7 | 67 | 124 | 72 |
| Binary | 11101110 | 11011110 | 111010 | 0 | 111 | 1001100 | 111 | 110111 | 1010100 | 111010 |
Color Harmonies of #EEDE3A
Complementary color
Monochromatic Colors of #EEDE3A
Black with #EEDE3A
Text Example
Text Example
White with #EEDE3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDE3A; }
p { color: rgb(238,222,58); }
H1.HeaderClassName
{
color: #EEDE3A;
}
.AnyTagClassName
{
color: #EEDE3A;
}
</style>
background-color css
<style>
a { background-color: #EEDE3A; }
a { background-color: rgb(238,222,58); }
div.DivClassName
{
background-color: #EEDE3A;
}
.BgClassName
{
background-color: #EEDE3A;
}
</style>
border-color css
<style>
span { border-color: #EEDE3A; }
span { border-color: rgb(238,222,58); }
td.TdClassName
{
border-color: #EEDE3A;
}
.TagClassName
{
border-color: #EEDE3A;
}
</style>