Shades of Golden Fizz #EEE120
Tints of Golden Fizz #EEE120
RGB
CMYK
RGB Variations
Color information
#EEE120 (or 0xEEE120) is known color: Golden Fizz. HEX triplet: EE, E1 and 20. RGB value is (238,225,32). Sum of RGB (Red+Green+Blue) = 238+225+32=495 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.08% from 495); Green value is 225 (88.28% from 255 or 45.45% from 495); Blue value is 32 (12.89% from 255 or 6.46% from 495); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE120 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEE120 is #111EDF. Grayscale: #CFCFCF. Windows color (decimal): -1122016 or 2154990. OLE color: 2154990.
HSL color Cylindrical-coordinate representation of color #EEE120: hue angle of 56.21º 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 #EEE120 is Cyan = 0, Magento = 0.05, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 225 | 32 | - |
| CMYK | 0 | 0.05 | 0.87 | 0.07 |
| HSL | 56.21º | 0.86% | 0.53% | - |
| HSV(B) | 56.21º | 0.87% | 0.93% | - |
| XYZ | 62.45 | 72.13 | 12 | - |
| YUV | 206.89 | 29.31 | 150.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 225 | 32 | 0 | 0.05 | 0.87 | 0.07 | 56.21 | 0.86 | 0.53 |
| Hex | EE | E1 | 20 | 0 | 5 | 57 | 7 | 38 | 56 | 35 |
| Octal | 356 | 341 | 40 | 0 | 5 | 127 | 7 | 70 | 126 | 65 |
| Binary | 11101110 | 11100001 | 100000 | 0 | 101 | 1010111 | 111 | 111000 | 1010110 | 110101 |
Color Harmonies of #EEE120
Complementary color
Monochromatic Colors of #EEE120
Black with #EEE120
Text Example
Text Example
White with #EEE120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE120; }
p { color: rgb(238,225,32); }
H1.HeaderClassName
{
color: #EEE120;
}
.AnyTagClassName
{
color: #EEE120;
}
</style>
background-color css
<style>
a { background-color: #EEE120; }
a { background-color: rgb(238,225,32); }
div.DivClassName
{
background-color: #EEE120;
}
.BgClassName
{
background-color: #EEE120;
}
</style>
border-color css
<style>
span { border-color: #EEE120; }
span { border-color: rgb(238,225,32); }
td.TdClassName
{
border-color: #EEE120;
}
.TagClassName
{
border-color: #EEE120;
}
</style>