#EF9B9C

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

Shades of Wewak #EF9B9C

Tints of Wewak #EF9B9C

Color information

#EF9B9C (or 0xEF9B9C) is unknown color: approx Wewak. HEX triplet: EF, 9B and 9C. RGB value is (239,155,156). Sum of RGB (Red+Green+Blue) = 239+155+156=550 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.45% from 550); Green value is 155 (60.94% from 255 or 28.18% from 550); Blue value is 156 (61.33% from 255 or 28.36% from 550); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9B9C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF9B9C is #106463. Grayscale: #B4B4B4. Windows color (decimal): -1074276 or 10263535. OLE color: 10263535.

HSL color Cylindrical-coordinate representation of color #EF9B9C: hue angle of 359.29º degrees, saturation: 0.72, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EF9B9C is Cyan = 0, Magento = 0.35, Yellow = 0.35 and Black (K on CMYK) = 0.06.

Color convert

RGB239155156-
CMYK00.350.350.06
HSL359.29º72.41%77.25%-
HSV(B)359.29º35.15%93.73%-
XYZ53.3244.1937.17-
YUV180.23114.33169.92-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 43.45%
GREEN value IS 155 (60.94% from 255) = 28.18%
BLUE value IS 156 (61.33% from 255) = 28.36%
R=43.45%
G=28.18%
B=28.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.35
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23915515600.350.350.06359.2972.4177.25
HexEF9B9C023236167484d
Octal357233234043436547110115
Binary111011111001101110011100010001110001111010110011110010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF9B9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF9B9C; }

 p { color: rgb(239,155,156); }

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

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

 a { background-color: rgb(239,155,156); }

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

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

 span { border-color: rgb(239,155,156); }

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