#EF979A

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

Shades of Wewak #EF979A

Tints of Wewak #EF979A

Color information

#EF979A (or 0xEF979A) is unknown color: approx Wewak. HEX triplet: EF, 97 and 9A. RGB value is (239,151,154). Sum of RGB (Red+Green+Blue) = 239+151+154=544 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.93% from 544); Green value is 151 (59.38% from 255 or 27.76% from 544); Blue value is 154 (60.55% from 255 or 28.31% from 544); Max value from RGB is 239 - color contains mainly: red. Hex color #EF979A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF979A is #106865. Grayscale: #B1B1B1. Windows color (decimal): -1075302 or 10131439. OLE color: 10131439.

HSL color Cylindrical-coordinate representation of color #EF979A: hue angle of 357.95º 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 #EF979A is Cyan = 0, Magento = 0.37, Yellow = 0.36 and Black (K on CMYK) = 0.06.

Color convert

RGB239151154-
CMYK00.370.360.06
HSL357.95º73.33%76.47%-
HSV(B)357.95º36.82%93.73%-
XYZ52.542.8236.07-
YUV177.65114.65171.76-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 43.93%
GREEN value IS 151 (59.38% from 255) = 27.76%
BLUE value IS 154 (60.55% from 255) = 28.31%
R=43.93%
G=27.76%
B=28.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.36
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23915115400.370.360.06357.9573.3376.47
HexEF979A025246166494c
Octal357227232045446546111114
Binary111011111001011110011010010010110010011010110011010010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF979A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF979A; }

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

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

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

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

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

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

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

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