Shades of Manz #E3D255
Tints of Manz #E3D255
RGB
CMYK
RGB Variations
Color information
#E3D255 (or 0xE3D255) is known color: Manz. HEX triplet: E3, D2 and 55. RGB value is (227,210,85). Sum of RGB (Red+Green+Blue) = 227+210+85=522 (69% of max value = 765). Red value is 227 (89.06% from 255 or 43.49% from 522); Green value is 210 (82.42% from 255 or 40.23% from 522); Blue value is 85 (33.59% from 255 or 16.28% from 522); Max value from RGB is 227 - color contains mainly: red. Hex color #E3D255 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3D255 is #1C2DAA. Grayscale: #C9C9C9. Windows color (decimal): -1846699 or 5624547. OLE color: 5624547.
HSL color Cylindrical-coordinate representation of color #E3D255: hue angle of 52.82º 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 #E3D255 is Cyan = 0, Magento = 0.07, Yellow = 0.63 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 210 | 85 | - |
| CMYK | 0 | 0.07 | 0.63 | 0.11 |
| HSL | 52.82º | 0.72% | 0.61% | - |
| HSV(B) | 52.82º | 0.63% | 0.89% | - |
| XYZ | 56.36 | 63.08 | 17.8 | - |
| YUV | 200.83 | 62.63 | 146.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 210 | 85 | 0 | 0.07 | 0.63 | 0.11 | 52.82 | 0.72 | 0.61 |
| Hex | E3 | D2 | 55 | 0 | 7 | 3F | B | 35 | 48 | 3D |
| Octal | 343 | 322 | 125 | 0 | 7 | 77 | 13 | 65 | 110 | 75 |
| Binary | 11100011 | 11010010 | 1010101 | 0 | 111 | 111111 | 1011 | 110101 | 1001000 | 111101 |
Color Harmonies of #E3D255
Complementary color
Monochromatic Colors of #E3D255
Black with #E3D255
Text Example
Text Example
White with #E3D255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3D255; }
p { color: rgb(227,210,85); }
H1.HeaderClassName
{
color: #E3D255;
}
.AnyTagClassName
{
color: #E3D255;
}
</style>
background-color css
<style>
a { background-color: #E3D255; }
a { background-color: rgb(227,210,85); }
div.DivClassName
{
background-color: #E3D255;
}
.BgClassName
{
background-color: #E3D255;
}
</style>
border-color css
<style>
span { border-color: #E3D255; }
span { border-color: rgb(227,210,85); }
td.TdClassName
{
border-color: #E3D255;
}
.TagClassName
{
border-color: #E3D255;
}
</style>