#E2D65F

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

Shades of Manz #E2D65F

Tints of Manz #E2D65F

Color information

#E2D65F (or 0xE2D65F) is unknown color: approx Manz. HEX triplet: E2, D6 and 5F. RGB value is (226,214,95). Sum of RGB (Red+Green+Blue) = 226+214+95=535 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.24% from 535); Green value is 214 (83.98% from 255 or 40% from 535); Blue value is 95 (37.5% from 255 or 17.76% from 535); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D65F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2D65F is #1D29A0. Grayscale: #CCCCCC. Windows color (decimal): -1911201 or 6280930. OLE color: 6280930.

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

Color convert

RGB22621495-
CMYK00.050.580.11
HSL54.5º69.31%62.94%-
HSV(B)54.5º57.96%88.63%-
XYZ57.4865.0920.36-
YUV204.0266.48143.68-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 42.24%
GREEN value IS 214 (83.98% from 255) = 40%
BLUE value IS 95 (37.5% from 255) = 17.76%
R=42.24%
G=40%
B=17.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.58
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2262149500.050.580.1154.569.3162.94
HexE2D65F053AB37453f
Octal3423261370572136710577
Binary11100010110101101011111010111101010111101111000101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2D65F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2D65F; }

 p { color: rgb(226,214,95); }

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

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

 a { background-color: rgb(226,214,95); }

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

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

 span { border-color: rgb(226,214,95); }

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