#EF8E97

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

Shades of Wewak #EF8E97

Tints of Wewak #EF8E97

Color information

#EF8E97 (or 0xEF8E97) is unknown color: approx Wewak. HEX triplet: EF, 8E and 97. RGB value is (239,142,151). Sum of RGB (Red+Green+Blue) = 239+142+151=532 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.92% from 532); Green value is 142 (55.86% from 255 or 26.69% from 532); Blue value is 151 (59.38% from 255 or 28.38% from 532); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8E97 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF8E97 is #107168. Grayscale: #ACACAC. Windows color (decimal): -1077609 or 9932527. OLE color: 9932527.

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

Color convert

RGB239142151-
CMYK00.410.370.06
HSL354.43º75.19%74.71%-
HSV(B)354.43º40.59%93.73%-
XYZ50.8639.9334.31-
YUV172.03116.14175.77-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 44.92%
GREEN value IS 142 (55.86% from 255) = 26.69%
BLUE value IS 151 (59.38% from 255) = 28.38%
R=44.92%
G=26.69%
B=28.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.37
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23914215100.410.370.06354.4375.1974.71
HexEF8E970292561624b4b
Octal357216227051456542113113
Binary111011111000111010010111010100110010111010110001010010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF8E97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF8E97; }

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

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

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

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

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

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

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

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