Shades of Manz #E7E161
Tints of Manz #E7E161
RGB
CMYK
RGB Variations
Color information
#E7E161 (or 0xE7E161) is known color: Manz. HEX triplet: E7, E1 and 61. RGB value is (231,225,97). Sum of RGB (Red+Green+Blue) = 231+225+97=553 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.77% from 553); Green value is 225 (88.28% from 255 or 40.69% from 553); Blue value is 97 (38.28% from 255 or 17.54% from 553); Max value from RGB is 231 - color contains mainly: red. Hex color #E7E161 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7E161 is #181E9E. Grayscale: #D4D4D4. Windows color (decimal): -1580703 or 6414823. OLE color: 6414823.
HSL color Cylindrical-coordinate representation of color #E7E161: hue angle of 57.31º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E7E161 is Cyan = 0, Magento = 0.03, Yellow = 0.58 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 225 | 97 | - |
| CMYK | 0 | 0.03 | 0.58 | 0.09 |
| HSL | 57.31º | 0.74% | 0.64% | - |
| HSV(B) | 57.31º | 0.58% | 0.91% | - |
| XYZ | 62.04 | 71.7 | 21.88 | - |
| YUV | 212.2 | 62.99 | 141.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 225 | 97 | 0 | 0.03 | 0.58 | 0.09 | 57.31 | 0.74 | 0.64 |
| Hex | E7 | E1 | 61 | 0 | 3 | 3A | 9 | 39 | 4A | 40 |
| Octal | 347 | 341 | 141 | 0 | 3 | 72 | 11 | 71 | 112 | 100 |
| Binary | 11100111 | 11100001 | 1100001 | 0 | 11 | 111010 | 1001 | 111001 | 1001010 | 1000000 |
Color Harmonies of #E7E161
Complementary color
Monochromatic Colors of #E7E161
Black with #E7E161
Text Example
Text Example
White with #E7E161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7E161; }
p { color: rgb(231,225,97); }
H1.HeaderClassName
{
color: #E7E161;
}
.AnyTagClassName
{
color: #E7E161;
}
</style>
background-color css
<style>
a { background-color: #E7E161; }
a { background-color: rgb(231,225,97); }
div.DivClassName
{
background-color: #E7E161;
}
.BgClassName
{
background-color: #E7E161;
}
</style>
border-color css
<style>
span { border-color: #E7E161; }
span { border-color: rgb(231,225,97); }
td.TdClassName
{
border-color: #E7E161;
}
.TagClassName
{
border-color: #E7E161;
}
</style>