#EF979D

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

Shades of Wewak #EF979D

Tints of Wewak #EF979D

Color information

#EF979D (or 0xEF979D) is unknown color: approx Wewak. HEX triplet: EF, 97 and 9D. RGB value is (239,151,157). Sum of RGB (Red+Green+Blue) = 239+151+157=547 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.69% from 547); Green value is 151 (59.38% from 255 or 27.61% from 547); Blue value is 157 (61.72% from 255 or 28.70% from 547); Max value from RGB is 239 - color contains mainly: red. Hex color #EF979D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF979D is #106862. Grayscale: #B2B2B2. Windows color (decimal): -1075299 or 10328047. OLE color: 10328047.

HSL color Cylindrical-coordinate representation of color #EF979D: hue angle of 355.91º degrees, saturation: 0.73, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EF979D is Cyan = 0, Magento = 0.37, Yellow = 0.34 and Black (K on CMYK) = 0.06.

Color convert

RGB239151157-
CMYK00.370.340.06
HSL355.91º73.33%76.47%-
HSV(B)355.91º36.82%93.73%-
XYZ52.7542.9237.4-
YUV178116.15171.51-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 43.69%
GREEN value IS 151 (59.38% from 255) = 27.61%
BLUE value IS 157 (61.72% from 255) = 28.70%
R=43.69%
G=27.61%
B=28.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.34
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23915115700.370.340.06355.9173.3376.47
HexEF979D025226164494c
Octal357227235045426544111114
Binary111011111001011110011101010010110001011010110010010010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF979D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF979D; }

 p { color: rgb(239,151,157); }

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

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

 a { background-color: rgb(239,151,157); }

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

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

 span { border-color: rgb(239,151,157); }

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