Shades of Golden Fizz #E5E11D
Tints of Golden Fizz #E5E11D
RGB
CMYK
RGB Variations
Color information
#E5E11D (or 0xE5E11D) is known color: Golden Fizz. HEX triplet: E5, E1 and 1D. RGB value is (229,225,29). Sum of RGB (Red+Green+Blue) = 229+225+29=483 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.41% from 483); Green value is 225 (88.28% from 255 or 46.58% from 483); Blue value is 29 (11.72% from 255 or 6.00% from 483); Max value from RGB is 229 - color contains mainly: red. Hex color #E5E11D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5E11D is #1A1EE2. Grayscale: #CCCCCC. Windows color (decimal): -1711843 or 1958373. OLE color: 1958373.
HSL color Cylindrical-coordinate representation of color #E5E11D: hue angle of 58.8º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E5E11D is Cyan = 0, Magento = 0.02, Yellow = 0.87 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 225 | 29 | - |
| CMYK | 0 | 0.02 | 0.87 | 0.10 |
| HSL | 58.8º | 0.79% | 0.51% | - |
| HSV(B) | 58.8º | 0.87% | 0.9% | - |
| XYZ | 59.46 | 70.6 | 11.66 | - |
| YUV | 203.85 | 29.33 | 145.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 225 | 29 | 0 | 0.02 | 0.87 | 0.10 | 58.8 | 0.79 | 0.51 |
| Hex | E5 | E1 | 1D | 0 | 2 | 57 | A | 3B | 4F | 33 |
| Octal | 345 | 341 | 35 | 0 | 2 | 127 | 12 | 73 | 117 | 63 |
| Binary | 11100101 | 11100001 | 11101 | 0 | 10 | 1010111 | 1010 | 111011 | 1001111 | 110011 |
Color Harmonies of #E5E11D
Complementary color
Monochromatic Colors of #E5E11D
Black with #E5E11D
Text Example
Text Example
White with #E5E11D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E11D; }
p { color: rgb(229,225,29); }
H1.HeaderClassName
{
color: #E5E11D;
}
.AnyTagClassName
{
color: #E5E11D;
}
</style>
background-color css
<style>
a { background-color: #E5E11D; }
a { background-color: rgb(229,225,29); }
div.DivClassName
{
background-color: #E5E11D;
}
.BgClassName
{
background-color: #E5E11D;
}
</style>
border-color css
<style>
span { border-color: #E5E11D; }
span { border-color: rgb(229,225,29); }
td.TdClassName
{
border-color: #E5E11D;
}
.TagClassName
{
border-color: #E5E11D;
}
</style>