Shades of Manz #E7DD5D
Tints of Manz #E7DD5D
RGB
CMYK
RGB Variations
Color information
#E7DD5D (or 0xE7DD5D) is known color: Manz. HEX triplet: E7, DD and 5D. RGB value is (231,221,93). Sum of RGB (Red+Green+Blue) = 231+221+93=545 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.39% from 545); Green value is 221 (86.72% from 255 or 40.55% from 545); Blue value is 93 (36.72% from 255 or 17.06% from 545); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DD5D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7DD5D is #1822A2. Grayscale: #D1D1D1. Windows color (decimal): -1581731 or 6151655. OLE color: 6151655.
HSL color Cylindrical-coordinate representation of color #E7DD5D: hue angle of 55.65º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E7DD5D is Cyan = 0, Magento = 0.04, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 221 | 93 | - |
| CMYK | 0 | 0.04 | 0.60 | 0.09 |
| HSL | 55.65º | 0.74% | 0.64% | - |
| HSV(B) | 55.65º | 0.6% | 0.91% | - |
| XYZ | 60.79 | 69.49 | 20.57 | - |
| YUV | 209.4 | 62.31 | 143.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 221 | 93 | 0 | 0.04 | 0.60 | 0.09 | 55.65 | 0.74 | 0.64 |
| Hex | E7 | DD | 5D | 0 | 4 | 3C | 9 | 38 | 4A | 40 |
| Octal | 347 | 335 | 135 | 0 | 4 | 74 | 11 | 70 | 112 | 100 |
| Binary | 11100111 | 11011101 | 1011101 | 0 | 100 | 111100 | 1001 | 111000 | 1001010 | 1000000 |
Color Harmonies of #E7DD5D
Complementary color
Monochromatic Colors of #E7DD5D
Black with #E7DD5D
Text Example
Text Example
White with #E7DD5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7DD5D; }
p { color: rgb(231,221,93); }
H1.HeaderClassName
{
color: #E7DD5D;
}
.AnyTagClassName
{
color: #E7DD5D;
}
</style>
background-color css
<style>
a { background-color: #E7DD5D; }
a { background-color: rgb(231,221,93); }
div.DivClassName
{
background-color: #E7DD5D;
}
.BgClassName
{
background-color: #E7DD5D;
}
</style>
border-color css
<style>
span { border-color: #E7DD5D; }
span { border-color: rgb(231,221,93); }
td.TdClassName
{
border-color: #E7DD5D;
}
.TagClassName
{
border-color: #E7DD5D;
}
</style>