Shades of Golden Fizz #EEE41F
Tints of Golden Fizz #EEE41F
RGB
CMYK
RGB Variations
Color information
#EEE41F (or 0xEEE41F) is known color: Golden Fizz. HEX triplet: EE, E4 and 1F. RGB value is (238,228,31). Sum of RGB (Red+Green+Blue) = 238+228+31=497 (65% of max value = 765). Red value is 238 (93.36% from 255 or 47.89% from 497); Green value is 228 (89.45% from 255 or 45.88% from 497); Blue value is 31 (12.5% from 255 or 6.24% from 497); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE41F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEE41F is #111BE0. Grayscale: #D1D1D1. Windows color (decimal): -1121249 or 2090222. OLE color: 2090222.
HSL color Cylindrical-coordinate representation of color #EEE41F: hue angle of 57.1º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EEE41F is Cyan = 0, Magento = 0.04, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 228 | 31 | - |
| CMYK | 0 | 0.04 | 0.87 | 0.07 |
| HSL | 57.1º | 0.86% | 0.53% | - |
| HSV(B) | 57.1º | 0.87% | 0.93% | - |
| XYZ | 63.25 | 73.76 | 12.2 | - |
| YUV | 208.53 | 27.81 | 149.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 228 | 31 | 0 | 0.04 | 0.87 | 0.07 | 57.1 | 0.86 | 0.53 |
| Hex | EE | E4 | 1F | 0 | 4 | 57 | 7 | 39 | 56 | 35 |
| Octal | 356 | 344 | 37 | 0 | 4 | 127 | 7 | 71 | 126 | 65 |
| Binary | 11101110 | 11100100 | 11111 | 0 | 100 | 1010111 | 111 | 111001 | 1010110 | 110101 |
Color Harmonies of #EEE41F
Complementary color
Monochromatic Colors of #EEE41F
Black with #EEE41F
Text Example
Text Example
White with #EEE41F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE41F; }
p { color: rgb(238,228,31); }
H1.HeaderClassName
{
color: #EEE41F;
}
.AnyTagClassName
{
color: #EEE41F;
}
</style>
background-color css
<style>
a { background-color: #EEE41F; }
a { background-color: rgb(238,228,31); }
div.DivClassName
{
background-color: #EEE41F;
}
.BgClassName
{
background-color: #EEE41F;
}
</style>
border-color css
<style>
span { border-color: #EEE41F; }
span { border-color: rgb(238,228,31); }
td.TdClassName
{
border-color: #EEE41F;
}
.TagClassName
{
border-color: #EEE41F;
}
</style>