#E2DC5D

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

Shades of Manz #E2DC5D

Tints of Manz #E2DC5D

Color information

#E2DC5D (or 0xE2DC5D) is unknown color: approx Manz. HEX triplet: E2, DC and 5D. RGB value is (226,220,93). Sum of RGB (Red+Green+Blue) = 226+220+93=539 (71% of max value = 765). Red value is 226 (88.67% from 255 or 41.93% from 539); Green value is 220 (86.33% from 255 or 40.82% from 539); Blue value is 93 (36.72% from 255 or 17.25% from 539); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DC5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2DC5D is #1D23A2. Grayscale: #CFCFCF. Windows color (decimal): -1909667 or 6151394. OLE color: 6151394.

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

Color convert

RGB22622093-
CMYK00.030.590.11
HSL57.29º69.63%62.55%-
HSV(B)57.29º58.85%88.63%-
XYZ58.9368.1520.4-
YUV207.3263.49141.33-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 41.93%
GREEN value IS 220 (86.33% from 255) = 40.82%
BLUE value IS 93 (36.72% from 255) = 17.25%
R=41.93%
G=40.82%
B=17.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.59
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2262209300.030.590.1157.2969.6362.55
HexE2DC5D033BB39463f
Octal3423341350373137110677
Binary1110001011011100101110101111101110111110011000110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2DC5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2DC5D; }

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

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

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

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

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

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

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

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