Shades of Golden Fizz #EEE332
Tints of Golden Fizz #EEE332
RGB
CMYK
RGB Variations
Color information
#EEE332 (or 0xEEE332) is known color: Golden Fizz. HEX triplet: EE, E3 and 32. RGB value is (238,227,50). Sum of RGB (Red+Green+Blue) = 238+227+50=515 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.21% from 515); Green value is 227 (89.06% from 255 or 44.08% from 515); Blue value is 50 (19.92% from 255 or 9.71% from 515); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE332 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEE332 is #111CCD. Grayscale: #D2D2D2. Windows color (decimal): -1121486 or 3335150. OLE color: 3335150.
HSL color Cylindrical-coordinate representation of color #EEE332: hue angle of 56.49º 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 #EEE332 is Cyan = 0, Magento = 0.05, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 227 | 50 | - |
| CMYK | 0 | 0.05 | 0.79 | 0.07 |
| HSL | 56.49º | 0.85% | 0.56% | - |
| HSV(B) | 56.49º | 0.79% | 0.93% | - |
| XYZ | 63.3 | 73.35 | 13.84 | - |
| YUV | 210.11 | 37.64 | 147.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 227 | 50 | 0 | 0.05 | 0.79 | 0.07 | 56.49 | 0.85 | 0.56 |
| Hex | EE | E3 | 32 | 0 | 5 | 4F | 7 | 38 | 55 | 38 |
| Octal | 356 | 343 | 62 | 0 | 5 | 117 | 7 | 70 | 125 | 70 |
| Binary | 11101110 | 11100011 | 110010 | 0 | 101 | 1001111 | 111 | 111000 | 1010101 | 111000 |
Color Harmonies of #EEE332
Complementary color
Monochromatic Colors of #EEE332
Black with #EEE332
Text Example
Text Example
White with #EEE332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE332; }
p { color: rgb(238,227,50); }
H1.HeaderClassName
{
color: #EEE332;
}
.AnyTagClassName
{
color: #EEE332;
}
</style>
background-color css
<style>
a { background-color: #EEE332; }
a { background-color: rgb(238,227,50); }
div.DivClassName
{
background-color: #EEE332;
}
.BgClassName
{
background-color: #EEE332;
}
</style>
border-color css
<style>
span { border-color: #EEE332; }
span { border-color: rgb(238,227,50); }
td.TdClassName
{
border-color: #EEE332;
}
.TagClassName
{
border-color: #EEE332;
}
</style>