#EF8E94

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

Shades of Wewak #EF8E94

Tints of Wewak #EF8E94

Color information

#EF8E94 (or 0xEF8E94) is unknown color: approx Wewak. HEX triplet: EF, 8E and 94. RGB value is (239,142,148). Sum of RGB (Red+Green+Blue) = 239+142+148=529 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.18% from 529); Green value is 142 (55.86% from 255 or 26.84% from 529); Blue value is 148 (58.20% from 255 or 27.98% from 529); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8E94 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF8E94 is #10716B. Grayscale: #ABABAB. Windows color (decimal): -1077612 or 9735919. OLE color: 9735919.

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

Color convert

RGB239142148-
CMYK00.410.380.06
HSL356.29º75.19%74.71%-
HSV(B)356.29º40.59%93.73%-
XYZ50.6139.8333.04-
YUV171.69114.64176.01-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 45.18%
GREEN value IS 142 (55.86% from 255) = 26.84%
BLUE value IS 148 (58.20% from 255) = 27.98%
R=45.18%
G=26.84%
B=27.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.38
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23914214800.410.380.06356.2975.1974.71
HexEF8E940292661644b4b
Octal357216224051466544113113
Binary111011111000111010010100010100110011011010110010010010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF8E94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF8E94; }

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

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

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

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

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

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

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

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