#E1DF49

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

Shades of Manz #E1DF49

Tints of Manz #E1DF49

Color information

#E1DF49 (or 0xE1DF49) is unknown color: approx Manz. HEX triplet: E1, DF and 49. RGB value is (225,223,73). Sum of RGB (Red+Green+Blue) = 225+223+73=521 (69% of max value = 765). Red value is 225 (88.28% from 255 or 43.19% from 521); Green value is 223 (87.5% from 255 or 42.80% from 521); Blue value is 73 (28.91% from 255 or 14.01% from 521); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DF49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1DF49 is #1E20B6. Grayscale: #CFCFCF. Windows color (decimal): -1974455 or 4841441. OLE color: 4841441.

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

Color convert

RGB22522373-
CMYK00.010.680.12
HSL59.21º71.7%58.43%-
HSV(B)59.21º67.56%88.24%-
XYZ58.6469.2616.58-
YUV206.552.66141.2-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 43.19%
GREEN value IS 223 (87.5% from 255) = 42.80%
BLUE value IS 73 (28.91% from 255) = 14.01%
R=43.19%
G=42.80%
B=14.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.68
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2252237300.010.680.1259.2171.758.43
HexE1DF490144C3b483a
Octal34133711101104147311072
Binary1110000111011111100100101100010011001110111001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1DF49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1DF49; }

 p { color: rgb(225,223,73); }

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

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

 a { background-color: rgb(225,223,73); }

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

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

 span { border-color: rgb(225,223,73); }

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