Shades of Manz #E1D05D
Tints of Manz #E1D05D
RGB
CMYK
RGB Variations
Color information
#E1D05D (or 0xE1D05D) is known color: Manz. HEX triplet: E1, D0 and 5D. RGB value is (225,208,93). Sum of RGB (Red+Green+Blue) = 225+208+93=526 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.78% from 526); Green value is 208 (81.64% from 255 or 39.54% from 526); Blue value is 93 (36.72% from 255 or 17.68% from 526); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D05D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1D05D is #1E2FA2. Grayscale: #C8C8C8. Windows color (decimal): -1978275 or 6148321. OLE color: 6148321.
HSL color Cylindrical-coordinate representation of color #E1D05D: hue angle of 52.27º 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 #E1D05D is Cyan = 0, Magento = 0.08, Yellow = 0.59 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 208 | 93 | - |
| CMYK | 0 | 0.08 | 0.59 | 0.12 |
| HSL | 52.27º | 0.69% | 0.62% | - |
| HSV(B) | 52.27º | 0.59% | 0.88% | - |
| XYZ | 55.58 | 61.91 | 19.38 | - |
| YUV | 199.97 | 67.63 | 145.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 208 | 93 | 0 | 0.08 | 0.59 | 0.12 | 52.27 | 0.69 | 0.62 |
| Hex | E1 | D0 | 5D | 0 | 8 | 3B | C | 34 | 45 | 3E |
| Octal | 341 | 320 | 135 | 0 | 10 | 73 | 14 | 64 | 105 | 76 |
| Binary | 11100001 | 11010000 | 1011101 | 0 | 1000 | 111011 | 1100 | 110100 | 1000101 | 111110 |
Color Harmonies of #E1D05D
Complementary color
Monochromatic Colors of #E1D05D
Black with #E1D05D
Text Example
Text Example
White with #E1D05D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D05D; }
p { color: rgb(225,208,93); }
H1.HeaderClassName
{
color: #E1D05D;
}
.AnyTagClassName
{
color: #E1D05D;
}
</style>
background-color css
<style>
a { background-color: #E1D05D; }
a { background-color: rgb(225,208,93); }
div.DivClassName
{
background-color: #E1D05D;
}
.BgClassName
{
background-color: #E1D05D;
}
</style>
border-color css
<style>
span { border-color: #E1D05D; }
span { border-color: rgb(225,208,93); }
td.TdClassName
{
border-color: #E1D05D;
}
.TagClassName
{
border-color: #E1D05D;
}
</style>