Shades of Manz #E7DA60
Tints of Manz #E7DA60
RGB
CMYK
RGB Variations
Color information
#E7DA60 (or 0xE7DA60) is known color: Manz. HEX triplet: E7, DA and 60. RGB value is (231,218,96). Sum of RGB (Red+Green+Blue) = 231+218+96=545 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.39% from 545); Green value is 218 (85.55% from 255 or 40% from 545); Blue value is 96 (37.89% from 255 or 17.61% from 545); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DA60 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7DA60 is #18259F. Grayscale: #D0D0D0. Windows color (decimal): -1582496 or 6347495. OLE color: 6347495.
HSL color Cylindrical-coordinate representation of color #E7DA60: hue angle of 54.22º 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 #E7DA60 is Cyan = 0, Magento = 0.06, Yellow = 0.58 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 218 | 96 | - |
| CMYK | 0 | 0.06 | 0.58 | 0.09 |
| HSL | 54.22º | 0.74% | 0.64% | - |
| HSV(B) | 54.22º | 0.58% | 0.91% | - |
| XYZ | 60.14 | 67.98 | 21.02 | - |
| YUV | 207.98 | 64.81 | 144.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 218 | 96 | 0 | 0.06 | 0.58 | 0.09 | 54.22 | 0.74 | 0.64 |
| Hex | E7 | DA | 60 | 0 | 6 | 3A | 9 | 36 | 4A | 40 |
| Octal | 347 | 332 | 140 | 0 | 6 | 72 | 11 | 66 | 112 | 100 |
| Binary | 11100111 | 11011010 | 1100000 | 0 | 110 | 111010 | 1001 | 110110 | 1001010 | 1000000 |
Color Harmonies of #E7DA60
Complementary color
Monochromatic Colors of #E7DA60
Black with #E7DA60
Text Example
Text Example
White with #E7DA60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7DA60; }
p { color: rgb(231,218,96); }
H1.HeaderClassName
{
color: #E7DA60;
}
.AnyTagClassName
{
color: #E7DA60;
}
</style>
background-color css
<style>
a { background-color: #E7DA60; }
a { background-color: rgb(231,218,96); }
div.DivClassName
{
background-color: #E7DA60;
}
.BgClassName
{
background-color: #E7DA60;
}
</style>
border-color css
<style>
span { border-color: #E7DA60; }
span { border-color: rgb(231,218,96); }
td.TdClassName
{
border-color: #E7DA60;
}
.TagClassName
{
border-color: #E7DA60;
}
</style>