#E2DC49

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

Shades of Manz #E2DC49

Tints of Manz #E2DC49

Color information

#E2DC49 (or 0xE2DC49) is unknown color: approx Manz. HEX triplet: E2, DC and 49. RGB value is (226,220,73). Sum of RGB (Red+Green+Blue) = 226+220+73=519 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.55% from 519); Green value is 220 (86.33% from 255 or 42.39% from 519); Blue value is 73 (28.91% from 255 or 14.07% from 519); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DC49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2DC49 is #1D23B6. Grayscale: #CDCDCD. Windows color (decimal): -1909687 or 4840674. OLE color: 4840674.

HSL color Cylindrical-coordinate representation of color #E2DC49: hue angle of 57.65º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E2DC49 is Cyan = 0, Magento = 0.03, Yellow = 0.68 and Black (K on CMYK) = 0.11.

Color convert

RGB22622073-
CMYK00.030.680.11
HSL57.65º72.51%58.63%-
HSV(B)57.65º67.7%88.63%-
XYZ58.1667.8416.33-
YUV205.0453.49142.95-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 43.55%
GREEN value IS 220 (86.33% from 255) = 42.39%
BLUE value IS 73 (28.91% from 255) = 14.07%
R=43.55%
G=42.39%
B=14.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.68
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2262207300.030.680.1157.6572.5158.63
HexE2DC490344B3a493b
Octal34233411103104137211173
Binary11100010110111001001001011100010010111110101001001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2DC49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2DC49; }

 p { color: rgb(226,220,73); }

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

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

 a { background-color: rgb(226,220,73); }

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

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

 span { border-color: rgb(226,220,73); }

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