#EF959A

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

Shades of Wewak #EF959A

Tints of Wewak #EF959A

Color information

#EF959A (or 0xEF959A) is unknown color: approx Wewak. HEX triplet: EF, 95 and 9A. RGB value is (239,149,154). Sum of RGB (Red+Green+Blue) = 239+149+154=542 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.10% from 542); Green value is 149 (58.59% from 255 or 27.49% from 542); Blue value is 154 (60.55% from 255 or 28.41% from 542); Max value from RGB is 239 - color contains mainly: red. Hex color #EF959A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF959A is #106A65. Grayscale: #B0B0B0. Windows color (decimal): -1075814 or 10130927. OLE color: 10130927.

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

Color convert

RGB239149154-
CMYK00.380.360.06
HSL356.67º73.77%76.08%-
HSV(B)356.67º37.66%93.73%-
XYZ52.1842.1835.96-
YUV176.48115.32172.59-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 44.10%
GREEN value IS 149 (58.59% from 255) = 27.49%
BLUE value IS 154 (60.55% from 255) = 28.41%
R=44.10%
G=27.49%
B=28.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.36
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23914915400.380.360.06356.6773.7776.08
HexEF959A0262461654a4c
Octal357225232046446545112114
Binary111011111001010110011010010011010010011010110010110010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF959A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF959A; }

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

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

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

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

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

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

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

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