Shades of Manz #E3D360
Tints of Manz #E3D360
RGB
CMYK
RGB Variations
Color information
#E3D360 (or 0xE3D360) is known color: Manz. HEX triplet: E3, D3 and 60. RGB value is (227,211,96). Sum of RGB (Red+Green+Blue) = 227+211+96=534 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.51% from 534); Green value is 211 (82.81% from 255 or 39.51% from 534); Blue value is 96 (37.89% from 255 or 17.98% from 534); Max value from RGB is 227 - color contains mainly: red. Hex color #E3D360 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3D360 is #1C2C9F. Grayscale: #CBCBCB. Windows color (decimal): -1846432 or 6345699. OLE color: 6345699.
HSL color Cylindrical-coordinate representation of color #E3D360: hue angle of 52.67º degrees, saturation: 0.7, 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 #E3D360 is Cyan = 0, Magento = 0.07, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 211 | 96 | - |
| CMYK | 0 | 0.07 | 0.58 | 0.11 |
| HSL | 52.67º | 0.7% | 0.63% | - |
| HSV(B) | 52.67º | 0.58% | 0.89% | - |
| XYZ | 57.08 | 63.76 | 20.37 | - |
| YUV | 202.67 | 67.8 | 145.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 211 | 96 | 0 | 0.07 | 0.58 | 0.11 | 52.67 | 0.7 | 0.63 |
| Hex | E3 | D3 | 60 | 0 | 7 | 3A | B | 35 | 46 | 3F |
| Octal | 343 | 323 | 140 | 0 | 7 | 72 | 13 | 65 | 106 | 77 |
| Binary | 11100011 | 11010011 | 1100000 | 0 | 111 | 111010 | 1011 | 110101 | 1000110 | 111111 |
Color Harmonies of #E3D360
Complementary color
Monochromatic Colors of #E3D360
Black with #E3D360
Text Example
Text Example
White with #E3D360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3D360; }
p { color: rgb(227,211,96); }
H1.HeaderClassName
{
color: #E3D360;
}
.AnyTagClassName
{
color: #E3D360;
}
</style>
background-color css
<style>
a { background-color: #E3D360; }
a { background-color: rgb(227,211,96); }
div.DivClassName
{
background-color: #E3D360;
}
.BgClassName
{
background-color: #E3D360;
}
</style>
border-color css
<style>
span { border-color: #E3D360; }
span { border-color: rgb(227,211,96); }
td.TdClassName
{
border-color: #E3D360;
}
.TagClassName
{
border-color: #E3D360;
}
</style>