Shades of Golden Fizz #EEE01E
Tints of Golden Fizz #EEE01E
RGB
CMYK
RGB Variations
Color information
#EEE01E (or 0xEEE01E) is known color: Golden Fizz. HEX triplet: EE, E0 and 1E. RGB value is (238,224,30). Sum of RGB (Red+Green+Blue) = 238+224+30=492 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.37% from 492); Green value is 224 (87.89% from 255 or 45.53% from 492); Blue value is 30 (12.11% from 255 or 6.10% from 492); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE01E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEE01E is #111FE1. Grayscale: #CECECE. Windows color (decimal): -1122274 or 2023662. OLE color: 2023662.
HSL color Cylindrical-coordinate representation of color #EEE01E: hue angle of 55.96º 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 #EEE01E is Cyan = 0, Magento = 0.06, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 224 | 30 | - |
| CMYK | 0 | 0.06 | 0.87 | 0.07 |
| HSL | 55.96º | 0.86% | 0.53% | - |
| HSV(B) | 55.96º | 0.87% | 0.93% | - |
| XYZ | 62.15 | 71.58 | 11.77 | - |
| YUV | 206.07 | 28.64 | 150.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 224 | 30 | 0 | 0.06 | 0.87 | 0.07 | 55.96 | 0.86 | 0.53 |
| Hex | EE | E0 | 1E | 0 | 6 | 57 | 7 | 38 | 56 | 35 |
| Octal | 356 | 340 | 36 | 0 | 6 | 127 | 7 | 70 | 126 | 65 |
| Binary | 11101110 | 11100000 | 11110 | 0 | 110 | 1010111 | 111 | 111000 | 1010110 | 110101 |
Color Harmonies of #EEE01E
Complementary color
Monochromatic Colors of #EEE01E
Black with #EEE01E
Text Example
Text Example
White with #EEE01E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE01E; }
p { color: rgb(238,224,30); }
H1.HeaderClassName
{
color: #EEE01E;
}
.AnyTagClassName
{
color: #EEE01E;
}
</style>
background-color css
<style>
a { background-color: #EEE01E; }
a { background-color: rgb(238,224,30); }
div.DivClassName
{
background-color: #EEE01E;
}
.BgClassName
{
background-color: #EEE01E;
}
</style>
border-color css
<style>
span { border-color: #EEE01E; }
span { border-color: rgb(238,224,30); }
td.TdClassName
{
border-color: #EEE01E;
}
.TagClassName
{
border-color: #EEE01E;
}
</style>