Shades of Manz #E1E15D
Tints of Manz #E1E15D
RGB
CMYK
RGB Variations
Color information
#E1E15D (or 0xE1E15D) is known color: Manz. HEX triplet: E1, E1 and 5D. RGB value is (225,225,93). Sum of RGB (Red+Green+Blue) = 225+225+93=543 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.44% from 543); Green value is 225 (88.28% from 255 or 41.44% from 543); Blue value is 93 (36.72% from 255 or 17.13% from 543); Max value from RGB is 225 - color contains mainly: red, green. Hex color #E1E15D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1E15D is #1E1EA2. Grayscale: #D2D2D2. Windows color (decimal): -1973923 or 6152673. OLE color: 6152673.
HSL color Cylindrical-coordinate representation of color #E1E15D: hue angle of 60º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E1E15D is Cyan = 0, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 225 | 93 | - |
| CMYK | 0 | 0 | 0.59 | 0.12 |
| HSL | 60º | 0.69% | 0.62% | - |
| HSV(B) | 60º | 0.59% | 0.88% | - |
| XYZ | 59.95 | 70.65 | 20.83 | - |
| YUV | 209.95 | 62 | 138.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 225 | 93 | 0 | 0 | 0.59 | 0.12 | 60 | 0.69 | 0.62 |
| Hex | E1 | E1 | 5D | 0 | 0 | 3B | C | 3C | 45 | 3E |
| Octal | 341 | 341 | 135 | 0 | 0 | 73 | 14 | 74 | 105 | 76 |
| Binary | 11100001 | 11100001 | 1011101 | 0 | 0 | 111011 | 1100 | 111100 | 1000101 | 111110 |
Color Harmonies of #E1E15D
Complementary color
Monochromatic Colors of #E1E15D
Black with #E1E15D
Text Example
Text Example
White with #E1E15D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1E15D; }
p { color: rgb(225,225,93); }
H1.HeaderClassName
{
color: #E1E15D;
}
.AnyTagClassName
{
color: #E1E15D;
}
</style>
background-color css
<style>
a { background-color: #E1E15D; }
a { background-color: rgb(225,225,93); }
div.DivClassName
{
background-color: #E1E15D;
}
.BgClassName
{
background-color: #E1E15D;
}
</style>
border-color css
<style>
span { border-color: #E1E15D; }
span { border-color: rgb(225,225,93); }
td.TdClassName
{
border-color: #E1E15D;
}
.TagClassName
{
border-color: #E1E15D;
}
</style>