Shades of Golden Fizz #E5E030
Tints of Golden Fizz #E5E030
RGB
CMYK
RGB Variations
Color information
#E5E030 (or 0xE5E030) is known color: Golden Fizz. HEX triplet: E5, E0 and 30. RGB value is (229,224,48). Sum of RGB (Red+Green+Blue) = 229+224+48=501 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.71% from 501); Green value is 224 (87.89% from 255 or 44.71% from 501); Blue value is 48 (19.14% from 255 or 9.58% from 501); Max value from RGB is 229 - color contains mainly: red. Hex color #E5E030 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5E030 is #1A1FCF. Grayscale: #CECECE. Windows color (decimal): -1712080 or 3203301. OLE color: 3203301.
HSL color Cylindrical-coordinate representation of color #E5E030: hue angle of 58.34º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E5E030 is Cyan = 0, Magento = 0.02, Yellow = 0.79 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 224 | 48 | - |
| CMYK | 0 | 0.02 | 0.79 | 0.10 |
| HSL | 58.34º | 0.78% | 0.54% | - |
| HSV(B) | 58.34º | 0.79% | 0.9% | - |
| XYZ | 59.5 | 70.18 | 13.21 | - |
| YUV | 205.43 | 39.16 | 144.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 224 | 48 | 0 | 0.02 | 0.79 | 0.10 | 58.34 | 0.78 | 0.54 |
| Hex | E5 | E0 | 30 | 0 | 2 | 4F | A | 3A | 4E | 36 |
| Octal | 345 | 340 | 60 | 0 | 2 | 117 | 12 | 72 | 116 | 66 |
| Binary | 11100101 | 11100000 | 110000 | 0 | 10 | 1001111 | 1010 | 111010 | 1001110 | 110110 |
Color Harmonies of #E5E030
Complementary color
Monochromatic Colors of #E5E030
Black with #E5E030
Text Example
Text Example
White with #E5E030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E030; }
p { color: rgb(229,224,48); }
H1.HeaderClassName
{
color: #E5E030;
}
.AnyTagClassName
{
color: #E5E030;
}
</style>
background-color css
<style>
a { background-color: #E5E030; }
a { background-color: rgb(229,224,48); }
div.DivClassName
{
background-color: #E5E030;
}
.BgClassName
{
background-color: #E5E030;
}
</style>
border-color css
<style>
span { border-color: #E5E030; }
span { border-color: rgb(229,224,48); }
td.TdClassName
{
border-color: #E5E030;
}
.TagClassName
{
border-color: #E5E030;
}
</style>