#EF9A9B

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

Shades of Wewak #EF9A9B

Tints of Wewak #EF9A9B

Color information

#EF9A9B (or 0xEF9A9B) is unknown color: approx Wewak. HEX triplet: EF, 9A and 9B. RGB value is (239,154,155). Sum of RGB (Red+Green+Blue) = 239+154+155=548 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.61% from 548); Green value is 154 (60.55% from 255 or 28.10% from 548); Blue value is 155 (60.94% from 255 or 28.28% from 548); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9A9B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF9A9B is #106564. Grayscale: #B3B3B3. Windows color (decimal): -1074533 or 10197743. OLE color: 10197743.

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

Color convert

RGB239154155-
CMYK00.360.350.06
HSL359.29º72.65%77.06%-
HSV(B)359.29º35.56%93.73%-
XYZ53.0743.8336.67-
YUV179.53114.16170.42-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 43.61%
GREEN value IS 154 (60.55% from 255) = 28.10%
BLUE value IS 155 (60.94% from 255) = 28.28%
R=43.61%
G=28.10%
B=28.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.35
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23915415500.360.350.06359.2972.6577.06
HexEF9A9B024236167494d
Octal357232233044436547111115
Binary111011111001101010011011010010010001111010110011110010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF9A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF9A9B; }

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

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

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

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

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

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

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

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