#E1D25C

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

Shades of Manz #E1D25C

Tints of Manz #E1D25C

Color information

#E1D25C (or 0xE1D25C) is unknown color: approx Manz. HEX triplet: E1, D2 and 5C. RGB value is (225,210,92). Sum of RGB (Red+Green+Blue) = 225+210+92=527 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.69% from 527); Green value is 210 (82.42% from 255 or 39.85% from 527); Blue value is 92 (36.33% from 255 or 17.46% from 527); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D25C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1D25C is #1E2DA3. Grayscale: #C9C9C9. Windows color (decimal): -1977764 or 6083297. OLE color: 6083297.

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

Color convert

RGB22521092-
CMYK00.070.590.12
HSL53.23º68.91%62.16%-
HSV(B)53.23º59.11%88.24%-
XYZ56.0362.8719.31-
YUV201.0366.47145.09-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 42.69%
GREEN value IS 210 (82.42% from 255) = 39.85%
BLUE value IS 92 (36.33% from 255) = 17.46%
R=42.69%
G=39.85%
B=17.46%

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
Decimal2252109200.070.590.1253.2368.9162.16
HexE1D25C073BC35453e
Octal3413221340773146510576
Binary11100001110100101011100011111101111001101011000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1D25C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1D25C; }

 p { color: rgb(225,210,92); }

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

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

 a { background-color: rgb(225,210,92); }

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

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

 span { border-color: rgb(225,210,92); }

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