Shades of Golden Fizz #E1E32A
Tints of Golden Fizz #E1E32A
RGB
CMYK
RGB Variations
Color information
#E1E32A (or 0xE1E32A) is known color: Golden Fizz. HEX triplet: E1, E3 and 2A. RGB value is (225,227,42). Sum of RGB (Red+Green+Blue) = 225+227+42=494 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.55% from 494); Green value is 227 (89.06% from 255 or 45.95% from 494); Blue value is 42 (16.80% from 255 or 8.50% from 494); Max value from RGB is 227 - color contains mainly: green. Hex color #E1E32A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1E32A is #1E1CD5. Grayscale: #CECECE. Windows color (decimal): -1973462 or 2810849. OLE color: 2810849.
HSL color Cylindrical-coordinate representation of color #E1E32A: hue angle of 60.65º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E1E32A is Cyan = 0.01, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 225 | 227 | 42 | - |
| CMYK | 0.01 | 0 | 0.81 | 0.11 |
| HSL | 60.65º | 0.77% | 0.53% | - |
| HSV(B) | 60.65º | 0.81% | 0.89% | - |
| XYZ | 58.94 | 71.11 | 12.81 | - |
| YUV | 205.31 | 35.84 | 142.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 227 | 42 | 0.01 | 0 | 0.81 | 0.11 | 60.65 | 0.77 | 0.53 |
| Hex | E1 | E3 | 2A | 1 | 0 | 51 | B | 3D | 4D | 35 |
| Octal | 341 | 343 | 52 | 1 | 0 | 121 | 13 | 75 | 115 | 65 |
| Binary | 11100001 | 11100011 | 101010 | 1 | 0 | 1010001 | 1011 | 111101 | 1001101 | 110101 |
Color Harmonies of #E1E32A
Complementary color
Monochromatic Colors of #E1E32A
Black with #E1E32A
Text Example
Text Example
White with #E1E32A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1E32A; }
p { color: rgb(225,227,42); }
H1.HeaderClassName
{
color: #E1E32A;
}
.AnyTagClassName
{
color: #E1E32A;
}
</style>
background-color css
<style>
a { background-color: #E1E32A; }
a { background-color: rgb(225,227,42); }
div.DivClassName
{
background-color: #E1E32A;
}
.BgClassName
{
background-color: #E1E32A;
}
</style>
border-color css
<style>
span { border-color: #E1E32A; }
span { border-color: rgb(225,227,42); }
td.TdClassName
{
border-color: #E1E32A;
}
.TagClassName
{
border-color: #E1E32A;
}
</style>