#EFA48C

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

Shades of Tonys Pink #EFA48C

Tints of Tonys Pink #EFA48C

Color information

#EFA48C (or 0xEFA48C) is unknown color: approx Tonys Pink. HEX triplet: EF, A4 and 8C. RGB value is (239,164,140). Sum of RGB (Red+Green+Blue) = 239+164+140=543 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.01% from 543); Green value is 164 (64.45% from 255 or 30.20% from 543); Blue value is 140 (55.08% from 255 or 25.78% from 543); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA48C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA48C is #105B73. Grayscale: #B7B7B7. Windows color (decimal): -1071988 or 9217263. OLE color: 9217263.

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

Color convert

RGB239164140-
CMYK00.310.410.06
HSL14.55º75.57%74.31%-
HSV(B)14.55º41.42%93.73%-
XYZ53.6146.831.02-
YUV183.69103.35167.45-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 44.01%
GREEN value IS 164 (64.45% from 255) = 30.20%
BLUE value IS 140 (55.08% from 255) = 25.78%
R=44.01%
G=30.20%
B=25.78%

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
Decimal23916414000.310.410.0614.5575.5774.31
HexEFA48C01F296f4c4a
Octal35724421403751617114112
Binary111011111010010010001100011111101001110111110011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA48C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA48C; }

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

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

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

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

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

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

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

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