Shades of Golden Fizz #EEE22A
Tints of Golden Fizz #EEE22A
RGB
CMYK
RGB Variations
Color information
#EEE22A (or 0xEEE22A) is known color: Golden Fizz. HEX triplet: EE, E2 and 2A. RGB value is (238,226,42). Sum of RGB (Red+Green+Blue) = 238+226+42=506 (67% of max value = 765). Red value is 238 (93.36% from 255 or 47.04% from 506); Green value is 226 (88.67% from 255 or 44.66% from 506); Blue value is 42 (16.80% from 255 or 8.30% from 506); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE22A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEE22A is #111DD5. Grayscale: #D1D1D1. Windows color (decimal): -1121750 or 2810606. OLE color: 2810606.
HSL color Cylindrical-coordinate representation of color #EEE22A: hue angle of 56.33º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EEE22A is Cyan = 0, Magento = 0.05, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 226 | 42 | - |
| CMYK | 0 | 0.05 | 0.82 | 0.07 |
| HSL | 56.33º | 0.85% | 0.55% | - |
| HSV(B) | 56.33º | 0.82% | 0.93% | - |
| XYZ | 62.87 | 72.74 | 12.92 | - |
| YUV | 208.61 | 33.98 | 148.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 226 | 42 | 0 | 0.05 | 0.82 | 0.07 | 56.33 | 0.85 | 0.55 |
| Hex | EE | E2 | 2A | 0 | 5 | 52 | 7 | 38 | 55 | 37 |
| Octal | 356 | 342 | 52 | 0 | 5 | 122 | 7 | 70 | 125 | 67 |
| Binary | 11101110 | 11100010 | 101010 | 0 | 101 | 1010010 | 111 | 111000 | 1010101 | 110111 |
Color Harmonies of #EEE22A
Complementary color
Monochromatic Colors of #EEE22A
Black with #EEE22A
Text Example
Text Example
White with #EEE22A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE22A; }
p { color: rgb(238,226,42); }
H1.HeaderClassName
{
color: #EEE22A;
}
.AnyTagClassName
{
color: #EEE22A;
}
</style>
background-color css
<style>
a { background-color: #EEE22A; }
a { background-color: rgb(238,226,42); }
div.DivClassName
{
background-color: #EEE22A;
}
.BgClassName
{
background-color: #EEE22A;
}
</style>
border-color css
<style>
span { border-color: #EEE22A; }
span { border-color: rgb(238,226,42); }
td.TdClassName
{
border-color: #EEE22A;
}
.TagClassName
{
border-color: #EEE22A;
}
</style>