Shades of Manz #E7DA65
Tints of Manz #E7DA65
RGB
CMYK
RGB Variations
Color information
#E7DA65 (or 0xE7DA65) is known color: Manz. HEX triplet: E7, DA and 65. RGB value is (231,218,101). Sum of RGB (Red+Green+Blue) = 231+218+101=550 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42% from 550); Green value is 218 (85.55% from 255 or 39.64% from 550); Blue value is 101 (39.84% from 255 or 18.36% from 550); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DA65 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7DA65 is #18259A. Grayscale: #D1D1D1. Windows color (decimal): -1582491 or 6675175. OLE color: 6675175.
HSL color Cylindrical-coordinate representation of color #E7DA65: hue angle of 54º 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 #E7DA65 is Cyan = 0, Magento = 0.06, Yellow = 0.56 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 218 | 101 | - |
| CMYK | 0 | 0.06 | 0.56 | 0.09 |
| HSL | 54º | 0.73% | 0.65% | - |
| HSV(B) | 54º | 0.56% | 0.91% | - |
| XYZ | 60.38 | 68.07 | 22.27 | - |
| YUV | 208.55 | 67.31 | 144.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 218 | 101 | 0 | 0.06 | 0.56 | 0.09 | 54 | 0.73 | 0.65 |
| Hex | E7 | DA | 65 | 0 | 6 | 38 | 9 | 36 | 49 | 41 |
| Octal | 347 | 332 | 145 | 0 | 6 | 70 | 11 | 66 | 111 | 101 |
| Binary | 11100111 | 11011010 | 1100101 | 0 | 110 | 111000 | 1001 | 110110 | 1001001 | 1000001 |
Color Harmonies of #E7DA65
Complementary color
Monochromatic Colors of #E7DA65
Black with #E7DA65
Text Example
Text Example
White with #E7DA65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7DA65; }
p { color: rgb(231,218,101); }
H1.HeaderClassName
{
color: #E7DA65;
}
.AnyTagClassName
{
color: #E7DA65;
}
</style>
background-color css
<style>
a { background-color: #E7DA65; }
a { background-color: rgb(231,218,101); }
div.DivClassName
{
background-color: #E7DA65;
}
.BgClassName
{
background-color: #E7DA65;
}
</style>
border-color css
<style>
span { border-color: #E7DA65; }
span { border-color: rgb(231,218,101); }
td.TdClassName
{
border-color: #E7DA65;
}
.TagClassName
{
border-color: #E7DA65;
}
</style>