Shades of Golden Fizz #EEDE3C
Tints of Golden Fizz #EEDE3C
RGB
CMYK
RGB Variations
Color information
#EEDE3C (or 0xEEDE3C) is known color: Golden Fizz. HEX triplet: EE, DE and 3C. RGB value is (238,222,60). Sum of RGB (Red+Green+Blue) = 238+222+60=520 (68% of max value = 765). Red value is 238 (93.36% from 255 or 45.77% from 520); Green value is 222 (87.11% from 255 or 42.69% from 520); Blue value is 60 (23.83% from 255 or 11.54% from 520); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDE3C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEDE3C is #1121C3. Grayscale: #D0D0D0. Windows color (decimal): -1122756 or 3989230. OLE color: 3989230.
HSL color Cylindrical-coordinate representation of color #EEDE3C: hue angle of 54.61º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EEDE3C is Cyan = 0, Magento = 0.07, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 222 | 60 | - |
| CMYK | 0 | 0.07 | 0.75 | 0.07 |
| HSL | 54.61º | 0.84% | 0.58% | - |
| HSV(B) | 54.61º | 0.75% | 0.93% | - |
| XYZ | 62.2 | 70.75 | 14.65 | - |
| YUV | 208.32 | 44.3 | 149.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 222 | 60 | 0 | 0.07 | 0.75 | 0.07 | 54.61 | 0.84 | 0.58 |
| Hex | EE | DE | 3C | 0 | 7 | 4B | 7 | 37 | 54 | 3A |
| Octal | 356 | 336 | 74 | 0 | 7 | 113 | 7 | 67 | 124 | 72 |
| Binary | 11101110 | 11011110 | 111100 | 0 | 111 | 1001011 | 111 | 110111 | 1010100 | 111010 |
Color Harmonies of #EEDE3C
Complementary color
Monochromatic Colors of #EEDE3C
Black with #EEDE3C
Text Example
Text Example
White with #EEDE3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDE3C; }
p { color: rgb(238,222,60); }
H1.HeaderClassName
{
color: #EEDE3C;
}
.AnyTagClassName
{
color: #EEDE3C;
}
</style>
background-color css
<style>
a { background-color: #EEDE3C; }
a { background-color: rgb(238,222,60); }
div.DivClassName
{
background-color: #EEDE3C;
}
.BgClassName
{
background-color: #EEDE3C;
}
</style>
border-color css
<style>
span { border-color: #EEDE3C; }
span { border-color: rgb(238,222,60); }
td.TdClassName
{
border-color: #EEDE3C;
}
.TagClassName
{
border-color: #EEDE3C;
}
</style>