Shades of Golden Fizz #EEE42D
Tints of Golden Fizz #EEE42D
RGB
CMYK
RGB Variations
Color information
#EEE42D (or 0xEEE42D) is known color: Golden Fizz. HEX triplet: EE, E4 and 2D. RGB value is (238,228,45). Sum of RGB (Red+Green+Blue) = 238+228+45=511 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.58% from 511); Green value is 228 (89.45% from 255 or 44.62% from 511); Blue value is 45 (17.97% from 255 or 8.81% from 511); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE42D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEE42D is #111BD2. Grayscale: #D2D2D2. Windows color (decimal): -1121235 or 3007726. OLE color: 3007726.
HSL color Cylindrical-coordinate representation of color #EEE42D: hue angle of 56.89º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EEE42D is Cyan = 0, Magento = 0.04, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 228 | 45 | - |
| CMYK | 0 | 0.04 | 0.81 | 0.07 |
| HSL | 56.89º | 0.85% | 0.55% | - |
| HSV(B) | 56.89º | 0.81% | 0.93% | - |
| XYZ | 63.48 | 73.85 | 13.39 | - |
| YUV | 210.13 | 34.81 | 147.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 228 | 45 | 0 | 0.04 | 0.81 | 0.07 | 56.89 | 0.85 | 0.55 |
| Hex | EE | E4 | 2D | 0 | 4 | 51 | 7 | 39 | 55 | 37 |
| Octal | 356 | 344 | 55 | 0 | 4 | 121 | 7 | 71 | 125 | 67 |
| Binary | 11101110 | 11100100 | 101101 | 0 | 100 | 1010001 | 111 | 111001 | 1010101 | 110111 |
Color Harmonies of #EEE42D
Complementary color
Monochromatic Colors of #EEE42D
Black with #EEE42D
Text Example
Text Example
White with #EEE42D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE42D; }
p { color: rgb(238,228,45); }
H1.HeaderClassName
{
color: #EEE42D;
}
.AnyTagClassName
{
color: #EEE42D;
}
</style>
background-color css
<style>
a { background-color: #EEE42D; }
a { background-color: rgb(238,228,45); }
div.DivClassName
{
background-color: #EEE42D;
}
.BgClassName
{
background-color: #EEE42D;
}
</style>
border-color css
<style>
span { border-color: #EEE42D; }
span { border-color: rgb(238,228,45); }
td.TdClassName
{
border-color: #EEE42D;
}
.TagClassName
{
border-color: #EEE42D;
}
</style>