Shades of Manz #E3D355
Tints of Manz #E3D355
RGB
CMYK
RGB Variations
Color information
#E3D355 (or 0xE3D355) is known color: Manz. HEX triplet: E3, D3 and 55. RGB value is (227,211,85). Sum of RGB (Red+Green+Blue) = 227+211+85=523 (69% of max value = 765). Red value is 227 (89.06% from 255 or 43.40% from 523); Green value is 211 (82.81% from 255 or 40.34% from 523); Blue value is 85 (33.59% from 255 or 16.25% from 523); Max value from RGB is 227 - color contains mainly: red. Hex color #E3D355 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3D355 is #1C2CAA. Grayscale: #C9C9C9. Windows color (decimal): -1846443 or 5624803. OLE color: 5624803.
HSL color Cylindrical-coordinate representation of color #E3D355: hue angle of 53.24º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E3D355 is Cyan = 0, Magento = 0.07, Yellow = 0.63 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 211 | 85 | - |
| CMYK | 0 | 0.07 | 0.63 | 0.11 |
| HSL | 53.24º | 0.72% | 0.61% | - |
| HSV(B) | 53.24º | 0.63% | 0.89% | - |
| XYZ | 56.61 | 63.58 | 17.88 | - |
| YUV | 201.42 | 62.3 | 146.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 211 | 85 | 0 | 0.07 | 0.63 | 0.11 | 53.24 | 0.72 | 0.61 |
| Hex | E3 | D3 | 55 | 0 | 7 | 3F | B | 35 | 48 | 3D |
| Octal | 343 | 323 | 125 | 0 | 7 | 77 | 13 | 65 | 110 | 75 |
| Binary | 11100011 | 11010011 | 1010101 | 0 | 111 | 111111 | 1011 | 110101 | 1001000 | 111101 |
Color Harmonies of #E3D355
Complementary color
Monochromatic Colors of #E3D355
Black with #E3D355
Text Example
Text Example
White with #E3D355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3D355; }
p { color: rgb(227,211,85); }
H1.HeaderClassName
{
color: #E3D355;
}
.AnyTagClassName
{
color: #E3D355;
}
</style>
background-color css
<style>
a { background-color: #E3D355; }
a { background-color: rgb(227,211,85); }
div.DivClassName
{
background-color: #E3D355;
}
.BgClassName
{
background-color: #E3D355;
}
</style>
border-color css
<style>
span { border-color: #E3D355; }
span { border-color: rgb(227,211,85); }
td.TdClassName
{
border-color: #E3D355;
}
.TagClassName
{
border-color: #E3D355;
}
</style>