#EF9B9D

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

Shades of Wewak #EF9B9D

Tints of Wewak #EF9B9D

Color information

#EF9B9D (or 0xEF9B9D) is unknown color: approx Wewak. HEX triplet: EF, 9B and 9D. RGB value is (239,155,157). Sum of RGB (Red+Green+Blue) = 239+155+157=551 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.38% from 551); Green value is 155 (60.94% from 255 or 28.13% from 551); Blue value is 157 (61.72% from 255 or 28.49% from 551); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9B9D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF9B9D is #106462. Grayscale: #B4B4B4. Windows color (decimal): -1074275 or 10329071. OLE color: 10329071.

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

Color convert

RGB239155157-
CMYK00.350.340.06
HSL358.57º72.41%77.25%-
HSV(B)358.57º35.15%93.73%-
XYZ53.444.2337.62-
YUV180.34114.83169.84-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 43.38%
GREEN value IS 155 (60.94% from 255) = 28.13%
BLUE value IS 157 (61.72% from 255) = 28.49%
R=43.38%
G=28.13%
B=28.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.34
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23915515700.350.340.06358.5772.4177.25
HexEF9B9D023226167484d
Octal357233235043426547110115
Binary111011111001101110011101010001110001011010110011110010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF9B9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF9B9D; }

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

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

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

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

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

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

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

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