Shades of Manz #E2D358
Tints of Manz #E2D358
RGB
CMYK
RGB Variations
Color information
#E2D358 (or 0xE2D358) is known color: Manz. HEX triplet: E2, D3 and 58. RGB value is (226,211,88). Sum of RGB (Red+Green+Blue) = 226+211+88=525 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.05% from 525); Green value is 211 (82.81% from 255 or 40.19% from 525); Blue value is 88 (34.77% from 255 or 16.76% from 525); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D358 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2D358 is #1D2CA7. Grayscale: #C9C9C9. Windows color (decimal): -1911976 or 5821410. OLE color: 5821410.
HSL color Cylindrical-coordinate representation of color #E2D358: hue angle of 53.48º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E2D358 is Cyan = 0, Magento = 0.07, Yellow = 0.61 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 211 | 88 | - |
| CMYK | 0 | 0.07 | 0.61 | 0.11 |
| HSL | 53.48º | 0.7% | 0.62% | - |
| HSV(B) | 53.48º | 0.61% | 0.89% | - |
| XYZ | 56.42 | 63.46 | 18.51 | - |
| YUV | 201.46 | 63.97 | 145.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 211 | 88 | 0 | 0.07 | 0.61 | 0.11 | 53.48 | 0.7 | 0.62 |
| Hex | E2 | D3 | 58 | 0 | 7 | 3D | B | 35 | 46 | 3E |
| Octal | 342 | 323 | 130 | 0 | 7 | 75 | 13 | 65 | 106 | 76 |
| Binary | 11100010 | 11010011 | 1011000 | 0 | 111 | 111101 | 1011 | 110101 | 1000110 | 111110 |
Color Harmonies of #E2D358
Complementary color
Monochromatic Colors of #E2D358
Black with #E2D358
Text Example
Text Example
White with #E2D358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D358; }
p { color: rgb(226,211,88); }
H1.HeaderClassName
{
color: #E2D358;
}
.AnyTagClassName
{
color: #E2D358;
}
</style>
background-color css
<style>
a { background-color: #E2D358; }
a { background-color: rgb(226,211,88); }
div.DivClassName
{
background-color: #E2D358;
}
.BgClassName
{
background-color: #E2D358;
}
</style>
border-color css
<style>
span { border-color: #E2D358; }
span { border-color: rgb(226,211,88); }
td.TdClassName
{
border-color: #E2D358;
}
.TagClassName
{
border-color: #E2D358;
}
</style>