Shades of Golden Fizz #EEE130
Tints of Golden Fizz #EEE130
RGB
CMYK
RGB Variations
Color information
#EEE130 (or 0xEEE130) is known color: Golden Fizz. HEX triplet: EE, E1 and 30. RGB value is (238,225,48). Sum of RGB (Red+Green+Blue) = 238+225+48=511 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.58% from 511); Green value is 225 (88.28% from 255 or 44.03% from 511); Blue value is 48 (19.14% from 255 or 9.39% from 511); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE130 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEE130 is #111ECF. Grayscale: #D1D1D1. Windows color (decimal): -1122000 or 3203566. OLE color: 3203566.
HSL color Cylindrical-coordinate representation of color #EEE130: hue angle of 55.89º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EEE130 is Cyan = 0, Magento = 0.05, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 225 | 48 | - |
| CMYK | 0 | 0.05 | 0.80 | 0.07 |
| HSL | 55.89º | 0.85% | 0.56% | - |
| HSV(B) | 55.89º | 0.8% | 0.93% | - |
| XYZ | 62.72 | 72.24 | 13.43 | - |
| YUV | 208.71 | 37.31 | 148.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 225 | 48 | 0 | 0.05 | 0.80 | 0.07 | 55.89 | 0.85 | 0.56 |
| Hex | EE | E1 | 30 | 0 | 5 | 50 | 7 | 38 | 55 | 38 |
| Octal | 356 | 341 | 60 | 0 | 5 | 120 | 7 | 70 | 125 | 70 |
| Binary | 11101110 | 11100001 | 110000 | 0 | 101 | 1010000 | 111 | 111000 | 1010101 | 111000 |
Color Harmonies of #EEE130
Complementary color
Monochromatic Colors of #EEE130
Black with #EEE130
Text Example
Text Example
White with #EEE130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE130; }
p { color: rgb(238,225,48); }
H1.HeaderClassName
{
color: #EEE130;
}
.AnyTagClassName
{
color: #EEE130;
}
</style>
background-color css
<style>
a { background-color: #EEE130; }
a { background-color: rgb(238,225,48); }
div.DivClassName
{
background-color: #EEE130;
}
.BgClassName
{
background-color: #EEE130;
}
</style>
border-color css
<style>
span { border-color: #EEE130; }
span { border-color: rgb(238,225,48); }
td.TdClassName
{
border-color: #EEE130;
}
.TagClassName
{
border-color: #EEE130;
}
</style>