#EF9A9C

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

Shades of Wewak #EF9A9C

Tints of Wewak #EF9A9C

Color information

#EF9A9C (or 0xEF9A9C) is unknown color: approx Wewak. HEX triplet: EF, 9A and 9C. RGB value is (239,154,156). Sum of RGB (Red+Green+Blue) = 239+154+156=549 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.53% from 549); Green value is 154 (60.55% from 255 or 28.05% from 549); Blue value is 156 (61.33% from 255 or 28.42% from 549); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9A9C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF9A9C is #106563. Grayscale: #B3B3B3. Windows color (decimal): -1074532 or 10263279. OLE color: 10263279.

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

Color convert

RGB239154156-
CMYK00.360.350.06
HSL358.59º72.65%77.06%-
HSV(B)358.59º35.56%93.73%-
XYZ53.1543.8637.12-
YUV179.64114.66170.34-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 43.53%
GREEN value IS 154 (60.55% from 255) = 28.05%
BLUE value IS 156 (61.33% from 255) = 28.42%
R=43.53%
G=28.05%
B=28.42%

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
Decimal23915415600.360.350.06358.5972.6577.06
HexEF9A9C024236167494d
Octal357232234044436547111115
Binary111011111001101010011100010010010001111010110011110010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF9A9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF9A9C; }

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

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

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

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

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

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

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

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