#EF8D96

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

Shades of Wewak #EF8D96

Tints of Wewak #EF8D96

Color information

#EF8D96 (or 0xEF8D96) is unknown color: approx Wewak. HEX triplet: EF, 8D and 96. RGB value is (239,141,150). Sum of RGB (Red+Green+Blue) = 239+141+150=530 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.09% from 530); Green value is 141 (55.47% from 255 or 26.60% from 530); Blue value is 150 (58.98% from 255 or 28.30% from 530); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8D96 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF8D96 is #107269. Grayscale: #ABABAB. Windows color (decimal): -1077866 or 9866735. OLE color: 9866735.

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

Color convert

RGB239141150-
CMYK00.410.370.06
HSL354.49º75.38%74.51%-
HSV(B)354.49º41%93.73%-
XYZ50.6339.633.83-
YUV171.33115.97176.27-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 45.09%
GREEN value IS 141 (55.47% from 255) = 26.60%
BLUE value IS 150 (58.98% from 255) = 28.30%
R=45.09%
G=26.60%
B=28.30%

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
Decimal23914115000.410.370.06354.4975.3874.51
HexEF8D960292561624b4b
Octal357215226051456542113113
Binary111011111000110110010110010100110010111010110001010010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF8D96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF8D96; }

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

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

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

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

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

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

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

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