Shades of Manz #E2DB5F
Tints of Manz #E2DB5F
RGB
CMYK
RGB Variations
Color information
#E2DB5F (or 0xE2DB5F) is known color: Manz. HEX triplet: E2, DB and 5F. RGB value is (226,219,95). Sum of RGB (Red+Green+Blue) = 226+219+95=540 (71% of max value = 765). Red value is 226 (88.67% from 255 or 41.85% from 540); Green value is 219 (85.94% from 255 or 40.56% from 540); Blue value is 95 (37.5% from 255 or 17.59% from 540); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DB5F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2DB5F is #1D24A0. Grayscale: #CFCFCF. Windows color (decimal): -1909921 or 6282210. OLE color: 6282210.
HSL color Cylindrical-coordinate representation of color #E2DB5F: hue angle of 56.79º 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 #E2DB5F is Cyan = 0, Magento = 0.03, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 219 | 95 | - |
| CMYK | 0 | 0.03 | 0.58 | 0.11 |
| HSL | 56.79º | 0.69% | 0.63% | - |
| HSV(B) | 56.79º | 0.58% | 0.89% | - |
| XYZ | 58.76 | 67.66 | 20.79 | - |
| YUV | 206.96 | 64.82 | 141.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 219 | 95 | 0 | 0.03 | 0.58 | 0.11 | 56.79 | 0.69 | 0.63 |
| Hex | E2 | DB | 5F | 0 | 3 | 3A | B | 39 | 45 | 3F |
| Octal | 342 | 333 | 137 | 0 | 3 | 72 | 13 | 71 | 105 | 77 |
| Binary | 11100010 | 11011011 | 1011111 | 0 | 11 | 111010 | 1011 | 111001 | 1000101 | 111111 |
Color Harmonies of #E2DB5F
Complementary color
Monochromatic Colors of #E2DB5F
Black with #E2DB5F
Text Example
Text Example
White with #E2DB5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DB5F; }
p { color: rgb(226,219,95); }
H1.HeaderClassName
{
color: #E2DB5F;
}
.AnyTagClassName
{
color: #E2DB5F;
}
</style>
background-color css
<style>
a { background-color: #E2DB5F; }
a { background-color: rgb(226,219,95); }
div.DivClassName
{
background-color: #E2DB5F;
}
.BgClassName
{
background-color: #E2DB5F;
}
</style>
border-color css
<style>
span { border-color: #E2DB5F; }
span { border-color: rgb(226,219,95); }
td.TdClassName
{
border-color: #E2DB5F;
}
.TagClassName
{
border-color: #E2DB5F;
}
</style>