Shades of Golden Fizz #EEE92A
Tints of Golden Fizz #EEE92A
RGB
CMYK
RGB Variations
Color information
#EEE92A (or 0xEEE92A) is known color: Golden Fizz. HEX triplet: EE, E9 and 2A. RGB value is (238,233,42). Sum of RGB (Red+Green+Blue) = 238+233+42=513 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.39% from 513); Green value is 233 (91.41% from 255 or 45.42% from 513); Blue value is 42 (16.80% from 255 or 8.19% from 513); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE92A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEE92A is #1116D5. Grayscale: #D5D5D5. Windows color (decimal): -1119958 or 2812398. OLE color: 2812398.
HSL color Cylindrical-coordinate representation of color #EEE92A: hue angle of 58.47º 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 #EEE92A is Cyan = 0, Magento = 0.02, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 233 | 42 | - |
| CMYK | 0 | 0.02 | 0.82 | 0.07 |
| HSL | 58.47º | 0.85% | 0.55% | - |
| HSV(B) | 58.47º | 0.82% | 0.93% | - |
| XYZ | 64.82 | 76.62 | 13.56 | - |
| YUV | 212.72 | 31.66 | 146.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 233 | 42 | 0 | 0.02 | 0.82 | 0.07 | 58.47 | 0.85 | 0.55 |
| Hex | EE | E9 | 2A | 0 | 2 | 52 | 7 | 3A | 55 | 37 |
| Octal | 356 | 351 | 52 | 0 | 2 | 122 | 7 | 72 | 125 | 67 |
| Binary | 11101110 | 11101001 | 101010 | 0 | 10 | 1010010 | 111 | 111010 | 1010101 | 110111 |
Color Harmonies of #EEE92A
Complementary color
Monochromatic Colors of #EEE92A
Black with #EEE92A
Text Example
Text Example
White with #EEE92A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE92A; }
p { color: rgb(238,233,42); }
H1.HeaderClassName
{
color: #EEE92A;
}
.AnyTagClassName
{
color: #EEE92A;
}
</style>
background-color css
<style>
a { background-color: #EEE92A; }
a { background-color: rgb(238,233,42); }
div.DivClassName
{
background-color: #EEE92A;
}
.BgClassName
{
background-color: #EEE92A;
}
</style>
border-color css
<style>
span { border-color: #EEE92A; }
span { border-color: rgb(238,233,42); }
td.TdClassName
{
border-color: #EEE92A;
}
.TagClassName
{
border-color: #EEE92A;
}
</style>