Shades of Manz #E2D360
Tints of Manz #E2D360
RGB
CMYK
RGB Variations
Color information
#E2D360 (or 0xE2D360) is known color: Manz. HEX triplet: E2, D3 and 60. RGB value is (226,211,96). Sum of RGB (Red+Green+Blue) = 226+211+96=533 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.40% from 533); Green value is 211 (82.81% from 255 or 39.59% from 533); Blue value is 96 (37.89% from 255 or 18.01% from 533); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D360 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2D360 is #1D2C9F. Grayscale: #CACACA. Windows color (decimal): -1911968 or 6345698. OLE color: 6345698.
HSL color Cylindrical-coordinate representation of color #E2D360: hue angle of 53.08º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E2D360 is Cyan = 0, Magento = 0.07, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 211 | 96 | - |
| CMYK | 0 | 0.07 | 0.58 | 0.11 |
| HSL | 53.08º | 0.69% | 0.63% | - |
| HSV(B) | 53.08º | 0.58% | 0.89% | - |
| XYZ | 56.77 | 63.6 | 20.35 | - |
| YUV | 202.38 | 67.97 | 144.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 211 | 96 | 0 | 0.07 | 0.58 | 0.11 | 53.08 | 0.69 | 0.63 |
| Hex | E2 | D3 | 60 | 0 | 7 | 3A | B | 35 | 45 | 3F |
| Octal | 342 | 323 | 140 | 0 | 7 | 72 | 13 | 65 | 105 | 77 |
| Binary | 11100010 | 11010011 | 1100000 | 0 | 111 | 111010 | 1011 | 110101 | 1000101 | 111111 |
Color Harmonies of #E2D360
Complementary color
Monochromatic Colors of #E2D360
Black with #E2D360
Text Example
Text Example
White with #E2D360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D360; }
p { color: rgb(226,211,96); }
H1.HeaderClassName
{
color: #E2D360;
}
.AnyTagClassName
{
color: #E2D360;
}
</style>
background-color css
<style>
a { background-color: #E2D360; }
a { background-color: rgb(226,211,96); }
div.DivClassName
{
background-color: #E2D360;
}
.BgClassName
{
background-color: #E2D360;
}
</style>
border-color css
<style>
span { border-color: #E2D360; }
span { border-color: rgb(226,211,96); }
td.TdClassName
{
border-color: #E2D360;
}
.TagClassName
{
border-color: #E2D360;
}
</style>