Shades of Golden Fizz #EEE232
Tints of Golden Fizz #EEE232
RGB
CMYK
RGB Variations
Color information
#EEE232 (or 0xEEE232) is known color: Golden Fizz. HEX triplet: EE, E2 and 32. RGB value is (238,226,50). Sum of RGB (Red+Green+Blue) = 238+226+50=514 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.30% from 514); Green value is 226 (88.67% from 255 or 43.97% from 514); Blue value is 50 (19.92% from 255 or 9.73% from 514); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE232 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEE232 is #111DCD. Grayscale: #D2D2D2. Windows color (decimal): -1121742 or 3334894. OLE color: 3334894.
HSL color Cylindrical-coordinate representation of color #EEE232: hue angle of 56.17º 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 #EEE232 is Cyan = 0, Magento = 0.05, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 226 | 50 | - |
| CMYK | 0 | 0.05 | 0.79 | 0.07 |
| HSL | 56.17º | 0.85% | 0.56% | - |
| HSV(B) | 56.17º | 0.79% | 0.93% | - |
| XYZ | 63.03 | 72.8 | 13.75 | - |
| YUV | 209.52 | 37.98 | 148.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 226 | 50 | 0 | 0.05 | 0.79 | 0.07 | 56.17 | 0.85 | 0.56 |
| Hex | EE | E2 | 32 | 0 | 5 | 4F | 7 | 38 | 55 | 38 |
| Octal | 356 | 342 | 62 | 0 | 5 | 117 | 7 | 70 | 125 | 70 |
| Binary | 11101110 | 11100010 | 110010 | 0 | 101 | 1001111 | 111 | 111000 | 1010101 | 111000 |
Color Harmonies of #EEE232
Complementary color
Monochromatic Colors of #EEE232
Black with #EEE232
Text Example
Text Example
White with #EEE232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE232; }
p { color: rgb(238,226,50); }
H1.HeaderClassName
{
color: #EEE232;
}
.AnyTagClassName
{
color: #EEE232;
}
</style>
background-color css
<style>
a { background-color: #EEE232; }
a { background-color: rgb(238,226,50); }
div.DivClassName
{
background-color: #EEE232;
}
.BgClassName
{
background-color: #EEE232;
}
</style>
border-color css
<style>
span { border-color: #EEE232; }
span { border-color: rgb(238,226,50); }
td.TdClassName
{
border-color: #EEE232;
}
.TagClassName
{
border-color: #EEE232;
}
</style>