#EBA0A4

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

Shades of Wewak #EBA0A4

Tints of Wewak #EBA0A4

Color information

#EBA0A4 (or 0xEBA0A4) is unknown color: approx Wewak. HEX triplet: EB, A0 and A4. RGB value is (235,160,164). Sum of RGB (Red+Green+Blue) = 235+160+164=559 (74% of max value = 765). Red value is 235 (92.19% from 255 or 42.04% from 559); Green value is 160 (62.89% from 255 or 28.62% from 559); Blue value is 164 (64.45% from 255 or 29.34% from 559); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA0A4 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA0A4 is #145F5B. Grayscale: #B6B6B6. Windows color (decimal): -1335132 or 10789099. OLE color: 10789099.

HSL color Cylindrical-coordinate representation of color #EBA0A4: hue angle of 356.8º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EBA0A4 is Cyan = 0, Magento = 0.32, Yellow = 0.30 and Black (K on CMYK) = 0.08.

Color convert

RGB235160164-
CMYK00.320.300.08
HSL356.8º65.22%77.45%-
HSV(B)356.8º31.91%92.16%-
XYZ53.5345.4841.08-
YUV182.88117.35165.17-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.04%
GREEN value IS 160 (62.89% from 255) = 28.62%
BLUE value IS 164 (64.45% from 255) = 29.34%
R=42.04%
G=28.62%
B=29.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.30
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23516016400.320.300.08356.865.2277.45
HexEBA0A40201E8165414d
Octal3532402440403610545101115
Binary111010111010000010100100010000011110100010110010110000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA0A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA0A4; }

 p { color: rgb(235,160,164); }

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

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

 a { background-color: rgb(235,160,164); }

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

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

 span { border-color: rgb(235,160,164); }

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