Shades of Manz #E7DD5C
Tints of Manz #E7DD5C
RGB
CMYK
RGB Variations
Color information
#E7DD5C (or 0xE7DD5C) is known color: Manz. HEX triplet: E7, DD and 5C. RGB value is (231,221,92). Sum of RGB (Red+Green+Blue) = 231+221+92=544 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.46% from 544); Green value is 221 (86.72% from 255 or 40.62% from 544); Blue value is 92 (36.33% from 255 or 16.91% from 544); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DD5C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7DD5C is #1822A3. Grayscale: #D1D1D1. Windows color (decimal): -1581732 or 6086119. OLE color: 6086119.
HSL color Cylindrical-coordinate representation of color #E7DD5C: hue angle of 55.68º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E7DD5C is Cyan = 0, Magento = 0.04, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 221 | 92 | - |
| CMYK | 0 | 0.04 | 0.60 | 0.09 |
| HSL | 55.68º | 0.74% | 0.63% | - |
| HSV(B) | 55.68º | 0.6% | 0.91% | - |
| XYZ | 60.74 | 69.47 | 20.33 | - |
| YUV | 209.28 | 61.81 | 143.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 221 | 92 | 0 | 0.04 | 0.60 | 0.09 | 55.68 | 0.74 | 0.63 |
| Hex | E7 | DD | 5C | 0 | 4 | 3C | 9 | 38 | 4A | 3F |
| Octal | 347 | 335 | 134 | 0 | 4 | 74 | 11 | 70 | 112 | 77 |
| Binary | 11100111 | 11011101 | 1011100 | 0 | 100 | 111100 | 1001 | 111000 | 1001010 | 111111 |
Color Harmonies of #E7DD5C
Complementary color
Monochromatic Colors of #E7DD5C
Black with #E7DD5C
Text Example
Text Example
White with #E7DD5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7DD5C; }
p { color: rgb(231,221,92); }
H1.HeaderClassName
{
color: #E7DD5C;
}
.AnyTagClassName
{
color: #E7DD5C;
}
</style>
background-color css
<style>
a { background-color: #E7DD5C; }
a { background-color: rgb(231,221,92); }
div.DivClassName
{
background-color: #E7DD5C;
}
.BgClassName
{
background-color: #E7DD5C;
}
</style>
border-color css
<style>
span { border-color: #E7DD5C; }
span { border-color: rgb(231,221,92); }
td.TdClassName
{
border-color: #E7DD5C;
}
.TagClassName
{
border-color: #E7DD5C;
}
</style>