Shades of Golden Fizz #EEE82A
Tints of Golden Fizz #EEE82A
RGB
CMYK
RGB Variations
Color information
#EEE82A (or 0xEEE82A) is known color: Golden Fizz. HEX triplet: EE, E8 and 2A. RGB value is (238,232,42). Sum of RGB (Red+Green+Blue) = 238+232+42=512 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.48% from 512); Green value is 232 (91.02% from 255 or 45.31% from 512); Blue value is 42 (16.80% from 255 or 8.20% from 512); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE82A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEE82A is #1117D5. Grayscale: #D4D4D4. Windows color (decimal): -1120214 or 2812142. OLE color: 2812142.
HSL color Cylindrical-coordinate representation of color #EEE82A: hue angle of 58.16º 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 #EEE82A is Cyan = 0, Magento = 0.03, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 232 | 42 | - |
| CMYK | 0 | 0.03 | 0.82 | 0.07 |
| HSL | 58.16º | 0.85% | 0.55% | - |
| HSV(B) | 58.16º | 0.82% | 0.93% | - |
| XYZ | 64.53 | 76.06 | 13.47 | - |
| YUV | 212.13 | 31.99 | 146.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 232 | 42 | 0 | 0.03 | 0.82 | 0.07 | 58.16 | 0.85 | 0.55 |
| Hex | EE | E8 | 2A | 0 | 3 | 52 | 7 | 3A | 55 | 37 |
| Octal | 356 | 350 | 52 | 0 | 3 | 122 | 7 | 72 | 125 | 67 |
| Binary | 11101110 | 11101000 | 101010 | 0 | 11 | 1010010 | 111 | 111010 | 1010101 | 110111 |
Color Harmonies of #EEE82A
Complementary color
Monochromatic Colors of #EEE82A
Black with #EEE82A
Text Example
Text Example
White with #EEE82A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE82A; }
p { color: rgb(238,232,42); }
H1.HeaderClassName
{
color: #EEE82A;
}
.AnyTagClassName
{
color: #EEE82A;
}
</style>
background-color css
<style>
a { background-color: #EEE82A; }
a { background-color: rgb(238,232,42); }
div.DivClassName
{
background-color: #EEE82A;
}
.BgClassName
{
background-color: #EEE82A;
}
</style>
border-color css
<style>
span { border-color: #EEE82A; }
span { border-color: rgb(238,232,42); }
td.TdClassName
{
border-color: #EEE82A;
}
.TagClassName
{
border-color: #EEE82A;
}
</style>