#E1D860

Color #E1D860 Manz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Manz #E1D860

Tints of Manz #E1D860

Color information

#E1D860 (or 0xE1D860) is unknown color: approx Manz. HEX triplet: E1, D8 and 60. RGB value is (225,216,96). Sum of RGB (Red+Green+Blue) = 225+216+96=537 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.90% from 537); Green value is 216 (84.77% from 255 or 40.22% from 537); Blue value is 96 (37.89% from 255 or 17.88% from 537); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D860 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1D860 is #1E279F. Grayscale: #CDCDCD. Windows color (decimal): -1976224 or 6346977. OLE color: 6346977.

HSL color Cylindrical-coordinate representation of color #E1D860: hue angle of 55.81º 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 #E1D860 is Cyan = 0, Magento = 0.04, Yellow = 0.57 and Black (K on CMYK) = 0.12.

Color convert

RGB22521696-
CMYK00.040.570.12
HSL55.81º68.25%62.94%-
HSV(B)55.81º57.33%88.24%-
XYZ57.7265.9620.76-
YUV205.0166.48142.26-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 225 (88.28% from 255) = 41.90%
GREEN value IS 216 (84.77% from 255) = 40.22%
BLUE value IS 96 (37.89% from 255) = 17.88%
R=41.90%
G=40.22%
B=17.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.57
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2252169600.040.570.1255.8168.2562.94
HexE1D8600439C38443f
Octal3413301400471147010477
Binary11100001110110001100000010011100111001110001000100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1D860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1D860; }

 p { color: rgb(225,216,96); }

 H1.HeaderClassName
 {
   color: #E1D860;
 }
 .AnyTagClassName
 {
   color: #E1D860;
 }
</style>
background-color css

<style>
 a { background-color: #E1D860; }

 a { background-color: rgb(225,216,96); }

 div.DivClassName
 {
   background-color: #E1D860;
 }
 .BgClassName
 {
   background-color: #E1D860;
 }
</style>
border-color css

<style>
 span { border-color: #E1D860; }

 span { border-color: rgb(225,216,96); }

 td.TdClassName
 {
   border-color: #E1D860;
 }
 .TagClassName
 {
   border-color: #E1D860;
 }
</style>