Shades of Golden Fizz #E5E31D
Tints of Golden Fizz #E5E31D
RGB
CMYK
RGB Variations
Color information
#E5E31D (or 0xE5E31D) is known color: Golden Fizz. HEX triplet: E5, E3 and 1D. RGB value is (229,227,29). Sum of RGB (Red+Green+Blue) = 229+227+29=485 (64% of max value = 765). Red value is 229 (89.84% from 255 or 47.22% from 485); Green value is 227 (89.06% from 255 or 46.80% from 485); Blue value is 29 (11.72% from 255 or 5.98% from 485); Max value from RGB is 229 - color contains mainly: red. Hex color #E5E31D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5E31D is #1A1CE2. Grayscale: #CDCDCD. Windows color (decimal): -1711331 or 1958885. OLE color: 1958885.
HSL color Cylindrical-coordinate representation of color #E5E31D: hue angle of 59.4º 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 #E5E31D is Cyan = 0, Magento = 0.01, Yellow = 0.87 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 227 | 29 | - |
| CMYK | 0 | 0.01 | 0.87 | 0.10 |
| HSL | 59.4º | 0.79% | 0.51% | - |
| HSV(B) | 59.4º | 0.87% | 0.9% | - |
| XYZ | 60 | 71.68 | 11.84 | - |
| YUV | 205.03 | 28.66 | 145.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 227 | 29 | 0 | 0.01 | 0.87 | 0.10 | 59.4 | 0.79 | 0.51 |
| Hex | E5 | E3 | 1D | 0 | 1 | 57 | A | 3B | 4F | 33 |
| Octal | 345 | 343 | 35 | 0 | 1 | 127 | 12 | 73 | 117 | 63 |
| Binary | 11100101 | 11100011 | 11101 | 0 | 1 | 1010111 | 1010 | 111011 | 1001111 | 110011 |
Color Harmonies of #E5E31D
Complementary color
Monochromatic Colors of #E5E31D
Black with #E5E31D
Text Example
Text Example
White with #E5E31D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E31D; }
p { color: rgb(229,227,29); }
H1.HeaderClassName
{
color: #E5E31D;
}
.AnyTagClassName
{
color: #E5E31D;
}
</style>
background-color css
<style>
a { background-color: #E5E31D; }
a { background-color: rgb(229,227,29); }
div.DivClassName
{
background-color: #E5E31D;
}
.BgClassName
{
background-color: #E5E31D;
}
</style>
border-color css
<style>
span { border-color: #E5E31D; }
span { border-color: rgb(229,227,29); }
td.TdClassName
{
border-color: #E5E31D;
}
.TagClassName
{
border-color: #E5E31D;
}
</style>