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