#EB979A

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

Shades of Wewak #EB979A

Tints of Wewak #EB979A

Color information

#EB979A (or 0xEB979A) is unknown color: approx Wewak. HEX triplet: EB, 97 and 9A. RGB value is (235,151,154). Sum of RGB (Red+Green+Blue) = 235+151+154=540 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.52% from 540); Green value is 151 (59.38% from 255 or 27.96% from 540); Blue value is 154 (60.55% from 255 or 28.52% from 540); Max value from RGB is 235 - color contains mainly: red. Hex color #EB979A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB979A is #146865. Grayscale: #B0B0B0. Windows color (decimal): -1337446 or 10131435. OLE color: 10131435.

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

Color convert

RGB235151154-
CMYK00.360.340.08
HSL357.86º67.74%75.69%-
HSV(B)357.86º35.74%92.16%-
XYZ51.1642.1336.01-
YUV176.46115.33169.76-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 43.52%
GREEN value IS 151 (59.38% from 255) = 27.96%
BLUE value IS 154 (60.55% from 255) = 28.52%
R=43.52%
G=27.96%
B=28.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.34
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23515115400.360.340.08357.8667.7475.69
HexEB979A024228166444c
Octal3532272320444210546104114
Binary1110101110010111100110100100100100010100010110011010001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB979A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB979A; }

 p { color: rgb(235,151,154); }

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

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

 a { background-color: rgb(235,151,154); }

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

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

 span { border-color: rgb(235,151,154); }

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