#ef8d9f

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

Shades of Wewak #EF8D9F

Tints of Wewak #EF8D9F

Color information

#EF8D9F (or 0xEF8D9F) is unknown color: approx Wewak. HEX triplet: EF, 8D and 9F. RGB value is (239,141,159). Sum of RGB (Red+Green+Blue) = 239+141+159=539 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.34% from 539); Green value is 141 (55.47% from 255 or 26.16% from 539); Blue value is 159 (62.5% from 255 or 29.50% from 539); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8D9F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF8D9F is #107260. Grayscale: #ACACAC. Windows color (decimal): -1077857 or 10456559. OLE color: 10456559.

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

Color convert

RGB239141159-
CMYK00.410.330.06
HSL348.98º75.38%74.51%-
HSV(B)348.98º41%93.73%-
XYZ51.3839.937.8-
YUV172.35120.47175.54-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 44.34%
GREEN value IS 141 (55.47% from 255) = 26.16%
BLUE value IS 159 (62.5% from 255) = 29.50%
R=44.34%
G=26.16%
B=29.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.33
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23914115900.410.330.06348.9875.3874.51
HexEF8D9F02921615d4b4b
Octal357215237051416535113113
Binary111011111000110110011111010100110000111010101110110010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ef8d9f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ef8d9f; }

 p { color: rgb(239,141,159); }

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

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

 a { background-color: rgb(239,141,159); }

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

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

 span { border-color: rgb(239,141,159); }

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