#E79DA0

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

Shades of Wewak #E79DA0

Tints of Wewak #E79DA0

Color information

#E79DA0 (or 0xE79DA0) is unknown color: approx Wewak. HEX triplet: E7, 9D and A0. RGB value is (231,157,160). Sum of RGB (Red+Green+Blue) = 231+157+160=548 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.15% from 548); Green value is 157 (61.72% from 255 or 28.65% from 548); Blue value is 160 (62.89% from 255 or 29.20% from 548); Max value from RGB is 231 - color contains mainly: red. Hex color #E79DA0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E79DA0 is #18625F. Grayscale: #B3B3B3. Windows color (decimal): -1598048 or 10526183. OLE color: 10526183.

HSL color Cylindrical-coordinate representation of color #E79DA0: hue angle of 357.57º degrees, saturation: 0.61, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E79DA0 is Cyan = 0, Magento = 0.32, Yellow = 0.31 and Black (K on CMYK) = 0.09.

Color convert

RGB231157160-
CMYK00.320.310.09
HSL357.57º60.66%76.08%-
HSV(B)357.57º32.03%90.59%-
XYZ51.3643.6438.97-
YUV179.47117.02164.76-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 42.15%
GREEN value IS 157 (61.72% from 255) = 28.65%
BLUE value IS 160 (62.89% from 255) = 29.20%
R=42.15%
G=28.65%
B=29.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.31
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23115716000.320.310.09357.5760.6676.08
HexE79DA00201F91663d4c
Octal347235240040371154675114
Binary11100111100111011010000001000001111110011011001101111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E79DA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E79DA0; }

 p { color: rgb(231,157,160); }

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

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

 a { background-color: rgb(231,157,160); }

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

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

 span { border-color: rgb(231,157,160); }

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