Shades of Golden Fizz #E5E72E
Tints of Golden Fizz #E5E72E
RGB
CMYK
RGB Variations
Color information
#E5E72E (or 0xE5E72E) is known color: Golden Fizz. HEX triplet: E5, E7 and 2E. RGB value is (229,231,46). Sum of RGB (Red+Green+Blue) = 229+231+46=506 (67% of max value = 765). Red value is 229 (89.84% from 255 or 45.26% from 506); Green value is 231 (90.62% from 255 or 45.65% from 506); Blue value is 46 (18.36% from 255 or 9.09% from 506); Max value from RGB is 231 - color contains mainly: green. Hex color #E5E72E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E5E72E is #1A18D1. Grayscale: #D2D2D2. Windows color (decimal): -1710290 or 3074021. OLE color: 3074021.
HSL color Cylindrical-coordinate representation of color #E5E72E: hue angle of 60.65º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E5E72E is Cyan = 0.01, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 229 | 231 | 46 | - |
| CMYK | 0.01 | 0 | 0.80 | 0.09 |
| HSL | 60.65º | 0.79% | 0.54% | - |
| HSV(B) | 60.65º | 0.8% | 0.91% | - |
| XYZ | 61.38 | 74.01 | 13.63 | - |
| YUV | 209.31 | 35.84 | 142.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 231 | 46 | 0.01 | 0 | 0.80 | 0.09 | 60.65 | 0.79 | 0.54 |
| Hex | E5 | E7 | 2E | 1 | 0 | 50 | 9 | 3D | 4F | 36 |
| Octal | 345 | 347 | 56 | 1 | 0 | 120 | 11 | 75 | 117 | 66 |
| Binary | 11100101 | 11100111 | 101110 | 1 | 0 | 1010000 | 1001 | 111101 | 1001111 | 110110 |
Color Harmonies of #E5E72E
Complementary color
Monochromatic Colors of #E5E72E
Black with #E5E72E
Text Example
Text Example
White with #E5E72E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E72E; }
p { color: rgb(229,231,46); }
H1.HeaderClassName
{
color: #E5E72E;
}
.AnyTagClassName
{
color: #E5E72E;
}
</style>
background-color css
<style>
a { background-color: #E5E72E; }
a { background-color: rgb(229,231,46); }
div.DivClassName
{
background-color: #E5E72E;
}
.BgClassName
{
background-color: #E5E72E;
}
</style>
border-color css
<style>
span { border-color: #E5E72E; }
span { border-color: rgb(229,231,46); }
td.TdClassName
{
border-color: #E5E72E;
}
.TagClassName
{
border-color: #E5E72E;
}
</style>