Shades of Golden Fizz #EEE231
Tints of Golden Fizz #EEE231
RGB
CMYK
RGB Variations
Color information
#EEE231 (or 0xEEE231) is known color: Golden Fizz. HEX triplet: EE, E2 and 31. RGB value is (238,226,49). Sum of RGB (Red+Green+Blue) = 238+226+49=513 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.39% from 513); Green value is 226 (88.67% from 255 or 44.05% from 513); Blue value is 49 (19.53% from 255 or 9.55% from 513); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE231 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEE231 is #111DCE. Grayscale: #D2D2D2. Windows color (decimal): -1121743 or 3269358. OLE color: 3269358.
HSL color Cylindrical-coordinate representation of color #EEE231: hue angle of 56.19º 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 #EEE231 is Cyan = 0, Magento = 0.05, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 226 | 49 | - |
| CMYK | 0 | 0.05 | 0.79 | 0.07 |
| HSL | 56.19º | 0.85% | 0.56% | - |
| HSV(B) | 56.19º | 0.79% | 0.93% | - |
| XYZ | 63.01 | 72.79 | 13.63 | - |
| YUV | 209.41 | 37.48 | 148.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 226 | 49 | 0 | 0.05 | 0.79 | 0.07 | 56.19 | 0.85 | 0.56 |
| Hex | EE | E2 | 31 | 0 | 5 | 4F | 7 | 38 | 55 | 38 |
| Octal | 356 | 342 | 61 | 0 | 5 | 117 | 7 | 70 | 125 | 70 |
| Binary | 11101110 | 11100010 | 110001 | 0 | 101 | 1001111 | 111 | 111000 | 1010101 | 111000 |
Color Harmonies of #EEE231
Complementary color
Monochromatic Colors of #EEE231
Black with #EEE231
Text Example
Text Example
White with #EEE231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE231; }
p { color: rgb(238,226,49); }
H1.HeaderClassName
{
color: #EEE231;
}
.AnyTagClassName
{
color: #EEE231;
}
</style>
background-color css
<style>
a { background-color: #EEE231; }
a { background-color: rgb(238,226,49); }
div.DivClassName
{
background-color: #EEE231;
}
.BgClassName
{
background-color: #EEE231;
}
</style>
border-color css
<style>
span { border-color: #EEE231; }
span { border-color: rgb(238,226,49); }
td.TdClassName
{
border-color: #EEE231;
}
.TagClassName
{
border-color: #EEE231;
}
</style>