#EFA88E

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

Shades of Tonys Pink #EFA88E

Tints of Tonys Pink #EFA88E

Color information

#EFA88E (or 0xEFA88E) is unknown color: approx Tonys Pink. HEX triplet: EF, A8 and 8E. RGB value is (239,168,142). Sum of RGB (Red+Green+Blue) = 239+168+142=549 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.53% from 549); Green value is 168 (66.02% from 255 or 30.60% from 549); Blue value is 142 (55.86% from 255 or 25.87% from 549); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA88E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA88E is #105771. Grayscale: #BABABA. Windows color (decimal): -1070962 or 9349359. OLE color: 9349359.

HSL color Cylindrical-coordinate representation of color #EFA88E: hue angle of 16.08º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EFA88E is Cyan = 0, Magento = 0.30, Yellow = 0.41 and Black (K on CMYK) = 0.06.

Color convert

RGB239168142-
CMYK00.300.410.06
HSL16.08º75.19%74.71%-
HSV(B)16.08º40.59%93.73%-
XYZ54.4848.3132.04-
YUV186.26103.02165.61-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 43.53%
GREEN value IS 168 (66.02% from 255) = 30.60%
BLUE value IS 142 (55.86% from 255) = 25.87%
R=43.53%
G=30.60%
B=25.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.41
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23916814200.300.410.0616.0875.1974.71
HexEFA88E01E296104b4b
Octal35725021603651620113113
Binary1110111110101000100011100111101010011101000010010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA88E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA88E; }

 p { color: rgb(239,168,142); }

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

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

 a { background-color: rgb(239,168,142); }

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

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

 span { border-color: rgb(239,168,142); }

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