Shades of Golden Fizz #EEE42E
Tints of Golden Fizz #EEE42E
RGB
CMYK
RGB Variations
Color information
#EEE42E (or 0xEEE42E) is known color: Golden Fizz. HEX triplet: EE, E4 and 2E. RGB value is (238,228,46). Sum of RGB (Red+Green+Blue) = 238+228+46=512 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.48% from 512); Green value is 228 (89.45% from 255 or 44.53% from 512); Blue value is 46 (18.36% from 255 or 8.98% from 512); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE42E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEE42E is #111BD1. Grayscale: #D2D2D2. Windows color (decimal): -1121234 or 3073262. OLE color: 3073262.
HSL color Cylindrical-coordinate representation of color #EEE42E: hue angle of 56.88º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EEE42E is Cyan = 0, Magento = 0.04, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 228 | 46 | - |
| CMYK | 0 | 0.04 | 0.81 | 0.07 |
| HSL | 56.88º | 0.85% | 0.56% | - |
| HSV(B) | 56.88º | 0.81% | 0.93% | - |
| XYZ | 63.5 | 73.86 | 13.49 | - |
| YUV | 210.24 | 35.31 | 147.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 228 | 46 | 0 | 0.04 | 0.81 | 0.07 | 56.88 | 0.85 | 0.56 |
| Hex | EE | E4 | 2E | 0 | 4 | 51 | 7 | 39 | 55 | 38 |
| Octal | 356 | 344 | 56 | 0 | 4 | 121 | 7 | 71 | 125 | 70 |
| Binary | 11101110 | 11100100 | 101110 | 0 | 100 | 1010001 | 111 | 111001 | 1010101 | 111000 |
Color Harmonies of #EEE42E
Complementary color
Monochromatic Colors of #EEE42E
Black with #EEE42E
Text Example
Text Example
White with #EEE42E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE42E; }
p { color: rgb(238,228,46); }
H1.HeaderClassName
{
color: #EEE42E;
}
.AnyTagClassName
{
color: #EEE42E;
}
</style>
background-color css
<style>
a { background-color: #EEE42E; }
a { background-color: rgb(238,228,46); }
div.DivClassName
{
background-color: #EEE42E;
}
.BgClassName
{
background-color: #EEE42E;
}
</style>
border-color css
<style>
span { border-color: #EEE42E; }
span { border-color: rgb(238,228,46); }
td.TdClassName
{
border-color: #EEE42E;
}
.TagClassName
{
border-color: #EEE42E;
}
</style>