Shades of Golden Fizz #E1E526
Tints of Golden Fizz #E1E526
RGB
CMYK
RGB Variations
Color information
#E1E526 (or 0xE1E526) is known color: Golden Fizz. HEX triplet: E1, E5 and 26. RGB value is (225,229,38). Sum of RGB (Red+Green+Blue) = 225+229+38=492 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.73% from 492); Green value is 229 (89.84% from 255 or 46.54% from 492); Blue value is 38 (15.23% from 255 or 7.72% from 492); Max value from RGB is 229 - color contains mainly: green. Hex color #E1E526 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1E526 is #1E1AD9. Grayscale: #CECECE. Windows color (decimal): -1972954 or 2549217. OLE color: 2549217.
HSL color Cylindrical-coordinate representation of color #E1E526: hue angle of 61.26º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E1E526 is Cyan = 0.02, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 225 | 229 | 38 | - |
| CMYK | 0.02 | 0 | 0.83 | 0.10 |
| HSL | 61.26º | 0.79% | 0.52% | - |
| HSV(B) | 61.26º | 0.83% | 0.9% | - |
| XYZ | 59.42 | 72.19 | 12.64 | - |
| YUV | 206.03 | 33.17 | 141.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 229 | 38 | 0.02 | 0 | 0.83 | 0.10 | 61.26 | 0.79 | 0.52 |
| Hex | E1 | E5 | 26 | 2 | 0 | 53 | A | 3D | 4F | 34 |
| Octal | 341 | 345 | 46 | 2 | 0 | 123 | 12 | 75 | 117 | 64 |
| Binary | 11100001 | 11100101 | 100110 | 10 | 0 | 1010011 | 1010 | 111101 | 1001111 | 110100 |
Color Harmonies of #E1E526
Complementary color
Monochromatic Colors of #E1E526
Black with #E1E526
Text Example
Text Example
White with #E1E526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1E526; }
p { color: rgb(225,229,38); }
H1.HeaderClassName
{
color: #E1E526;
}
.AnyTagClassName
{
color: #E1E526;
}
</style>
background-color css
<style>
a { background-color: #E1E526; }
a { background-color: rgb(225,229,38); }
div.DivClassName
{
background-color: #E1E526;
}
.BgClassName
{
background-color: #E1E526;
}
</style>
border-color css
<style>
span { border-color: #E1E526; }
span { border-color: rgb(225,229,38); }
td.TdClassName
{
border-color: #E1E526;
}
.TagClassName
{
border-color: #E1E526;
}
</style>