#EB9B9C

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

Shades of Wewak #EB9B9C

Tints of Wewak #EB9B9C

Color information

#EB9B9C (or 0xEB9B9C) is unknown color: approx Wewak. HEX triplet: EB, 9B and 9C. RGB value is (235,155,156). Sum of RGB (Red+Green+Blue) = 235+155+156=546 (72% of max value = 765). Red value is 235 (92.19% from 255 or 43.04% from 546); Green value is 155 (60.94% from 255 or 28.39% from 546); Blue value is 156 (61.33% from 255 or 28.57% from 546); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9B9C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB9B9C is #146463. Grayscale: #B3B3B3. Windows color (decimal): -1336420 or 10263531. OLE color: 10263531.

HSL color Cylindrical-coordinate representation of color #EB9B9C: hue angle of 359.25º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EB9B9C is Cyan = 0, Magento = 0.34, Yellow = 0.34 and Black (K on CMYK) = 0.08.

Color convert

RGB235155156-
CMYK00.340.340.08
HSL359.25º66.67%76.47%-
HSV(B)359.25º34.04%92.16%-
XYZ51.9843.5137.11-
YUV179.03115167.92-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 43.04%
GREEN value IS 155 (60.94% from 255) = 28.39%
BLUE value IS 156 (61.33% from 255) = 28.57%
R=43.04%
G=28.39%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.34
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23515515600.340.340.08359.2566.6776.47
HexEB9B9C022228167434c
Octal3532332340424210547103114
Binary1110101110011011100111000100010100010100010110011110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9B9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9B9C; }

 p { color: rgb(235,155,156); }

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

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

 a { background-color: rgb(235,155,156); }

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

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

 span { border-color: rgb(235,155,156); }

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