#EB9495

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

Shades of Wewak #EB9495

Tints of Wewak #EB9495

Color information

#EB9495 (or 0xEB9495) is unknown color: approx Wewak. HEX triplet: EB, 94 and 95. RGB value is (235,148,149). Sum of RGB (Red+Green+Blue) = 235+148+149=532 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.17% from 532); Green value is 148 (58.20% from 255 or 27.82% from 532); Blue value is 149 (58.59% from 255 or 28.01% from 532); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9495 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB9495 is #146B6A. Grayscale: #AEAEAE. Windows color (decimal): -1338219 or 9802987. OLE color: 9802987.

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

Color convert

RGB235148149-
CMYK00.370.370.08
HSL359.31º68.5%75.1%-
HSV(B)359.31º37.02%92.16%-
XYZ50.2841.0133.7-
YUV174.13113.82171.42-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 44.17%
GREEN value IS 148 (58.20% from 255) = 27.82%
BLUE value IS 149 (58.59% from 255) = 28.01%
R=44.17%
G=27.82%
B=28.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.37
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23514814900.370.370.08359.3168.575.1
HexEB9495025258167454b
Octal3532242250454510547105113
Binary1110101110010100100101010100101100101100010110011110001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9495; }

 p { color: rgb(235,148,149); }

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

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

 a { background-color: rgb(235,148,149); }

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

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

 span { border-color: rgb(235,148,149); }

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