#ef8c96

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

Shades of Wewak #EF8C96

Tints of Wewak #EF8C96

Color information

#EF8C96 (or 0xEF8C96) is unknown color: approx Wewak. HEX triplet: EF, 8C and 96. RGB value is (239,140,150). Sum of RGB (Red+Green+Blue) = 239+140+150=529 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.18% from 529); Green value is 140 (55.08% from 255 or 26.47% from 529); Blue value is 150 (58.98% from 255 or 28.36% from 529); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8C96 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF8C96 is #107369. Grayscale: #AAAAAA. Windows color (decimal): -1078122 or 9866479. OLE color: 9866479.

HSL color Cylindrical-coordinate representation of color #EF8C96: hue angle of 353.94º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EF8C96 is Cyan = 0, Magento = 0.41, Yellow = 0.37 and Black (K on CMYK) = 0.06.

Color convert

RGB239140150-
CMYK00.410.370.06
HSL353.94º75.57%74.31%-
HSV(B)353.94º41.42%93.73%-
XYZ50.4839.3133.78-
YUV170.74116.3176.69-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 45.18%
GREEN value IS 140 (55.08% from 255) = 26.47%
BLUE value IS 150 (58.98% from 255) = 28.36%
R=45.18%
G=26.47%
B=28.36%

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
Decimal23914015000.410.370.06353.9475.5774.31
HexEF8C960292561624c4a
Octal357214226051456542114112
Binary111011111000110010010110010100110010111010110001010011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ef8c96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ef8c96; }

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

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

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

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

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

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

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

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