#E2DE5F

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

Shades of Manz #E2DE5F

Tints of Manz #E2DE5F

Color information

#E2DE5F (or 0xE2DE5F) is unknown color: approx Manz. HEX triplet: E2, DE and 5F. RGB value is (226,222,95). Sum of RGB (Red+Green+Blue) = 226+222+95=543 (71% of max value = 765). Red value is 226 (88.67% from 255 or 41.62% from 543); Green value is 222 (87.11% from 255 or 40.88% from 543); Blue value is 95 (37.5% from 255 or 17.50% from 543); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DE5F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2DE5F is #1D21A0. Grayscale: #D1D1D1. Windows color (decimal): -1909153 or 6282978. OLE color: 6282978.

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

Color convert

RGB22622295-
CMYK00.020.580.11
HSL58.17º69.31%62.94%-
HSV(B)58.17º57.96%88.63%-
XYZ59.5569.2421.05-
YUV208.7263.83140.33-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 41.62%
GREEN value IS 222 (87.11% from 255) = 40.88%
BLUE value IS 95 (37.5% from 255) = 17.50%
R=41.62%
G=40.88%
B=17.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.58
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2262229500.020.580.1158.1769.3162.94
HexE2DE5F023AB3a453f
Octal3423361370272137210577
Binary1110001011011110101111101011101010111110101000101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2DE5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2DE5F; }

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

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

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

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

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

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

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

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