Shades of Manz #E4E160
Tints of Manz #E4E160
RGB
CMYK
RGB Variations
Color information
#E4E160 (or 0xE4E160) is known color: Manz. HEX triplet: E4, E1 and 60. RGB value is (228,225,96). Sum of RGB (Red+Green+Blue) = 228+225+96=549 (72% of max value = 765). Red value is 228 (89.45% from 255 or 41.53% from 549); Green value is 225 (88.28% from 255 or 40.98% from 549); Blue value is 96 (37.89% from 255 or 17.49% from 549); Max value from RGB is 228 - color contains mainly: red. Hex color #E4E160 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E4E160 is #1B1E9F. Grayscale: #D3D3D3. Windows color (decimal): -1777312 or 6349284. OLE color: 6349284.
HSL color Cylindrical-coordinate representation of color #E4E160: hue angle of 58.64º degrees, saturation: 0.71, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E4E160 is Cyan = 0, Magento = 0.01, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 225 | 96 | - |
| CMYK | 0 | 0.01 | 0.58 | 0.11 |
| HSL | 58.64º | 0.71% | 0.64% | - |
| HSV(B) | 58.64º | 0.58% | 0.89% | - |
| XYZ | 61.03 | 71.19 | 21.59 | - |
| YUV | 211.19 | 62.99 | 139.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 225 | 96 | 0 | 0.01 | 0.58 | 0.11 | 58.64 | 0.71 | 0.64 |
| Hex | E4 | E1 | 60 | 0 | 1 | 3A | B | 3B | 47 | 40 |
| Octal | 344 | 341 | 140 | 0 | 1 | 72 | 13 | 73 | 107 | 100 |
| Binary | 11100100 | 11100001 | 1100000 | 0 | 1 | 111010 | 1011 | 111011 | 1000111 | 1000000 |
Color Harmonies of #E4E160
Complementary color
Monochromatic Colors of #E4E160
Black with #E4E160
Text Example
Text Example
White with #E4E160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4E160; }
p { color: rgb(228,225,96); }
H1.HeaderClassName
{
color: #E4E160;
}
.AnyTagClassName
{
color: #E4E160;
}
</style>
background-color css
<style>
a { background-color: #E4E160; }
a { background-color: rgb(228,225,96); }
div.DivClassName
{
background-color: #E4E160;
}
.BgClassName
{
background-color: #E4E160;
}
</style>
border-color css
<style>
span { border-color: #E4E160; }
span { border-color: rgb(228,225,96); }
td.TdClassName
{
border-color: #E4E160;
}
.TagClassName
{
border-color: #E4E160;
}
</style>