#E2DB5D

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

Shades of Manz #E2DB5D

Tints of Manz #E2DB5D

Color information

#E2DB5D (or 0xE2DB5D) is unknown color: approx Manz. HEX triplet: E2, DB and 5D. RGB value is (226,219,93). Sum of RGB (Red+Green+Blue) = 226+219+93=538 (71% of max value = 765). Red value is 226 (88.67% from 255 or 42.01% from 538); Green value is 219 (85.94% from 255 or 40.71% from 538); Blue value is 93 (36.72% from 255 or 17.29% from 538); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DB5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2DB5D is #1D24A2. Grayscale: #CFCFCF. Windows color (decimal): -1909923 or 6151138. OLE color: 6151138.

HSL color Cylindrical-coordinate representation of color #E2DB5D: hue angle of 56.84º 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 #E2DB5D is Cyan = 0, Magento = 0.03, Yellow = 0.59 and Black (K on CMYK) = 0.11.

Color convert

RGB22621993-
CMYK00.030.590.11
HSL56.84º69.63%62.55%-
HSV(B)56.84º58.85%88.63%-
XYZ58.6767.6220.32-
YUV206.7363.82141.75-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 42.01%
GREEN value IS 219 (85.94% from 255) = 40.71%
BLUE value IS 93 (36.72% from 255) = 17.29%
R=42.01%
G=40.71%
B=17.29%

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
Decimal2262199300.030.590.1156.8469.6362.55
HexE2DB5D033BB39463f
Octal3423331350373137110677
Binary1110001011011011101110101111101110111110011000110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2DB5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2DB5D; }

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

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

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

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

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

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

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

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