Shades of Manz #E1E15F
Tints of Manz #E1E15F
RGB
CMYK
RGB Variations
Color information
#E1E15F (or 0xE1E15F) is known color: Manz. HEX triplet: E1, E1 and 5F. RGB value is (225,225,95). Sum of RGB (Red+Green+Blue) = 225+225+95=545 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.28% from 545); Green value is 225 (88.28% from 255 or 41.28% from 545); Blue value is 95 (37.5% from 255 or 17.43% from 545); Max value from RGB is 225 - color contains mainly: red, green. Hex color #E1E15F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1E15F is #1E1EA0. Grayscale: #D2D2D2. Windows color (decimal): -1973921 or 6283745. OLE color: 6283745.
HSL color Cylindrical-coordinate representation of color #E1E15F: hue angle of 60º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E1E15F is Cyan = 0, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 225 | 95 | - |
| CMYK | 0 | 0 | 0.58 | 0.12 |
| HSL | 60º | 0.68% | 0.63% | - |
| HSV(B) | 60º | 0.58% | 0.88% | - |
| XYZ | 60.04 | 70.68 | 21.31 | - |
| YUV | 210.18 | 63 | 138.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 225 | 95 | 0 | 0 | 0.58 | 0.12 | 60 | 0.68 | 0.63 |
| Hex | E1 | E1 | 5F | 0 | 0 | 3A | C | 3C | 44 | 3F |
| Octal | 341 | 341 | 137 | 0 | 0 | 72 | 14 | 74 | 104 | 77 |
| Binary | 11100001 | 11100001 | 1011111 | 0 | 0 | 111010 | 1100 | 111100 | 1000100 | 111111 |
Color Harmonies of #E1E15F
Complementary color
Monochromatic Colors of #E1E15F
Black with #E1E15F
Text Example
Text Example
White with #E1E15F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1E15F; }
p { color: rgb(225,225,95); }
H1.HeaderClassName
{
color: #E1E15F;
}
.AnyTagClassName
{
color: #E1E15F;
}
</style>
background-color css
<style>
a { background-color: #E1E15F; }
a { background-color: rgb(225,225,95); }
div.DivClassName
{
background-color: #E1E15F;
}
.BgClassName
{
background-color: #E1E15F;
}
</style>
border-color css
<style>
span { border-color: #E1E15F; }
span { border-color: rgb(225,225,95); }
td.TdClassName
{
border-color: #E1E15F;
}
.TagClassName
{
border-color: #E1E15F;
}
</style>