Shades of Golden Fizz #EEDE32
Tints of Golden Fizz #EEDE32
RGB
CMYK
RGB Variations
Color information
#EEDE32 (or 0xEEDE32) is known color: Golden Fizz. HEX triplet: EE, DE and 32. RGB value is (238,222,50). Sum of RGB (Red+Green+Blue) = 238+222+50=510 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.67% from 510); Green value is 222 (87.11% from 255 or 43.53% from 510); Blue value is 50 (19.92% from 255 or 9.80% from 510); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDE32 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEDE32 is #1121CD. Grayscale: #CFCFCF. Windows color (decimal): -1122766 or 3333870. OLE color: 3333870.
HSL color Cylindrical-coordinate representation of color #EEDE32: hue angle of 54.89º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EEDE32 is Cyan = 0, Magento = 0.07, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 222 | 50 | - |
| CMYK | 0 | 0.07 | 0.79 | 0.07 |
| HSL | 54.89º | 0.85% | 0.56% | - |
| HSV(B) | 54.89º | 0.79% | 0.93% | - |
| XYZ | 61.96 | 70.65 | 13.39 | - |
| YUV | 207.18 | 39.3 | 149.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 222 | 50 | 0 | 0.07 | 0.79 | 0.07 | 54.89 | 0.85 | 0.56 |
| Hex | EE | DE | 32 | 0 | 7 | 4F | 7 | 37 | 55 | 38 |
| Octal | 356 | 336 | 62 | 0 | 7 | 117 | 7 | 67 | 125 | 70 |
| Binary | 11101110 | 11011110 | 110010 | 0 | 111 | 1001111 | 111 | 110111 | 1010101 | 111000 |
Color Harmonies of #EEDE32
Complementary color
Monochromatic Colors of #EEDE32
Black with #EEDE32
Text Example
Text Example
White with #EEDE32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDE32; }
p { color: rgb(238,222,50); }
H1.HeaderClassName
{
color: #EEDE32;
}
.AnyTagClassName
{
color: #EEDE32;
}
</style>
background-color css
<style>
a { background-color: #EEDE32; }
a { background-color: rgb(238,222,50); }
div.DivClassName
{
background-color: #EEDE32;
}
.BgClassName
{
background-color: #EEDE32;
}
</style>
border-color css
<style>
span { border-color: #EEDE32; }
span { border-color: rgb(238,222,50); }
td.TdClassName
{
border-color: #EEDE32;
}
.TagClassName
{
border-color: #EEDE32;
}
</style>