#E1DC56

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

Shades of Manz #E1DC56

Tints of Manz #E1DC56

Color information

#E1DC56 (or 0xE1DC56) is unknown color: approx Manz. HEX triplet: E1, DC and 56. RGB value is (225,220,86). Sum of RGB (Red+Green+Blue) = 225+220+86=531 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.37% from 531); Green value is 220 (86.33% from 255 or 41.43% from 531); Blue value is 86 (33.98% from 255 or 16.20% from 531); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DC56 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1DC56 is #1E23A9. Grayscale: #CECECE. Windows color (decimal): -1975210 or 5692641. OLE color: 5692641.

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

Color convert

RGB22522086-
CMYK00.020.620.12
HSL57.84º69.85%60.98%-
HSV(B)57.84º61.78%88.24%-
XYZ58.3267.8718.83-
YUV206.2260.16141.4-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 42.37%
GREEN value IS 220 (86.33% from 255) = 41.43%
BLUE value IS 86 (33.98% from 255) = 16.20%
R=42.37%
G=41.43%
B=16.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.62
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2252208600.020.620.1257.8469.8560.98
HexE1DC56023EC3a463d
Octal3413341260276147210675
Binary1110000111011100101011001011111011001110101000110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1DC56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1DC56; }

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

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

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

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

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

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

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

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