Shades of Golden Fizz #EEE031
Tints of Golden Fizz #EEE031
RGB
CMYK
RGB Variations
Color information
#EEE031 (or 0xEEE031) is known color: Golden Fizz. HEX triplet: EE, E0 and 31. RGB value is (238,224,49). Sum of RGB (Red+Green+Blue) = 238+224+49=511 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.58% from 511); Green value is 224 (87.89% from 255 or 43.84% from 511); Blue value is 49 (19.53% from 255 or 9.59% from 511); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE031 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEE031 is #111FCE. Grayscale: #D0D0D0. Windows color (decimal): -1122255 or 3268846. OLE color: 3268846.
HSL color Cylindrical-coordinate representation of color #EEE031: hue angle of 55.56º 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 #EEE031 is Cyan = 0, Magento = 0.06, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 224 | 49 | - |
| CMYK | 0 | 0.06 | 0.79 | 0.07 |
| HSL | 55.56º | 0.85% | 0.56% | - |
| HSV(B) | 55.56º | 0.79% | 0.93% | - |
| XYZ | 62.47 | 71.71 | 13.45 | - |
| YUV | 208.24 | 38.14 | 149.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 224 | 49 | 0 | 0.06 | 0.79 | 0.07 | 55.56 | 0.85 | 0.56 |
| Hex | EE | E0 | 31 | 0 | 6 | 4F | 7 | 38 | 55 | 38 |
| Octal | 356 | 340 | 61 | 0 | 6 | 117 | 7 | 70 | 125 | 70 |
| Binary | 11101110 | 11100000 | 110001 | 0 | 110 | 1001111 | 111 | 111000 | 1010101 | 111000 |
Color Harmonies of #EEE031
Complementary color
Monochromatic Colors of #EEE031
Black with #EEE031
Text Example
Text Example
White with #EEE031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE031; }
p { color: rgb(238,224,49); }
H1.HeaderClassName
{
color: #EEE031;
}
.AnyTagClassName
{
color: #EEE031;
}
</style>
background-color css
<style>
a { background-color: #EEE031; }
a { background-color: rgb(238,224,49); }
div.DivClassName
{
background-color: #EEE031;
}
.BgClassName
{
background-color: #EEE031;
}
</style>
border-color css
<style>
span { border-color: #EEE031; }
span { border-color: rgb(238,224,49); }
td.TdClassName
{
border-color: #EEE031;
}
.TagClassName
{
border-color: #EEE031;
}
</style>