Shades of Golden Fizz #EEE434
Tints of Golden Fizz #EEE434
RGB
CMYK
RGB Variations
Color information
#EEE434 (or 0xEEE434) is known color: Golden Fizz. HEX triplet: EE, E4 and 34. RGB value is (238,228,52). Sum of RGB (Red+Green+Blue) = 238+228+52=518 (68% of max value = 765). Red value is 238 (93.36% from 255 or 45.95% from 518); Green value is 228 (89.45% from 255 or 44.02% from 518); Blue value is 52 (20.70% from 255 or 10.04% from 518); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE434 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEE434 is #111BCB. Grayscale: #D3D3D3. Windows color (decimal): -1121228 or 3466478. OLE color: 3466478.
HSL color Cylindrical-coordinate representation of color #EEE434: hue angle of 56.77º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EEE434 is Cyan = 0, Magento = 0.04, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 228 | 52 | - |
| CMYK | 0 | 0.04 | 0.78 | 0.07 |
| HSL | 56.77º | 0.85% | 0.57% | - |
| HSV(B) | 56.77º | 0.78% | 0.93% | - |
| XYZ | 63.62 | 73.91 | 14.16 | - |
| YUV | 210.93 | 38.31 | 147.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 228 | 52 | 0 | 0.04 | 0.78 | 0.07 | 56.77 | 0.85 | 0.57 |
| Hex | EE | E4 | 34 | 0 | 4 | 4E | 7 | 39 | 55 | 39 |
| Octal | 356 | 344 | 64 | 0 | 4 | 116 | 7 | 71 | 125 | 71 |
| Binary | 11101110 | 11100100 | 110100 | 0 | 100 | 1001110 | 111 | 111001 | 1010101 | 111001 |
Color Harmonies of #EEE434
Complementary color
Monochromatic Colors of #EEE434
Black with #EEE434
Text Example
Text Example
White with #EEE434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE434; }
p { color: rgb(238,228,52); }
H1.HeaderClassName
{
color: #EEE434;
}
.AnyTagClassName
{
color: #EEE434;
}
</style>
background-color css
<style>
a { background-color: #EEE434; }
a { background-color: rgb(238,228,52); }
div.DivClassName
{
background-color: #EEE434;
}
.BgClassName
{
background-color: #EEE434;
}
</style>
border-color css
<style>
span { border-color: #EEE434; }
span { border-color: rgb(238,228,52); }
td.TdClassName
{
border-color: #EEE434;
}
.TagClassName
{
border-color: #EEE434;
}
</style>