#EFA48D

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

Shades of Tonys Pink #EFA48D

Tints of Tonys Pink #EFA48D

Color information

#EFA48D (or 0xEFA48D) is unknown color: approx Tonys Pink. HEX triplet: EF, A4 and 8D. RGB value is (239,164,141). Sum of RGB (Red+Green+Blue) = 239+164+141=544 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.93% from 544); Green value is 164 (64.45% from 255 or 30.15% from 544); Blue value is 141 (55.47% from 255 or 25.92% from 544); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA48D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA48D is #105B72. Grayscale: #B7B7B7. Windows color (decimal): -1071987 or 9282799. OLE color: 9282799.

HSL color Cylindrical-coordinate representation of color #EFA48D: hue angle of 14.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 #EFA48D is Cyan = 0, Magento = 0.31, Yellow = 0.41 and Black (K on CMYK) = 0.06.

Color convert

RGB239164141-
CMYK00.310.410.06
HSL14.08º75.38%74.51%-
HSV(B)14.08º41%93.73%-
XYZ53.6846.8231.41-
YUV183.8103.85167.37-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 43.93%
GREEN value IS 164 (64.45% from 255) = 30.15%
BLUE value IS 141 (55.47% from 255) = 25.92%
R=43.93%
G=30.15%
B=25.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.41
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23916414100.310.410.0614.0875.3874.51
HexEFA48D01F296e4b4b
Octal35724421503751616113113
Binary111011111010010010001101011111101001110111010010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA48D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA48D; }

 p { color: rgb(239,164,141); }

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

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

 a { background-color: rgb(239,164,141); }

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

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

 span { border-color: rgb(239,164,141); }

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