#E1D849

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

Shades of Manz #E1D849

Tints of Manz #E1D849

Color information

#E1D849 (or 0xE1D849) is unknown color: approx Manz. HEX triplet: E1, D8 and 49. RGB value is (225,216,73). Sum of RGB (Red+Green+Blue) = 225+216+73=514 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.77% from 514); Green value is 216 (84.77% from 255 or 42.02% from 514); Blue value is 73 (28.91% from 255 or 14.20% from 514); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D849 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1D849 is #1E27B6. Grayscale: #CACACA. Windows color (decimal): -1976247 or 4839649. OLE color: 4839649.

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

Color convert

RGB22521673-
CMYK00.040.680.12
HSL56.45º71.7%58.43%-
HSV(B)56.45º67.56%88.24%-
XYZ56.8165.615.97-
YUV202.3954.98144.13-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 43.77%
GREEN value IS 216 (84.77% from 255) = 42.02%
BLUE value IS 73 (28.91% from 255) = 14.20%
R=43.77%
G=42.02%
B=14.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.68
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2252167300.040.680.1256.4571.758.43
HexE1D8490444C38483a
Octal34133011104104147011072
Binary111000011101100010010010100100010011001110001001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1D849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1D849; }

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

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

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

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

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

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

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

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