#E59DA0

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

Shades of Wewak #E59DA0

Tints of Wewak #E59DA0

Color information

#E59DA0 (or 0xE59DA0) is unknown color: approx Wewak. HEX triplet: E5, 9D and A0. RGB value is (229,157,160). Sum of RGB (Red+Green+Blue) = 229+157+160=546 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.94% from 546); Green value is 157 (61.72% from 255 or 28.75% from 546); Blue value is 160 (62.89% from 255 or 29.30% from 546); Max value from RGB is 229 - color contains mainly: red. Hex color #E59DA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E59DA0 is #1A625F. Grayscale: #B2B2B2. Windows color (decimal): -1729120 or 10526181. OLE color: 10526181.

HSL color Cylindrical-coordinate representation of color #E59DA0: hue angle of 357.5º degrees, saturation: 0.58, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E59DA0 is Cyan = 0, Magento = 0.31, Yellow = 0.30 and Black (K on CMYK) = 0.10.

Color convert

RGB229157160-
CMYK00.310.300.10
HSL357.5º58.06%75.69%-
HSV(B)357.5º31.44%89.8%-
XYZ50.7243.3138.94-
YUV178.87117.35163.76-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 41.94%
GREEN value IS 157 (61.72% from 255) = 28.75%
BLUE value IS 160 (62.89% from 255) = 29.30%
R=41.94%
G=28.75%
B=29.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.30
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22915716000.310.300.10357.558.0675.69
HexE59DA001F1EA1663a4c
Octal345235240037361254672114
Binary1110010110011101101000000111111111010101011001101110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E59DA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E59DA0; }

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

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

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

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

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

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

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

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