Shades of Golden Fizz #E4E72A
Tints of Golden Fizz #E4E72A
RGB
CMYK
RGB Variations
Color information
#E4E72A (or 0xE4E72A) is known color: Golden Fizz. HEX triplet: E4, E7 and 2A. RGB value is (228,231,42). Sum of RGB (Red+Green+Blue) = 228+231+42=501 (66% of max value = 765). Red value is 228 (89.45% from 255 or 45.51% from 501); Green value is 231 (90.62% from 255 or 46.11% from 501); Blue value is 42 (16.80% from 255 or 8.38% from 501); Max value from RGB is 231 - color contains mainly: green. Hex color #E4E72A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E4E72A is #1B18D5. Grayscale: #D1D1D1. Windows color (decimal): -1775830 or 2811876. OLE color: 2811876.
HSL color Cylindrical-coordinate representation of color #E4E72A: hue angle of 60.95º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E4E72A is Cyan = 0.01, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 228 | 231 | 42 | - |
| CMYK | 0.01 | 0 | 0.82 | 0.09 |
| HSL | 60.95º | 0.8% | 0.54% | - |
| HSV(B) | 60.95º | 0.82% | 0.91% | - |
| XYZ | 60.99 | 73.81 | 13.22 | - |
| YUV | 208.56 | 34.01 | 141.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 231 | 42 | 0.01 | 0 | 0.82 | 0.09 | 60.95 | 0.8 | 0.54 |
| Hex | E4 | E7 | 2A | 1 | 0 | 52 | 9 | 3D | 50 | 36 |
| Octal | 344 | 347 | 52 | 1 | 0 | 122 | 11 | 75 | 120 | 66 |
| Binary | 11100100 | 11100111 | 101010 | 1 | 0 | 1010010 | 1001 | 111101 | 1010000 | 110110 |
Color Harmonies of #E4E72A
Complementary color
Monochromatic Colors of #E4E72A
Black with #E4E72A
Text Example
Text Example
White with #E4E72A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4E72A; }
p { color: rgb(228,231,42); }
H1.HeaderClassName
{
color: #E4E72A;
}
.AnyTagClassName
{
color: #E4E72A;
}
</style>
background-color css
<style>
a { background-color: #E4E72A; }
a { background-color: rgb(228,231,42); }
div.DivClassName
{
background-color: #E4E72A;
}
.BgClassName
{
background-color: #E4E72A;
}
</style>
border-color css
<style>
span { border-color: #E4E72A; }
span { border-color: rgb(228,231,42); }
td.TdClassName
{
border-color: #E4E72A;
}
.TagClassName
{
border-color: #E4E72A;
}
</style>