Shades of Golden Fizz #E5EA1D
Tints of Golden Fizz #E5EA1D
RGB
CMYK
RGB Variations
Color information
#E5EA1D (or 0xE5EA1D) is known color: Golden Fizz. HEX triplet: E5, EA and 1D. RGB value is (229,234,29). Sum of RGB (Red+Green+Blue) = 229+234+29=492 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.54% from 492); Green value is 234 (91.80% from 255 or 47.56% from 492); Blue value is 29 (11.72% from 255 or 5.89% from 492); Max value from RGB is 234 - color contains mainly: green. Hex color #E5EA1D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E5EA1D is #1A15E2. Grayscale: #D1D1D1. Windows color (decimal): -1709539 or 1960677. OLE color: 1960677.
HSL color Cylindrical-coordinate representation of color #E5EA1D: hue angle of 61.46º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E5EA1D is Cyan = 0.02, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 229 | 234 | 29 | - |
| CMYK | 0.02 | 0 | 0.88 | 0.08 |
| HSL | 61.46º | 0.83% | 0.52% | - |
| HSV(B) | 61.46º | 0.88% | 0.92% | - |
| XYZ | 61.96 | 75.59 | 12.49 | - |
| YUV | 209.14 | 26.34 | 142.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 234 | 29 | 0.02 | 0 | 0.88 | 0.08 | 61.46 | 0.83 | 0.52 |
| Hex | E5 | EA | 1D | 2 | 0 | 58 | 8 | 3D | 53 | 34 |
| Octal | 345 | 352 | 35 | 2 | 0 | 130 | 10 | 75 | 123 | 64 |
| Binary | 11100101 | 11101010 | 11101 | 10 | 0 | 1011000 | 1000 | 111101 | 1010011 | 110100 |
Color Harmonies of #E5EA1D
Complementary color
Monochromatic Colors of #E5EA1D
Black with #E5EA1D
Text Example
Text Example
White with #E5EA1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5EA1D; }
p { color: rgb(229,234,29); }
H1.HeaderClassName
{
color: #E5EA1D;
}
.AnyTagClassName
{
color: #E5EA1D;
}
</style>
background-color css
<style>
a { background-color: #E5EA1D; }
a { background-color: rgb(229,234,29); }
div.DivClassName
{
background-color: #E5EA1D;
}
.BgClassName
{
background-color: #E5EA1D;
}
</style>
border-color css
<style>
span { border-color: #E5EA1D; }
span { border-color: rgb(229,234,29); }
td.TdClassName
{
border-color: #E5EA1D;
}
.TagClassName
{
border-color: #E5EA1D;
}
</style>