#EBA1A4

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

Shades of Wewak #EBA1A4

Tints of Wewak #EBA1A4

Color information

#EBA1A4 (or 0xEBA1A4) is unknown color: approx Wewak. HEX triplet: EB, A1 and A4. RGB value is (235,161,164). Sum of RGB (Red+Green+Blue) = 235+161+164=560 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.96% from 560); Green value is 161 (63.28% from 255 or 28.75% from 560); Blue value is 164 (64.45% from 255 or 29.29% from 560); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA1A4 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA1A4 is #145E5B. Grayscale: #B7B7B7. Windows color (decimal): -1334876 or 10789355. OLE color: 10789355.

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

Color convert

RGB235161164-
CMYK00.310.300.08
HSL357.57º64.91%77.65%-
HSV(B)357.57º31.49%92.16%-
XYZ53.7145.8341.14-
YUV183.47117.02164.76-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.96%
GREEN value IS 161 (63.28% from 255) = 28.75%
BLUE value IS 164 (64.45% from 255) = 29.29%
R=41.96%
G=28.75%
B=29.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.30
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23516116400.310.300.08357.5764.9177.65
HexEBA1A401F1E8166414e
Octal3532412440373610546101116
Binary11101011101000011010010001111111110100010110011010000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA1A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA1A4; }

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

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

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

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

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

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

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

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