Shades of Manz #E7DC61
Tints of Manz #E7DC61
RGB
CMYK
RGB Variations
Color information
#E7DC61 (or 0xE7DC61) is known color: Manz. HEX triplet: E7, DC and 61. RGB value is (231,220,97). Sum of RGB (Red+Green+Blue) = 231+220+97=548 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.15% from 548); Green value is 220 (86.33% from 255 or 40.15% from 548); Blue value is 97 (38.28% from 255 or 17.70% from 548); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DC61 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7DC61 is #18239E. Grayscale: #D1D1D1. Windows color (decimal): -1581983 or 6413543. OLE color: 6413543.
HSL color Cylindrical-coordinate representation of color #E7DC61: hue angle of 55.07º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E7DC61 is Cyan = 0, Magento = 0.05, Yellow = 0.58 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 220 | 97 | - |
| CMYK | 0 | 0.05 | 0.58 | 0.09 |
| HSL | 55.07º | 0.74% | 0.64% | - |
| HSV(B) | 55.07º | 0.58% | 0.91% | - |
| XYZ | 60.71 | 69.04 | 21.44 | - |
| YUV | 209.27 | 64.64 | 143.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 220 | 97 | 0 | 0.05 | 0.58 | 0.09 | 55.07 | 0.74 | 0.64 |
| Hex | E7 | DC | 61 | 0 | 5 | 3A | 9 | 37 | 4A | 40 |
| Octal | 347 | 334 | 141 | 0 | 5 | 72 | 11 | 67 | 112 | 100 |
| Binary | 11100111 | 11011100 | 1100001 | 0 | 101 | 111010 | 1001 | 110111 | 1001010 | 1000000 |
Color Harmonies of #E7DC61
Complementary color
Monochromatic Colors of #E7DC61
Black with #E7DC61
Text Example
Text Example
White with #E7DC61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7DC61; }
p { color: rgb(231,220,97); }
H1.HeaderClassName
{
color: #E7DC61;
}
.AnyTagClassName
{
color: #E7DC61;
}
</style>
background-color css
<style>
a { background-color: #E7DC61; }
a { background-color: rgb(231,220,97); }
div.DivClassName
{
background-color: #E7DC61;
}
.BgClassName
{
background-color: #E7DC61;
}
</style>
border-color css
<style>
span { border-color: #E7DC61; }
span { border-color: rgb(231,220,97); }
td.TdClassName
{
border-color: #E7DC61;
}
.TagClassName
{
border-color: #E7DC61;
}
</style>