#EFA88C

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

Shades of Tonys Pink #EFA88C

Tints of Tonys Pink #EFA88C

Color information

#EFA88C (or 0xEFA88C) is unknown color: approx Tonys Pink. HEX triplet: EF, A8 and 8C. RGB value is (239,168,140). Sum of RGB (Red+Green+Blue) = 239+168+140=547 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.69% from 547); Green value is 168 (66.02% from 255 or 30.71% from 547); Blue value is 140 (55.08% from 255 or 25.59% from 547); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA88C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA88C is #105773. Grayscale: #BABABA. Windows color (decimal): -1070964 or 9218287. OLE color: 9218287.

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

Color convert

RGB239168140-
CMYK00.300.410.06
HSL16.97º75.57%74.31%-
HSV(B)16.97º41.42%93.73%-
XYZ54.3348.2531.26-
YUV186.04102.02165.78-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 43.69%
GREEN value IS 168 (66.02% from 255) = 30.71%
BLUE value IS 140 (55.08% from 255) = 25.59%
R=43.69%
G=30.71%
B=25.59%

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
Decimal23916814000.300.410.0616.9775.5774.31
HexEFA88C01E296114c4a
Octal35725021403651621114112
Binary1110111110101000100011000111101010011101000110011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA88C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA88C; }

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

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

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

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

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

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

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

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