Shades of Golden Fizz #E5E42A
Tints of Golden Fizz #E5E42A
RGB
CMYK
RGB Variations
Color information
#E5E42A (or 0xE5E42A) is known color: Golden Fizz. HEX triplet: E5, E4 and 2A. RGB value is (229,228,42). Sum of RGB (Red+Green+Blue) = 229+228+42=499 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.89% from 499); Green value is 228 (89.45% from 255 or 45.69% from 499); Blue value is 42 (16.80% from 255 or 8.42% from 499); Max value from RGB is 229 - color contains mainly: red. Hex color #E5E42A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5E42A is #1A1BD5. Grayscale: #CFCFCF. Windows color (decimal): -1711062 or 2811109. OLE color: 2811109.
HSL color Cylindrical-coordinate representation of color #E5E42A: hue angle of 59.68º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E5E42A is Cyan = 0, Magento = 0.00, Yellow = 0.82 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 228 | 42 | - |
| CMYK | 0 | 0.00 | 0.82 | 0.10 |
| HSL | 59.68º | 0.78% | 0.53% | - |
| HSV(B) | 59.68º | 0.82% | 0.9% | - |
| XYZ | 60.47 | 72.31 | 12.96 | - |
| YUV | 207.1 | 34.83 | 143.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 228 | 42 | 0 | 0.00 | 0.82 | 0.10 | 59.68 | 0.78 | 0.53 |
| Hex | E5 | E4 | 2A | 0 | 0 | 52 | A | 3C | 4E | 35 |
| Octal | 345 | 344 | 52 | 0 | 0 | 122 | 12 | 74 | 116 | 65 |
| Binary | 11100101 | 11100100 | 101010 | 0 | 0 | 1010010 | 1010 | 111100 | 1001110 | 110101 |
Color Harmonies of #E5E42A
Complementary color
Monochromatic Colors of #E5E42A
Black with #E5E42A
Text Example
Text Example
White with #E5E42A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E42A; }
p { color: rgb(229,228,42); }
H1.HeaderClassName
{
color: #E5E42A;
}
.AnyTagClassName
{
color: #E5E42A;
}
</style>
background-color css
<style>
a { background-color: #E5E42A; }
a { background-color: rgb(229,228,42); }
div.DivClassName
{
background-color: #E5E42A;
}
.BgClassName
{
background-color: #E5E42A;
}
</style>
border-color css
<style>
span { border-color: #E5E42A; }
span { border-color: rgb(229,228,42); }
td.TdClassName
{
border-color: #E5E42A;
}
.TagClassName
{
border-color: #E5E42A;
}
</style>