Shades of Manz #E5E155
Tints of Manz #E5E155
RGB
CMYK
RGB Variations
Color information
#E5E155 (or 0xE5E155) is known color: Manz. HEX triplet: E5, E1 and 55. RGB value is (229,225,85). Sum of RGB (Red+Green+Blue) = 229+225+85=539 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.49% from 539); Green value is 225 (88.28% from 255 or 41.74% from 539); Blue value is 85 (33.59% from 255 or 15.77% from 539); Max value from RGB is 229 - color contains mainly: red. Hex color #E5E155 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5E155 is #1A1EAA. Grayscale: #D2D2D2. Windows color (decimal): -1711787 or 5628389. OLE color: 5628389.
HSL color Cylindrical-coordinate representation of color #E5E155: hue angle of 58.33º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E5E155 is Cyan = 0, Magento = 0.02, Yellow = 0.63 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 225 | 85 | - |
| CMYK | 0 | 0.02 | 0.63 | 0.10 |
| HSL | 58.33º | 0.73% | 0.62% | - |
| HSV(B) | 58.33º | 0.63% | 0.9% | - |
| XYZ | 60.88 | 71.16 | 19.12 | - |
| YUV | 210.24 | 57.33 | 141.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 225 | 85 | 0 | 0.02 | 0.63 | 0.10 | 58.33 | 0.73 | 0.62 |
| Hex | E5 | E1 | 55 | 0 | 2 | 3F | A | 3A | 49 | 3E |
| Octal | 345 | 341 | 125 | 0 | 2 | 77 | 12 | 72 | 111 | 76 |
| Binary | 11100101 | 11100001 | 1010101 | 0 | 10 | 111111 | 1010 | 111010 | 1001001 | 111110 |
Color Harmonies of #E5E155
Complementary color
Monochromatic Colors of #E5E155
Black with #E5E155
Text Example
Text Example
White with #E5E155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E155; }
p { color: rgb(229,225,85); }
H1.HeaderClassName
{
color: #E5E155;
}
.AnyTagClassName
{
color: #E5E155;
}
</style>
background-color css
<style>
a { background-color: #E5E155; }
a { background-color: rgb(229,225,85); }
div.DivClassName
{
background-color: #E5E155;
}
.BgClassName
{
background-color: #E5E155;
}
</style>
border-color css
<style>
span { border-color: #E5E155; }
span { border-color: rgb(229,225,85); }
td.TdClassName
{
border-color: #E5E155;
}
.TagClassName
{
border-color: #E5E155;
}
</style>