#EF9BA2

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

Shades of Wewak #EF9BA2

Tints of Wewak #EF9BA2

Color information

#EF9BA2 (or 0xEF9BA2) is unknown color: approx Wewak. HEX triplet: EF, 9B and A2. RGB value is (239,155,162). Sum of RGB (Red+Green+Blue) = 239+155+162=556 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.99% from 556); Green value is 155 (60.94% from 255 or 27.88% from 556); Blue value is 162 (63.67% from 255 or 29.14% from 556); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9BA2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF9BA2 is #10645D. Grayscale: #B4B4B4. Windows color (decimal): -1074270 or 10656751. OLE color: 10656751.

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

Color convert

RGB239155162-
CMYK00.350.320.06
HSL355º72.41%77.25%-
HSV(B)355º35.15%93.73%-
XYZ53.8444.439.92-
YUV180.91117.33169.43-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.99%
GREEN value IS 155 (60.94% from 255) = 27.88%
BLUE value IS 162 (63.67% from 255) = 29.14%
R=42.99%
G=27.88%
B=29.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.32
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23915516200.350.320.0635572.4177.25
HexEF9BA2023206163484d
Octal357233242043406543110115
Binary111011111001101110100010010001110000011010110001110010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF9BA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF9BA2; }

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

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

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

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

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

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

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

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