Shades of Manz #E7DC65
Tints of Manz #E7DC65
RGB
CMYK
RGB Variations
Color information
#E7DC65 (or 0xE7DC65) is known color: Manz. HEX triplet: E7, DC and 65. RGB value is (231,220,101). Sum of RGB (Red+Green+Blue) = 231+220+101=552 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.85% from 552); Green value is 220 (86.33% from 255 or 39.86% from 552); Blue value is 101 (39.84% from 255 or 18.30% from 552); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DC65 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7DC65 is #18239A. Grayscale: #D2D2D2. Windows color (decimal): -1581979 or 6675687. OLE color: 6675687.
HSL color Cylindrical-coordinate representation of color #E7DC65: hue angle of 54.92º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E7DC65 is Cyan = 0, Magento = 0.05, Yellow = 0.56 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 220 | 101 | - |
| CMYK | 0 | 0.05 | 0.56 | 0.09 |
| HSL | 54.92º | 0.73% | 0.65% | - |
| HSV(B) | 54.92º | 0.56% | 0.91% | - |
| XYZ | 60.9 | 69.11 | 22.44 | - |
| YUV | 209.72 | 66.64 | 143.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 220 | 101 | 0 | 0.05 | 0.56 | 0.09 | 54.92 | 0.73 | 0.65 |
| Hex | E7 | DC | 65 | 0 | 5 | 38 | 9 | 37 | 49 | 41 |
| Octal | 347 | 334 | 145 | 0 | 5 | 70 | 11 | 67 | 111 | 101 |
| Binary | 11100111 | 11011100 | 1100101 | 0 | 101 | 111000 | 1001 | 110111 | 1001001 | 1000001 |
Color Harmonies of #E7DC65
Complementary color
Monochromatic Colors of #E7DC65
Black with #E7DC65
Text Example
Text Example
White with #E7DC65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7DC65; }
p { color: rgb(231,220,101); }
H1.HeaderClassName
{
color: #E7DC65;
}
.AnyTagClassName
{
color: #E7DC65;
}
</style>
background-color css
<style>
a { background-color: #E7DC65; }
a { background-color: rgb(231,220,101); }
div.DivClassName
{
background-color: #E7DC65;
}
.BgClassName
{
background-color: #E7DC65;
}
</style>
border-color css
<style>
span { border-color: #E7DC65; }
span { border-color: rgb(231,220,101); }
td.TdClassName
{
border-color: #E7DC65;
}
.TagClassName
{
border-color: #E7DC65;
}
</style>