Shades of Golden Fizz #E1E72A
Tints of Golden Fizz #E1E72A
RGB
CMYK
RGB Variations
Color information
#E1E72A (or 0xE1E72A) is known color: Golden Fizz. HEX triplet: E1, E7 and 2A. RGB value is (225,231,42). Sum of RGB (Red+Green+Blue) = 225+231+42=498 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.18% from 498); Green value is 231 (90.62% from 255 or 46.39% from 498); Blue value is 42 (16.80% from 255 or 8.43% from 498); Max value from RGB is 231 - color contains mainly: green. Hex color #E1E72A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E1E72A is #1E18D5. Grayscale: #D0D0D0. Windows color (decimal): -1972438 or 2811873. OLE color: 2811873.
HSL color Cylindrical-coordinate representation of color #E1E72A: hue angle of 61.9º 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 #E1E72A is Cyan = 0.03, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 225 | 231 | 42 | - |
| CMYK | 0.03 | 0 | 0.82 | 0.09 |
| HSL | 61.9º | 0.8% | 0.54% | - |
| HSV(B) | 61.9º | 0.82% | 0.91% | - |
| XYZ | 60.05 | 73.33 | 13.18 | - |
| YUV | 207.66 | 34.51 | 140.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 231 | 42 | 0.03 | 0 | 0.82 | 0.09 | 61.9 | 0.8 | 0.54 |
| Hex | E1 | E7 | 2A | 3 | 0 | 52 | 9 | 3E | 50 | 36 |
| Octal | 341 | 347 | 52 | 3 | 0 | 122 | 11 | 76 | 120 | 66 |
| Binary | 11100001 | 11100111 | 101010 | 11 | 0 | 1010010 | 1001 | 111110 | 1010000 | 110110 |
Color Harmonies of #E1E72A
Complementary color
Monochromatic Colors of #E1E72A
Black with #E1E72A
Text Example
Text Example
White with #E1E72A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1E72A; }
p { color: rgb(225,231,42); }
H1.HeaderClassName
{
color: #E1E72A;
}
.AnyTagClassName
{
color: #E1E72A;
}
</style>
background-color css
<style>
a { background-color: #E1E72A; }
a { background-color: rgb(225,231,42); }
div.DivClassName
{
background-color: #E1E72A;
}
.BgClassName
{
background-color: #E1E72A;
}
</style>
border-color css
<style>
span { border-color: #E1E72A; }
span { border-color: rgb(225,231,42); }
td.TdClassName
{
border-color: #E1E72A;
}
.TagClassName
{
border-color: #E1E72A;
}
</style>