#EF8E9B

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

Shades of Wewak #EF8E9B

Tints of Wewak #EF8E9B

Color information

#EF8E9B (or 0xEF8E9B) is unknown color: approx Wewak. HEX triplet: EF, 8E and 9B. RGB value is (239,142,155). Sum of RGB (Red+Green+Blue) = 239+142+155=536 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.59% from 536); Green value is 142 (55.86% from 255 or 26.49% from 536); Blue value is 155 (60.94% from 255 or 28.92% from 536); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8E9B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF8E9B is #107164. Grayscale: #ACACAC. Windows color (decimal): -1077605 or 10194671. OLE color: 10194671.

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

Color convert

RGB239142155-
CMYK00.410.350.06
HSL351.96º75.19%74.71%-
HSV(B)351.96º40.59%93.73%-
XYZ51.1940.0636.05-
YUV172.48118.14175.44-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 44.59%
GREEN value IS 142 (55.86% from 255) = 26.49%
BLUE value IS 155 (60.94% from 255) = 28.92%
R=44.59%
G=26.49%
B=28.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.35
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23914215500.410.350.06351.9675.1974.71
HexEF8E9B0292361604b4b
Octal357216233051436540113113
Binary111011111000111010011011010100110001111010110000010010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF8E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF8E9B; }

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

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

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

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

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

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

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

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