#E59CA0

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

Shades of Wewak #E59CA0

Tints of Wewak #E59CA0

Color information

#E59CA0 (or 0xE59CA0) is unknown color: approx Wewak. HEX triplet: E5, 9C and A0. RGB value is (229,156,160). Sum of RGB (Red+Green+Blue) = 229+156+160=545 (72% of max value = 765). Red value is 229 (89.84% from 255 or 42.02% from 545); Green value is 156 (61.33% from 255 or 28.62% from 545); Blue value is 160 (62.89% from 255 or 29.36% from 545); Max value from RGB is 229 - color contains mainly: red. Hex color #E59CA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E59CA0 is #1A635F. Grayscale: #B2B2B2. Windows color (decimal): -1729376 or 10525925. OLE color: 10525925.

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

Color convert

RGB229156160-
CMYK00.320.300.10
HSL356.71º58.4%75.49%-
HSV(B)356.71º31.88%89.8%-
XYZ50.5542.9738.89-
YUV178.28117.68164.17-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 42.02%
GREEN value IS 156 (61.33% from 255) = 28.62%
BLUE value IS 160 (62.89% from 255) = 29.36%
R=42.02%
G=28.62%
B=29.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.30
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22915616000.320.300.10356.7158.475.49
HexE59CA00201EA1653a4b
Octal345234240040361254572113
Binary11100101100111001010000001000001111010101011001011110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E59CA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E59CA0; }

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

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

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

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

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

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

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

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