Shades of Manz #E3DC60
Tints of Manz #E3DC60
RGB
CMYK
RGB Variations
Color information
#E3DC60 (or 0xE3DC60) is known color: Manz. HEX triplet: E3, DC and 60. RGB value is (227,220,96). Sum of RGB (Red+Green+Blue) = 227+220+96=543 (71% of max value = 765). Red value is 227 (89.06% from 255 or 41.80% from 543); Green value is 220 (86.33% from 255 or 40.52% from 543); Blue value is 96 (37.89% from 255 or 17.68% from 543); Max value from RGB is 227 - color contains mainly: red. Hex color #E3DC60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3DC60 is #1C239F. Grayscale: #D0D0D0. Windows color (decimal): -1844128 or 6348003. OLE color: 6348003.
HSL color Cylindrical-coordinate representation of color #E3DC60: hue angle of 56.79º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E3DC60 is Cyan = 0, Magento = 0.03, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 220 | 96 | - |
| CMYK | 0 | 0.03 | 0.58 | 0.11 |
| HSL | 56.79º | 0.7% | 0.63% | - |
| HSV(B) | 56.79º | 0.58% | 0.89% | - |
| XYZ | 59.38 | 68.36 | 21.13 | - |
| YUV | 207.96 | 64.82 | 141.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 220 | 96 | 0 | 0.03 | 0.58 | 0.11 | 56.79 | 0.7 | 0.63 |
| Hex | E3 | DC | 60 | 0 | 3 | 3A | B | 39 | 46 | 3F |
| Octal | 343 | 334 | 140 | 0 | 3 | 72 | 13 | 71 | 106 | 77 |
| Binary | 11100011 | 11011100 | 1100000 | 0 | 11 | 111010 | 1011 | 111001 | 1000110 | 111111 |
Color Harmonies of #E3DC60
Complementary color
Monochromatic Colors of #E3DC60
Black with #E3DC60
Text Example
Text Example
White with #E3DC60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3DC60; }
p { color: rgb(227,220,96); }
H1.HeaderClassName
{
color: #E3DC60;
}
.AnyTagClassName
{
color: #E3DC60;
}
</style>
background-color css
<style>
a { background-color: #E3DC60; }
a { background-color: rgb(227,220,96); }
div.DivClassName
{
background-color: #E3DC60;
}
.BgClassName
{
background-color: #E3DC60;
}
</style>
border-color css
<style>
span { border-color: #E3DC60; }
span { border-color: rgb(227,220,96); }
td.TdClassName
{
border-color: #E3DC60;
}
.TagClassName
{
border-color: #E3DC60;
}
</style>