#EF8F95

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

Shades of Wewak #EF8F95

Tints of Wewak #EF8F95

Color information

#EF8F95 (or 0xEF8F95) is unknown color: approx Wewak. HEX triplet: EF, 8F and 95. RGB value is (239,143,149). Sum of RGB (Red+Green+Blue) = 239+143+149=531 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.01% from 531); Green value is 143 (56.25% from 255 or 26.93% from 531); Blue value is 149 (58.59% from 255 or 28.06% from 531); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8F95 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF8F95 is #10706A. Grayscale: #ACACAC. Windows color (decimal): -1077355 or 9801711. OLE color: 9801711.

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

Color convert

RGB239143149-
CMYK00.400.380.06
HSL356.25º75%74.9%-
HSV(B)356.25º40.17%93.73%-
XYZ50.8440.1733.51-
YUV172.39114.8175.51-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 45.01%
GREEN value IS 143 (56.25% from 255) = 26.93%
BLUE value IS 149 (58.59% from 255) = 28.06%
R=45.01%
G=26.93%
B=28.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.38
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23914314900.400.380.06356.257574.9
HexEF8F950282661644b4b
Octal357217225050466544113113
Binary111011111000111110010101010100010011011010110010010010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF8F95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF8F95; }

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

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

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

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

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

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

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

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