#EF8E91

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

Shades of Wewak #EF8E91

Tints of Wewak #EF8E91

Color information

#EF8E91 (or 0xEF8E91) is unknown color: approx Wewak. HEX triplet: EF, 8E and 91. RGB value is (239,142,145). Sum of RGB (Red+Green+Blue) = 239+142+145=526 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.44% from 526); Green value is 142 (55.86% from 255 or 27.00% from 526); Blue value is 145 (57.03% from 255 or 27.57% from 526); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8E91 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF8E91 is #10716E. Grayscale: #ABABAB. Windows color (decimal): -1077615 or 9539311. OLE color: 9539311.

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

Color convert

RGB239142145-
CMYK00.410.390.06
HSL358.14º75.19%74.71%-
HSV(B)358.14º40.59%93.73%-
XYZ50.3839.7431.8-
YUV171.34113.14176.26-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 45.44%
GREEN value IS 142 (55.86% from 255) = 27.00%
BLUE value IS 145 (57.03% from 255) = 27.57%
R=45.44%
G=27.00%
B=27.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.39
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23914214500.410.390.06358.1475.1974.71
HexEF8E910292761664b4b
Octal357216221051476546113113
Binary111011111000111010010001010100110011111010110011010010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF8E91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF8E91; }

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

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

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

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

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

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

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

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