#E19DA0

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

Shades of Wewak #E19DA0

Tints of Wewak #E19DA0

Color information

#E19DA0 (or 0xE19DA0) is unknown color: approx Wewak. HEX triplet: E1, 9D and A0. RGB value is (225,157,160). Sum of RGB (Red+Green+Blue) = 225+157+160=542 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.51% from 542); Green value is 157 (61.72% from 255 or 28.97% from 542); Blue value is 160 (62.89% from 255 or 29.52% from 542); Max value from RGB is 225 - color contains mainly: red. Hex color #E19DA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19DA0 is #1E625F. Grayscale: #B1B1B1. Windows color (decimal): -1991264 or 10526177. OLE color: 10526177.

HSL color Cylindrical-coordinate representation of color #E19DA0: hue angle of 357.35º degrees, saturation: 0.53, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E19DA0 is Cyan = 0, Magento = 0.30, Yellow = 0.29 and Black (K on CMYK) = 0.12.

Color convert

RGB225157160-
CMYK00.300.290.12
HSL357.35º53.12%74.9%-
HSV(B)357.35º30.22%88.24%-
XYZ49.4542.6638.89-
YUV177.67118.03161.76-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 41.51%
GREEN value IS 157 (61.72% from 255) = 28.97%
BLUE value IS 160 (62.89% from 255) = 29.52%
R=41.51%
G=28.97%
B=29.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.29
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22515716000.300.290.12357.3553.1274.9
HexE19DA001E1DC165354b
Octal341235240036351454565113
Binary1110000110011101101000000111101110111001011001011101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E19DA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E19DA0; }

 p { color: rgb(225,157,160); }

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

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

 a { background-color: rgb(225,157,160); }

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

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

 span { border-color: rgb(225,157,160); }

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