Shades of Manz #E1D85D
Tints of Manz #E1D85D
RGB
CMYK
RGB Variations
Color information
#E1D85D (or 0xE1D85D) is known color: Manz. HEX triplet: E1, D8 and 5D. RGB value is (225,216,93). Sum of RGB (Red+Green+Blue) = 225+216+93=534 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.13% from 534); Green value is 216 (84.77% from 255 or 40.45% from 534); Blue value is 93 (36.72% from 255 or 17.42% from 534); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D85D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1D85D is #1E27A2. Grayscale: #CDCDCD. Windows color (decimal): -1976227 or 6150369. OLE color: 6150369.
HSL color Cylindrical-coordinate representation of color #E1D85D: hue angle of 55.91º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E1D85D is Cyan = 0, Magento = 0.04, Yellow = 0.59 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 216 | 93 | - |
| CMYK | 0 | 0.04 | 0.59 | 0.12 |
| HSL | 55.91º | 0.69% | 0.62% | - |
| HSV(B) | 55.91º | 0.59% | 0.88% | - |
| XYZ | 57.58 | 65.91 | 20.04 | - |
| YUV | 204.67 | 64.98 | 142.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 216 | 93 | 0 | 0.04 | 0.59 | 0.12 | 55.91 | 0.69 | 0.62 |
| Hex | E1 | D8 | 5D | 0 | 4 | 3B | C | 38 | 45 | 3E |
| Octal | 341 | 330 | 135 | 0 | 4 | 73 | 14 | 70 | 105 | 76 |
| Binary | 11100001 | 11011000 | 1011101 | 0 | 100 | 111011 | 1100 | 111000 | 1000101 | 111110 |
Color Harmonies of #E1D85D
Complementary color
Monochromatic Colors of #E1D85D
Black with #E1D85D
Text Example
Text Example
White with #E1D85D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D85D; }
p { color: rgb(225,216,93); }
H1.HeaderClassName
{
color: #E1D85D;
}
.AnyTagClassName
{
color: #E1D85D;
}
</style>
background-color css
<style>
a { background-color: #E1D85D; }
a { background-color: rgb(225,216,93); }
div.DivClassName
{
background-color: #E1D85D;
}
.BgClassName
{
background-color: #E1D85D;
}
</style>
border-color css
<style>
span { border-color: #E1D85D; }
span { border-color: rgb(225,216,93); }
td.TdClassName
{
border-color: #E1D85D;
}
.TagClassName
{
border-color: #E1D85D;
}
</style>