Shades of Golden Fizz #EEDE2F
Tints of Golden Fizz #EEDE2F
RGB
CMYK
RGB Variations
Color information
#EEDE2F (or 0xEEDE2F) is known color: Golden Fizz. HEX triplet: EE, DE and 2F. RGB value is (238,222,47). Sum of RGB (Red+Green+Blue) = 238+222+47=507 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.94% from 507); Green value is 222 (87.11% from 255 or 43.79% from 507); Blue value is 47 (18.75% from 255 or 9.27% from 507); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDE2F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEDE2F is #1121D0. Grayscale: #CFCFCF. Windows color (decimal): -1122769 or 3137262. OLE color: 3137262.
HSL color Cylindrical-coordinate representation of color #EEDE2F: hue angle of 54.97º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EEDE2F is Cyan = 0, Magento = 0.07, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 222 | 47 | - |
| CMYK | 0 | 0.07 | 0.80 | 0.07 |
| HSL | 54.97º | 0.85% | 0.56% | - |
| HSV(B) | 54.97º | 0.8% | 0.93% | - |
| XYZ | 61.89 | 70.62 | 13.06 | - |
| YUV | 206.83 | 37.8 | 150.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 222 | 47 | 0 | 0.07 | 0.80 | 0.07 | 54.97 | 0.85 | 0.56 |
| Hex | EE | DE | 2F | 0 | 7 | 50 | 7 | 37 | 55 | 38 |
| Octal | 356 | 336 | 57 | 0 | 7 | 120 | 7 | 67 | 125 | 70 |
| Binary | 11101110 | 11011110 | 101111 | 0 | 111 | 1010000 | 111 | 110111 | 1010101 | 111000 |
Color Harmonies of #EEDE2F
Complementary color
Monochromatic Colors of #EEDE2F
Black with #EEDE2F
Text Example
Text Example
White with #EEDE2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDE2F; }
p { color: rgb(238,222,47); }
H1.HeaderClassName
{
color: #EEDE2F;
}
.AnyTagClassName
{
color: #EEDE2F;
}
</style>
background-color css
<style>
a { background-color: #EEDE2F; }
a { background-color: rgb(238,222,47); }
div.DivClassName
{
background-color: #EEDE2F;
}
.BgClassName
{
background-color: #EEDE2F;
}
</style>
border-color css
<style>
span { border-color: #EEDE2F; }
span { border-color: rgb(238,222,47); }
td.TdClassName
{
border-color: #EEDE2F;
}
.TagClassName
{
border-color: #EEDE2F;
}
</style>