Shades of Golden Fizz #EEE932
Tints of Golden Fizz #EEE932
RGB
CMYK
RGB Variations
Color information
#EEE932 (or 0xEEE932) is known color: Golden Fizz. HEX triplet: EE, E9 and 32. RGB value is (238,233,50). Sum of RGB (Red+Green+Blue) = 238+233+50=521 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.68% from 521); Green value is 233 (91.41% from 255 or 44.72% from 521); Blue value is 50 (19.92% from 255 or 9.60% from 521); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE932 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEE932 is #1116CD. Grayscale: #D6D6D6. Windows color (decimal): -1119950 or 3336686. OLE color: 3336686.
HSL color Cylindrical-coordinate representation of color #EEE932: hue angle of 58.4º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EEE932 is Cyan = 0, Magento = 0.02, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 233 | 50 | - |
| CMYK | 0 | 0.02 | 0.79 | 0.07 |
| HSL | 58.4º | 0.85% | 0.56% | - |
| HSV(B) | 58.4º | 0.79% | 0.93% | - |
| XYZ | 64.97 | 76.69 | 14.39 | - |
| YUV | 213.63 | 35.66 | 145.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 233 | 50 | 0 | 0.02 | 0.79 | 0.07 | 58.4 | 0.85 | 0.56 |
| Hex | EE | E9 | 32 | 0 | 2 | 4F | 7 | 3A | 55 | 38 |
| Octal | 356 | 351 | 62 | 0 | 2 | 117 | 7 | 72 | 125 | 70 |
| Binary | 11101110 | 11101001 | 110010 | 0 | 10 | 1001111 | 111 | 111010 | 1010101 | 111000 |
Color Harmonies of #EEE932
Complementary color
Monochromatic Colors of #EEE932
Black with #EEE932
Text Example
Text Example
White with #EEE932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE932; }
p { color: rgb(238,233,50); }
H1.HeaderClassName
{
color: #EEE932;
}
.AnyTagClassName
{
color: #EEE932;
}
</style>
background-color css
<style>
a { background-color: #EEE932; }
a { background-color: rgb(238,233,50); }
div.DivClassName
{
background-color: #EEE932;
}
.BgClassName
{
background-color: #EEE932;
}
</style>
border-color css
<style>
span { border-color: #EEE932; }
span { border-color: rgb(238,233,50); }
td.TdClassName
{
border-color: #EEE932;
}
.TagClassName
{
border-color: #EEE932;
}
</style>