Shades of Golden Fizz #E1E61A
Tints of Golden Fizz #E1E61A
RGB
CMYK
RGB Variations
Color information
#E1E61A (or 0xE1E61A) is known color: Golden Fizz. HEX triplet: E1, E6 and 1A. RGB value is (225,230,26). Sum of RGB (Red+Green+Blue) = 225+230+26=481 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.78% from 481); Green value is 230 (90.23% from 255 or 47.82% from 481); Blue value is 26 (10.55% from 255 or 5.41% from 481); Max value from RGB is 230 - color contains mainly: green. Hex color #E1E61A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E1E61A is #1E19E5. Grayscale: #CECECE. Windows color (decimal): -1972710 or 1763041. OLE color: 1763041.
HSL color Cylindrical-coordinate representation of color #E1E61A: hue angle of 61.47º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E1E61A is Cyan = 0.02, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 225 | 230 | 26 | - |
| CMYK | 0.02 | 0 | 0.89 | 0.10 |
| HSL | 61.47º | 0.8% | 0.5% | - |
| HSV(B) | 61.47º | 0.89% | 0.9% | - |
| XYZ | 59.53 | 72.68 | 11.87 | - |
| YUV | 205.25 | 26.84 | 142.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 230 | 26 | 0.02 | 0 | 0.89 | 0.10 | 61.47 | 0.8 | 0.5 |
| Hex | E1 | E6 | 1A | 2 | 0 | 59 | A | 3D | 50 | 32 |
| Octal | 341 | 346 | 32 | 2 | 0 | 131 | 12 | 75 | 120 | 62 |
| Binary | 11100001 | 11100110 | 11010 | 10 | 0 | 1011001 | 1010 | 111101 | 1010000 | 110010 |
Color Harmonies of #E1E61A
Complementary color
Monochromatic Colors of #E1E61A
Black with #E1E61A
Text Example
Text Example
White with #E1E61A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1E61A; }
p { color: rgb(225,230,26); }
H1.HeaderClassName
{
color: #E1E61A;
}
.AnyTagClassName
{
color: #E1E61A;
}
</style>
background-color css
<style>
a { background-color: #E1E61A; }
a { background-color: rgb(225,230,26); }
div.DivClassName
{
background-color: #E1E61A;
}
.BgClassName
{
background-color: #E1E61A;
}
</style>
border-color css
<style>
span { border-color: #E1E61A; }
span { border-color: rgb(225,230,26); }
td.TdClassName
{
border-color: #E1E61A;
}
.TagClassName
{
border-color: #E1E61A;
}
</style>