#E1DC5A

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

Shades of Manz #E1DC5A

Tints of Manz #E1DC5A

Color information

#E1DC5A (or 0xE1DC5A) is unknown color: approx Manz. HEX triplet: E1, DC and 5A. RGB value is (225,220,90). Sum of RGB (Red+Green+Blue) = 225+220+90=535 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.06% from 535); Green value is 220 (86.33% from 255 or 41.12% from 535); Blue value is 90 (35.55% from 255 or 16.82% from 535); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DC5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1DC5A is #1E23A5. Grayscale: #CFCFCF. Windows color (decimal): -1975206 or 5954785. OLE color: 5954785.

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

Color convert

RGB22522090-
CMYK00.020.600.12
HSL57.78º69.23%61.76%-
HSV(B)57.78º60%88.24%-
XYZ58.4967.9319.7-
YUV206.6762.16141.07-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 42.06%
GREEN value IS 220 (86.33% from 255) = 41.12%
BLUE value IS 90 (35.55% from 255) = 16.82%
R=42.06%
G=41.12%
B=16.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.60
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2252209000.020.600.1257.7869.2361.76
HexE1DC5A023CC3a453e
Octal3413341320274147210576
Binary1110000111011100101101001011110011001110101000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1DC5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1DC5A; }

 p { color: rgb(225,220,90); }

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

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

 a { background-color: rgb(225,220,90); }

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

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

 span { border-color: rgb(225,220,90); }

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