#EF8E9D

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

Shades of Wewak #EF8E9D

Tints of Wewak #EF8E9D

Color information

#EF8E9D (or 0xEF8E9D) is unknown color: approx Wewak. HEX triplet: EF, 8E and 9D. RGB value is (239,142,157). Sum of RGB (Red+Green+Blue) = 239+142+157=538 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.42% from 538); Green value is 142 (55.86% from 255 or 26.39% from 538); Blue value is 157 (61.72% from 255 or 29.18% from 538); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8E9D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF8E9D is #107162. Grayscale: #ACACAC. Windows color (decimal): -1077603 or 10325743. OLE color: 10325743.

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

Color convert

RGB239142157-
CMYK00.410.340.06
HSL350.72º75.19%74.71%-
HSV(B)350.72º40.59%93.73%-
XYZ51.3640.1336.94-
YUV172.71119.14175.28-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 44.42%
GREEN value IS 142 (55.86% from 255) = 26.39%
BLUE value IS 157 (61.72% from 255) = 29.18%
R=44.42%
G=26.39%
B=29.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.34
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23914215700.410.340.06350.7275.1974.71
HexEF8E9D02922615f4b4b
Octal357216235051426537113113
Binary111011111000111010011101010100110001011010101111110010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF8E9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF8E9D; }

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

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

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

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

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

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

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

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