Shades of Golden Fizz #E5E42B
Tints of Golden Fizz #E5E42B
RGB
CMYK
RGB Variations
Color information
#E5E42B (or 0xE5E42B) is known color: Golden Fizz. HEX triplet: E5, E4 and 2B. RGB value is (229,228,43). Sum of RGB (Red+Green+Blue) = 229+228+43=500 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.8% from 500); Green value is 228 (89.45% from 255 or 45.6% from 500); Blue value is 43 (17.19% from 255 or 8.6% from 500); Max value from RGB is 229 - color contains mainly: red. Hex color #E5E42B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5E42B is #1A1BD4. Grayscale: #CFCFCF. Windows color (decimal): -1711061 or 2876645. OLE color: 2876645.
HSL color Cylindrical-coordinate representation of color #E5E42B: 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.81%. Process color model (Four color, CMYK) of #E5E42B is Cyan = 0, Magento = 0.00, Yellow = 0.81 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 228 | 43 | - |
| CMYK | 0 | 0.00 | 0.81 | 0.10 |
| HSL | 59.68º | 0.78% | 0.53% | - |
| HSV(B) | 59.68º | 0.81% | 0.9% | - |
| XYZ | 60.49 | 72.32 | 13.06 | - |
| YUV | 207.21 | 35.33 | 143.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 228 | 43 | 0 | 0.00 | 0.81 | 0.10 | 59.68 | 0.78 | 0.53 |
| Hex | E5 | E4 | 2B | 0 | 0 | 51 | A | 3C | 4E | 35 |
| Octal | 345 | 344 | 53 | 0 | 0 | 121 | 12 | 74 | 116 | 65 |
| Binary | 11100101 | 11100100 | 101011 | 0 | 0 | 1010001 | 1010 | 111100 | 1001110 | 110101 |
Color Harmonies of #E5E42B
Complementary color
Monochromatic Colors of #E5E42B
Black with #E5E42B
Text Example
Text Example
White with #E5E42B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E42B; }
p { color: rgb(229,228,43); }
H1.HeaderClassName
{
color: #E5E42B;
}
.AnyTagClassName
{
color: #E5E42B;
}
</style>
background-color css
<style>
a { background-color: #E5E42B; }
a { background-color: rgb(229,228,43); }
div.DivClassName
{
background-color: #E5E42B;
}
.BgClassName
{
background-color: #E5E42B;
}
</style>
border-color css
<style>
span { border-color: #E5E42B; }
span { border-color: rgb(229,228,43); }
td.TdClassName
{
border-color: #E5E42B;
}
.TagClassName
{
border-color: #E5E42B;
}
</style>