Shades of Golden Fizz #EEE81F
Tints of Golden Fizz #EEE81F
RGB
CMYK
RGB Variations
Color information
#EEE81F (or 0xEEE81F) is known color: Golden Fizz. HEX triplet: EE, E8 and 1F. RGB value is (238,232,31). Sum of RGB (Red+Green+Blue) = 238+232+31=501 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.50% from 501); Green value is 232 (91.02% from 255 or 46.31% from 501); Blue value is 31 (12.5% from 255 or 6.19% from 501); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE81F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EEE81F is #1117E0. Grayscale: #D3D3D3. Windows color (decimal): -1120225 or 2091246. OLE color: 2091246.
HSL color Cylindrical-coordinate representation of color #EEE81F: hue angle of 58.26º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EEE81F is Cyan = 0, Magento = 0.03, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 232 | 31 | - |
| CMYK | 0 | 0.03 | 0.87 | 0.07 |
| HSL | 58.26º | 0.86% | 0.53% | - |
| HSV(B) | 58.26º | 0.87% | 0.93% | - |
| XYZ | 64.36 | 75.99 | 12.57 | - |
| YUV | 210.88 | 26.49 | 147.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 232 | 31 | 0 | 0.03 | 0.87 | 0.07 | 58.26 | 0.86 | 0.53 |
| Hex | EE | E8 | 1F | 0 | 3 | 57 | 7 | 3A | 56 | 35 |
| Octal | 356 | 350 | 37 | 0 | 3 | 127 | 7 | 72 | 126 | 65 |
| Binary | 11101110 | 11101000 | 11111 | 0 | 11 | 1010111 | 111 | 111010 | 1010110 | 110101 |
Color Harmonies of #EEE81F
Complementary color
Monochromatic Colors of #EEE81F
Black with #EEE81F
Text Example
Text Example
White with #EEE81F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE81F; }
p { color: rgb(238,232,31); }
H1.HeaderClassName
{
color: #EEE81F;
}
.AnyTagClassName
{
color: #EEE81F;
}
</style>
background-color css
<style>
a { background-color: #EEE81F; }
a { background-color: rgb(238,232,31); }
div.DivClassName
{
background-color: #EEE81F;
}
.BgClassName
{
background-color: #EEE81F;
}
</style>
border-color css
<style>
span { border-color: #EEE81F; }
span { border-color: rgb(238,232,31); }
td.TdClassName
{
border-color: #EEE81F;
}
.TagClassName
{
border-color: #EEE81F;
}
</style>