#EFA09C

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

Shades of Sweet Pink #EFA09C

Tints of Sweet Pink #EFA09C

Color information

#EFA09C (or 0xEFA09C) is unknown color: approx Sweet Pink. HEX triplet: EF, A0 and 9C. RGB value is (239,160,156). Sum of RGB (Red+Green+Blue) = 239+160+156=555 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.06% from 555); Green value is 160 (62.89% from 255 or 28.83% from 555); Blue value is 156 (61.33% from 255 or 28.11% from 555); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA09C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA09C is #105F63. Grayscale: #B7B7B7. Windows color (decimal): -1072996 or 10264815. OLE color: 10264815.

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

Color convert

RGB239160156-
CMYK00.330.350.06
HSL2.89º72.17%77.45%-
HSV(B)2.89º34.73%93.73%-
XYZ54.1745.8937.46-
YUV183.16112.67167.83-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 43.06%
GREEN value IS 160 (62.89% from 255) = 28.83%
BLUE value IS 156 (61.33% from 255) = 28.11%
R=43.06%
G=28.83%
B=28.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.35
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23916015600.330.350.062.8972.1777.45
HexEFA09C0212363484d
Octal3572402340414363110115
Binary11101111101000001001110001000011000111101110010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA09C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA09C; }

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

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

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

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

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

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

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

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