Shades of Manz #E1DB60
Tints of Manz #E1DB60
RGB
CMYK
RGB Variations
Color information
#E1DB60 (or 0xE1DB60) is known color: Manz. HEX triplet: E1, DB and 60. RGB value is (225,219,96). Sum of RGB (Red+Green+Blue) = 225+219+96=540 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.67% from 540); Green value is 219 (85.94% from 255 or 40.56% from 540); Blue value is 96 (37.89% from 255 or 17.78% from 540); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DB60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1DB60 is #1E249F. Grayscale: #CFCFCF. Windows color (decimal): -1975456 or 6347745. OLE color: 6347745.
HSL color Cylindrical-coordinate representation of color #E1DB60: hue angle of 57.21º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E1DB60 is Cyan = 0, Magento = 0.03, Yellow = 0.57 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 219 | 96 | - |
| CMYK | 0 | 0.03 | 0.57 | 0.12 |
| HSL | 57.21º | 0.68% | 0.63% | - |
| HSV(B) | 57.21º | 0.57% | 0.88% | - |
| XYZ | 58.49 | 67.52 | 21.02 | - |
| YUV | 206.77 | 65.49 | 141 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 219 | 96 | 0 | 0.03 | 0.57 | 0.12 | 57.21 | 0.68 | 0.63 |
| Hex | E1 | DB | 60 | 0 | 3 | 39 | C | 39 | 44 | 3F |
| Octal | 341 | 333 | 140 | 0 | 3 | 71 | 14 | 71 | 104 | 77 |
| Binary | 11100001 | 11011011 | 1100000 | 0 | 11 | 111001 | 1100 | 111001 | 1000100 | 111111 |
Color Harmonies of #E1DB60
Complementary color
Monochromatic Colors of #E1DB60
Black with #E1DB60
Text Example
Text Example
White with #E1DB60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DB60; }
p { color: rgb(225,219,96); }
H1.HeaderClassName
{
color: #E1DB60;
}
.AnyTagClassName
{
color: #E1DB60;
}
</style>
background-color css
<style>
a { background-color: #E1DB60; }
a { background-color: rgb(225,219,96); }
div.DivClassName
{
background-color: #E1DB60;
}
.BgClassName
{
background-color: #E1DB60;
}
</style>
border-color css
<style>
span { border-color: #E1DB60; }
span { border-color: rgb(225,219,96); }
td.TdClassName
{
border-color: #E1DB60;
}
.TagClassName
{
border-color: #E1DB60;
}
</style>