#EC9A9B

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

Shades of Wewak #EC9A9B

Tints of Wewak #EC9A9B

Color information

#EC9A9B (or 0xEC9A9B) is unknown color: approx Wewak. HEX triplet: EC, 9A and 9B. RGB value is (236,154,155). Sum of RGB (Red+Green+Blue) = 236+154+155=545 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.30% from 545); Green value is 154 (60.55% from 255 or 28.26% from 545); Blue value is 155 (60.94% from 255 or 28.44% from 545); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9A9B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9A9B is #136564. Grayscale: #B2B2B2. Windows color (decimal): -1271141 or 10197740. OLE color: 10197740.

HSL color Cylindrical-coordinate representation of color #EC9A9B: hue angle of 359.27º degrees, saturation: 0.68, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EC9A9B is Cyan = 0, Magento = 0.35, Yellow = 0.34 and Black (K on CMYK) = 0.07.

Color convert

RGB236154155-
CMYK00.350.340.07
HSL359.27º68.33%76.47%-
HSV(B)359.27º34.75%92.55%-
XYZ52.0643.3136.63-
YUV178.63114.67168.92-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 43.30%
GREEN value IS 154 (60.55% from 255) = 28.26%
BLUE value IS 155 (60.94% from 255) = 28.44%
R=43.30%
G=28.26%
B=28.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.34
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23615415500.350.340.07359.2768.3376.47
HexEC9A9B023227167444c
Octal354232233043427547104114
Binary111011001001101010011011010001110001011110110011110001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC9A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC9A9B; }

 p { color: rgb(236,154,155); }

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

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

 a { background-color: rgb(236,154,155); }

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

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

 span { border-color: rgb(236,154,155); }

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