Shades of Golden Fizz #EEE01D
Tints of Golden Fizz #EEE01D
RGB
CMYK
RGB Variations
Color information
#EEE01D (or 0xEEE01D) is known color: Golden Fizz. HEX triplet: EE, E0 and 1D. RGB value is (238,224,29). Sum of RGB (Red+Green+Blue) = 238+224+29=491 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.47% from 491); Green value is 224 (87.89% from 255 or 45.62% from 491); Blue value is 29 (11.72% from 255 or 5.91% from 491); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE01D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEE01D is #111FE2. Grayscale: #CECECE. Windows color (decimal): -1122275 or 1958126. OLE color: 1958126.
HSL color Cylindrical-coordinate representation of color #EEE01D: hue angle of 55.98º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EEE01D is Cyan = 0, Magento = 0.06, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 224 | 29 | - |
| CMYK | 0 | 0.06 | 0.88 | 0.07 |
| HSL | 55.98º | 0.86% | 0.52% | - |
| HSV(B) | 55.98º | 0.88% | 0.93% | - |
| XYZ | 62.14 | 71.58 | 11.7 | - |
| YUV | 205.96 | 28.14 | 150.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 224 | 29 | 0 | 0.06 | 0.88 | 0.07 | 55.98 | 0.86 | 0.52 |
| Hex | EE | E0 | 1D | 0 | 6 | 58 | 7 | 38 | 56 | 34 |
| Octal | 356 | 340 | 35 | 0 | 6 | 130 | 7 | 70 | 126 | 64 |
| Binary | 11101110 | 11100000 | 11101 | 0 | 110 | 1011000 | 111 | 111000 | 1010110 | 110100 |
Color Harmonies of #EEE01D
Complementary color
Monochromatic Colors of #EEE01D
Black with #EEE01D
Text Example
Text Example
White with #EEE01D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE01D; }
p { color: rgb(238,224,29); }
H1.HeaderClassName
{
color: #EEE01D;
}
.AnyTagClassName
{
color: #EEE01D;
}
</style>
background-color css
<style>
a { background-color: #EEE01D; }
a { background-color: rgb(238,224,29); }
div.DivClassName
{
background-color: #EEE01D;
}
.BgClassName
{
background-color: #EEE01D;
}
</style>
border-color css
<style>
span { border-color: #EEE01D; }
span { border-color: rgb(238,224,29); }
td.TdClassName
{
border-color: #EEE01D;
}
.TagClassName
{
border-color: #EEE01D;
}
</style>