Shades of Manz #E1DF5D
Tints of Manz #E1DF5D
RGB
CMYK
RGB Variations
Color information
#E1DF5D (or 0xE1DF5D) is known color: Manz. HEX triplet: E1, DF and 5D. RGB value is (225,223,93). Sum of RGB (Red+Green+Blue) = 225+223+93=541 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.59% from 541); Green value is 223 (87.5% from 255 or 41.22% from 541); Blue value is 93 (36.72% from 255 or 17.19% from 541); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DF5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1DF5D is #1E20A2. Grayscale: #D1D1D1. Windows color (decimal): -1974435 or 6152161. OLE color: 6152161.
HSL color Cylindrical-coordinate representation of color #E1DF5D: hue angle of 59.09º 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 #E1DF5D is Cyan = 0, Magento = 0.01, Yellow = 0.59 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 223 | 93 | - |
| CMYK | 0 | 0.01 | 0.59 | 0.12 |
| HSL | 59.09º | 0.69% | 0.62% | - |
| HSV(B) | 59.09º | 0.59% | 0.88% | - |
| XYZ | 59.41 | 69.57 | 20.65 | - |
| YUV | 208.78 | 62.66 | 139.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 223 | 93 | 0 | 0.01 | 0.59 | 0.12 | 59.09 | 0.69 | 0.62 |
| Hex | E1 | DF | 5D | 0 | 1 | 3B | C | 3B | 45 | 3E |
| Octal | 341 | 337 | 135 | 0 | 1 | 73 | 14 | 73 | 105 | 76 |
| Binary | 11100001 | 11011111 | 1011101 | 0 | 1 | 111011 | 1100 | 111011 | 1000101 | 111110 |
Color Harmonies of #E1DF5D
Complementary color
Monochromatic Colors of #E1DF5D
Black with #E1DF5D
Text Example
Text Example
White with #E1DF5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DF5D; }
p { color: rgb(225,223,93); }
H1.HeaderClassName
{
color: #E1DF5D;
}
.AnyTagClassName
{
color: #E1DF5D;
}
</style>
background-color css
<style>
a { background-color: #E1DF5D; }
a { background-color: rgb(225,223,93); }
div.DivClassName
{
background-color: #E1DF5D;
}
.BgClassName
{
background-color: #E1DF5D;
}
</style>
border-color css
<style>
span { border-color: #E1DF5D; }
span { border-color: rgb(225,223,93); }
td.TdClassName
{
border-color: #E1DF5D;
}
.TagClassName
{
border-color: #E1DF5D;
}
</style>