Shades of Golden Fizz #E8E134
Tints of Golden Fizz #E8E134
RGB
CMYK
RGB Variations
Color information
#E8E134 (or 0xE8E134) is known color: Golden Fizz. HEX triplet: E8, E1 and 34. RGB value is (232,225,52). Sum of RGB (Red+Green+Blue) = 232+225+52=509 (67% of max value = 765). Red value is 232 (91.02% from 255 or 45.58% from 509); Green value is 225 (88.28% from 255 or 44.20% from 509); Blue value is 52 (20.70% from 255 or 10.22% from 509); Max value from RGB is 232 - color contains mainly: red. Hex color #E8E134 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E8E134 is #171ECB. Grayscale: #D0D0D0. Windows color (decimal): -1515212 or 3465704. OLE color: 3465704.
HSL color Cylindrical-coordinate representation of color #E8E134: hue angle of 57.67º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E8E134 is Cyan = 0, Magento = 0.03, Yellow = 0.78 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 225 | 52 | - |
| CMYK | 0 | 0.03 | 0.78 | 0.09 |
| HSL | 57.67º | 0.8% | 0.56% | - |
| HSV(B) | 57.67º | 0.78% | 0.91% | - |
| XYZ | 60.82 | 71.25 | 13.8 | - |
| YUV | 207.37 | 40.32 | 145.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 225 | 52 | 0 | 0.03 | 0.78 | 0.09 | 57.67 | 0.8 | 0.56 |
| Hex | E8 | E1 | 34 | 0 | 3 | 4E | 9 | 3A | 50 | 38 |
| Octal | 350 | 341 | 64 | 0 | 3 | 116 | 11 | 72 | 120 | 70 |
| Binary | 11101000 | 11100001 | 110100 | 0 | 11 | 1001110 | 1001 | 111010 | 1010000 | 111000 |
Color Harmonies of #E8E134
Complementary color
Monochromatic Colors of #E8E134
Black with #E8E134
Text Example
Text Example
White with #E8E134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8E134; }
p { color: rgb(232,225,52); }
H1.HeaderClassName
{
color: #E8E134;
}
.AnyTagClassName
{
color: #E8E134;
}
</style>
background-color css
<style>
a { background-color: #E8E134; }
a { background-color: rgb(232,225,52); }
div.DivClassName
{
background-color: #E8E134;
}
.BgClassName
{
background-color: #E8E134;
}
</style>
border-color css
<style>
span { border-color: #E8E134; }
span { border-color: rgb(232,225,52); }
td.TdClassName
{
border-color: #E8E134;
}
.TagClassName
{
border-color: #E8E134;
}
</style>