#EC8D96

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

Shades of Wewak #EC8D96

Tints of Wewak #EC8D96

Color information

#EC8D96 (or 0xEC8D96) is unknown color: approx Wewak. HEX triplet: EC, 8D and 96. RGB value is (236,141,150). Sum of RGB (Red+Green+Blue) = 236+141+150=527 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.78% from 527); Green value is 141 (55.47% from 255 or 26.76% from 527); Blue value is 150 (58.98% from 255 or 28.46% from 527); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8D96 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8D96 is #137269. Grayscale: #AAAAAA. Windows color (decimal): -1274474 or 9866732. OLE color: 9866732.

HSL color Cylindrical-coordinate representation of color #EC8D96: hue angle of 354.32º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EC8D96 is Cyan = 0, Magento = 0.40, Yellow = 0.36 and Black (K on CMYK) = 0.07.

Color convert

RGB236141150-
CMYK00.400.360.07
HSL354.32º71.43%73.92%-
HSV(B)354.32º40.25%92.55%-
XYZ49.6239.0833.78-
YUV170.43116.47174.77-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 44.78%
GREEN value IS 141 (55.47% from 255) = 26.76%
BLUE value IS 150 (58.98% from 255) = 28.46%
R=44.78%
G=26.76%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.36
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23614115000.400.360.07354.3271.4373.92
HexEC8D96028247162474a
Octal354215226050447542107112
Binary111011001000110110010110010100010010011110110001010001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC8D96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC8D96; }

 p { color: rgb(236,141,150); }

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

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

 a { background-color: rgb(236,141,150); }

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

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

 span { border-color: rgb(236,141,150); }

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