Shades of Manz #E5E360
Tints of Manz #E5E360
RGB
CMYK
RGB Variations
Color information
#E5E360 (or 0xE5E360) is known color: Manz. HEX triplet: E5, E3 and 60. RGB value is (229,227,96). Sum of RGB (Red+Green+Blue) = 229+227+96=552 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.49% from 552); Green value is 227 (89.06% from 255 or 41.12% from 552); Blue value is 96 (37.89% from 255 or 17.39% from 552); Max value from RGB is 229 - color contains mainly: red. Hex color #E5E360 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5E360 is #1A1C9F. Grayscale: #D5D5D5. Windows color (decimal): -1711264 or 6349797. OLE color: 6349797.
HSL color Cylindrical-coordinate representation of color #E5E360: hue angle of 59.1º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E5E360 is Cyan = 0, Magento = 0.01, Yellow = 0.58 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 227 | 96 | - |
| CMYK | 0 | 0.01 | 0.58 | 0.10 |
| HSL | 59.1º | 0.72% | 0.64% | - |
| HSV(B) | 59.1º | 0.58% | 0.9% | - |
| XYZ | 61.89 | 72.44 | 21.79 | - |
| YUV | 212.66 | 62.16 | 139.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 227 | 96 | 0 | 0.01 | 0.58 | 0.10 | 59.1 | 0.72 | 0.64 |
| Hex | E5 | E3 | 60 | 0 | 1 | 3A | A | 3B | 48 | 40 |
| Octal | 345 | 343 | 140 | 0 | 1 | 72 | 12 | 73 | 110 | 100 |
| Binary | 11100101 | 11100011 | 1100000 | 0 | 1 | 111010 | 1010 | 111011 | 1001000 | 1000000 |
Color Harmonies of #E5E360
Complementary color
Monochromatic Colors of #E5E360
Black with #E5E360
Text Example
Text Example
White with #E5E360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E360; }
p { color: rgb(229,227,96); }
H1.HeaderClassName
{
color: #E5E360;
}
.AnyTagClassName
{
color: #E5E360;
}
</style>
background-color css
<style>
a { background-color: #E5E360; }
a { background-color: rgb(229,227,96); }
div.DivClassName
{
background-color: #E5E360;
}
.BgClassName
{
background-color: #E5E360;
}
</style>
border-color css
<style>
span { border-color: #E5E360; }
span { border-color: rgb(229,227,96); }
td.TdClassName
{
border-color: #E5E360;
}
.TagClassName
{
border-color: #E5E360;
}
</style>