Shades of Golden Fizz #EEE53A
Tints of Golden Fizz #EEE53A
RGB
CMYK
RGB Variations
Color information
#EEE53A (or 0xEEE53A) is known color: Golden Fizz. HEX triplet: EE, E5 and 3A. RGB value is (238,229,58). Sum of RGB (Red+Green+Blue) = 238+229+58=525 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.33% from 525); Green value is 229 (89.84% from 255 or 43.62% from 525); Blue value is 58 (23.05% from 255 or 11.05% from 525); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE53A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEE53A is #111AC5. Grayscale: #D4D4D4. Windows color (decimal): -1120966 or 3859950. OLE color: 3859950.
HSL color Cylindrical-coordinate representation of color #EEE53A: hue angle of 57º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EEE53A is Cyan = 0, Magento = 0.04, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 229 | 58 | - |
| CMYK | 0 | 0.04 | 0.76 | 0.07 |
| HSL | 57º | 0.84% | 0.58% | - |
| HSV(B) | 57º | 0.76% | 0.93% | - |
| XYZ | 64.04 | 74.52 | 15.01 | - |
| YUV | 212.2 | 40.98 | 146.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 229 | 58 | 0 | 0.04 | 0.76 | 0.07 | 57 | 0.84 | 0.58 |
| Hex | EE | E5 | 3A | 0 | 4 | 4C | 7 | 39 | 54 | 3A |
| Octal | 356 | 345 | 72 | 0 | 4 | 114 | 7 | 71 | 124 | 72 |
| Binary | 11101110 | 11100101 | 111010 | 0 | 100 | 1001100 | 111 | 111001 | 1010100 | 111010 |
Color Harmonies of #EEE53A
Complementary color
Monochromatic Colors of #EEE53A
Black with #EEE53A
Text Example
Text Example
White with #EEE53A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE53A; }
p { color: rgb(238,229,58); }
H1.HeaderClassName
{
color: #EEE53A;
}
.AnyTagClassName
{
color: #EEE53A;
}
</style>
background-color css
<style>
a { background-color: #EEE53A; }
a { background-color: rgb(238,229,58); }
div.DivClassName
{
background-color: #EEE53A;
}
.BgClassName
{
background-color: #EEE53A;
}
</style>
border-color css
<style>
span { border-color: #EEE53A; }
span { border-color: rgb(238,229,58); }
td.TdClassName
{
border-color: #EEE53A;
}
.TagClassName
{
border-color: #EEE53A;
}
</style>