#EB9099

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

Shades of Wewak #EB9099

Tints of Wewak #EB9099

Color information

#EB9099 (or 0xEB9099) is unknown color: approx Wewak. HEX triplet: EB, 90 and 99. RGB value is (235,144,153). Sum of RGB (Red+Green+Blue) = 235+144+153=532 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.17% from 532); Green value is 144 (56.64% from 255 or 27.07% from 532); Blue value is 153 (60.16% from 255 or 28.76% from 532); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9099 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB9099 is #146F66. Grayscale: #ACACAC. Windows color (decimal): -1339239 or 10064107. OLE color: 10064107.

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

Color convert

RGB235144153-
CMYK00.390.350.08
HSL354.07º69.47%74.31%-
HSV(B)354.07º38.72%92.16%-
XYZ49.9839.9135.21-
YUV172.24117.15172.77-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 44.17%
GREEN value IS 144 (56.64% from 255) = 27.07%
BLUE value IS 153 (60.16% from 255) = 28.76%
R=44.17%
G=27.07%
B=28.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.35
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23514415300.390.350.08354.0769.4774.31
HexEB9099027238162454a
Octal3532202310474310542105112
Binary1110101110010000100110010100111100011100010110001010001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB9099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB9099; }

 p { color: rgb(235,144,153); }

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

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

 a { background-color: rgb(235,144,153); }

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

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

 span { border-color: rgb(235,144,153); }

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