#E1D15D

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

Shades of Manz #E1D15D

Tints of Manz #E1D15D

Color information

#E1D15D (or 0xE1D15D) is unknown color: approx Manz. HEX triplet: E1, D1 and 5D. RGB value is (225,209,93). Sum of RGB (Red+Green+Blue) = 225+209+93=527 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.69% from 527); Green value is 209 (82.03% from 255 or 39.66% from 527); Blue value is 93 (36.72% from 255 or 17.65% from 527); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D15D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1D15D is #1E2EA2. Grayscale: #C9C9C9. Windows color (decimal): -1978019 or 6148577. OLE color: 6148577.

HSL color Cylindrical-coordinate representation of color #E1D15D: hue angle of 52.73º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E1D15D is Cyan = 0, Magento = 0.07, Yellow = 0.59 and Black (K on CMYK) = 0.12.

Color convert

RGB22520993-
CMYK00.070.590.12
HSL52.73º68.75%62.35%-
HSV(B)52.73º58.67%88.24%-
XYZ55.8362.419.46-
YUV200.5667.3145.43-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 42.69%
GREEN value IS 209 (82.03% from 255) = 39.66%
BLUE value IS 93 (36.72% from 255) = 17.65%
R=42.69%
G=39.66%
B=17.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.59
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2252099300.070.590.1252.7368.7562.35
HexE1D15D073BC35453e
Octal3413211350773146510576
Binary11100001110100011011101011111101111001101011000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1D15D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1D15D; }

 p { color: rgb(225,209,93); }

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

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

 a { background-color: rgb(225,209,93); }

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

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

 span { border-color: rgb(225,209,93); }

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