#EF8D99

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

Shades of Wewak #EF8D99

Tints of Wewak #EF8D99

Color information

#EF8D99 (or 0xEF8D99) is unknown color: approx Wewak. HEX triplet: EF, 8D and 99. RGB value is (239,141,153). Sum of RGB (Red+Green+Blue) = 239+141+153=533 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.84% from 533); Green value is 141 (55.47% from 255 or 26.45% from 533); Blue value is 153 (60.16% from 255 or 28.71% from 533); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8D99 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF8D99 is #107266. Grayscale: #ABABAB. Windows color (decimal): -1077863 or 10063343. OLE color: 10063343.

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

Color convert

RGB239141153-
CMYK00.410.360.06
HSL352.65º75.38%74.51%-
HSV(B)352.65º41%93.73%-
XYZ50.8739.735.12-
YUV171.67117.47176.02-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 44.84%
GREEN value IS 141 (55.47% from 255) = 26.45%
BLUE value IS 153 (60.16% from 255) = 28.71%
R=44.84%
G=26.45%
B=28.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.36
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23914115300.410.360.06352.6575.3874.51
HexEF8D990292461614b4b
Octal357215231051446541113113
Binary111011111000110110011001010100110010011010110000110010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF8D99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF8D99; }

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

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

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

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

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

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

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

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