Shades of Golden Fizz #EEE03C
Tints of Golden Fizz #EEE03C
RGB
CMYK
RGB Variations
Color information
#EEE03C (or 0xEEE03C) is known color: Golden Fizz. HEX triplet: EE, E0 and 3C. RGB value is (238,224,60). Sum of RGB (Red+Green+Blue) = 238+224+60=522 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.59% from 522); Green value is 224 (87.89% from 255 or 42.91% from 522); Blue value is 60 (23.83% from 255 or 11.49% from 522); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE03C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEE03C is #111FC3. Grayscale: #D2D2D2. Windows color (decimal): -1122244 or 3989742. OLE color: 3989742.
HSL color Cylindrical-coordinate representation of color #EEE03C: hue angle of 55.28º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EEE03C is Cyan = 0, Magento = 0.06, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 224 | 60 | - |
| CMYK | 0 | 0.06 | 0.75 | 0.07 |
| HSL | 55.28º | 0.84% | 0.58% | - |
| HSV(B) | 55.28º | 0.75% | 0.93% | - |
| XYZ | 62.73 | 71.81 | 14.83 | - |
| YUV | 209.49 | 43.64 | 148.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 224 | 60 | 0 | 0.06 | 0.75 | 0.07 | 55.28 | 0.84 | 0.58 |
| Hex | EE | E0 | 3C | 0 | 6 | 4B | 7 | 37 | 54 | 3A |
| Octal | 356 | 340 | 74 | 0 | 6 | 113 | 7 | 67 | 124 | 72 |
| Binary | 11101110 | 11100000 | 111100 | 0 | 110 | 1001011 | 111 | 110111 | 1010100 | 111010 |
Color Harmonies of #EEE03C
Complementary color
Monochromatic Colors of #EEE03C
Black with #EEE03C
Text Example
Text Example
White with #EEE03C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE03C; }
p { color: rgb(238,224,60); }
H1.HeaderClassName
{
color: #EEE03C;
}
.AnyTagClassName
{
color: #EEE03C;
}
</style>
background-color css
<style>
a { background-color: #EEE03C; }
a { background-color: rgb(238,224,60); }
div.DivClassName
{
background-color: #EEE03C;
}
.BgClassName
{
background-color: #EEE03C;
}
</style>
border-color css
<style>
span { border-color: #EEE03C; }
span { border-color: rgb(238,224,60); }
td.TdClassName
{
border-color: #EEE03C;
}
.TagClassName
{
border-color: #EEE03C;
}
</style>