Shades of Golden Fizz #E5E72C
Tints of Golden Fizz #E5E72C
RGB
CMYK
RGB Variations
Color information
#E5E72C (or 0xE5E72C) is known color: Golden Fizz. HEX triplet: E5, E7 and 2C. RGB value is (229,231,44). Sum of RGB (Red+Green+Blue) = 229+231+44=504 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.44% from 504); Green value is 231 (90.62% from 255 or 45.83% from 504); Blue value is 44 (17.58% from 255 or 8.73% from 504); Max value from RGB is 231 - color contains mainly: green. Hex color #E5E72C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E5E72C is #1A18D3. Grayscale: #D1D1D1. Windows color (decimal): -1710292 or 2942949. OLE color: 2942949.
HSL color Cylindrical-coordinate representation of color #E5E72C: hue angle of 60.64º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E5E72C is Cyan = 0.01, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 229 | 231 | 44 | - |
| CMYK | 0.01 | 0 | 0.81 | 0.09 |
| HSL | 60.64º | 0.8% | 0.54% | - |
| HSV(B) | 60.64º | 0.81% | 0.91% | - |
| XYZ | 61.34 | 73.99 | 13.43 | - |
| YUV | 209.08 | 34.84 | 142.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 231 | 44 | 0.01 | 0 | 0.81 | 0.09 | 60.64 | 0.8 | 0.54 |
| Hex | E5 | E7 | 2C | 1 | 0 | 51 | 9 | 3D | 50 | 36 |
| Octal | 345 | 347 | 54 | 1 | 0 | 121 | 11 | 75 | 120 | 66 |
| Binary | 11100101 | 11100111 | 101100 | 1 | 0 | 1010001 | 1001 | 111101 | 1010000 | 110110 |
Color Harmonies of #E5E72C
Complementary color
Monochromatic Colors of #E5E72C
Black with #E5E72C
Text Example
Text Example
White with #E5E72C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E72C; }
p { color: rgb(229,231,44); }
H1.HeaderClassName
{
color: #E5E72C;
}
.AnyTagClassName
{
color: #E5E72C;
}
</style>
background-color css
<style>
a { background-color: #E5E72C; }
a { background-color: rgb(229,231,44); }
div.DivClassName
{
background-color: #E5E72C;
}
.BgClassName
{
background-color: #E5E72C;
}
</style>
border-color css
<style>
span { border-color: #E5E72C; }
span { border-color: rgb(229,231,44); }
td.TdClassName
{
border-color: #E5E72C;
}
.TagClassName
{
border-color: #E5E72C;
}
</style>