#E1DE50

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

Shades of Manz #E1DE50

Tints of Manz #E1DE50

Color information

#E1DE50 (or 0xE1DE50) is unknown color: approx Manz. HEX triplet: E1, DE and 50. RGB value is (225,222,80). Sum of RGB (Red+Green+Blue) = 225+222+80=527 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.69% from 527); Green value is 222 (87.11% from 255 or 42.13% from 527); Blue value is 80 (31.64% from 255 or 15.18% from 527); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DE50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1DE50 is #1E21AF. Grayscale: #CFCFCF. Windows color (decimal): -1974704 or 5299937. OLE color: 5299937.

HSL color Cylindrical-coordinate representation of color #E1DE50: hue angle of 58.76º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E1DE50 is Cyan = 0, Magento = 0.01, Yellow = 0.64 and Black (K on CMYK) = 0.12.

Color convert

RGB22522280-
CMYK00.010.640.12
HSL58.76º70.73%59.8%-
HSV(B)58.76º64.44%88.24%-
XYZ58.6268.8317.79-
YUV206.7156.49141.05-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 42.69%
GREEN value IS 222 (87.11% from 255) = 42.13%
BLUE value IS 80 (31.64% from 255) = 15.18%
R=42.69%
G=42.13%
B=15.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.64
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2252228000.010.640.1258.7670.7359.8
HexE1DE500140C3b473c
Octal34133612001100147310774
Binary1110000111011110101000001100000011001110111000111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1DE50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1DE50; }

 p { color: rgb(225,222,80); }

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

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

 a { background-color: rgb(225,222,80); }

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

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

 span { border-color: rgb(225,222,80); }

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