#EFA08C

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

Shades of Tonys Pink #EFA08C

Tints of Tonys Pink #EFA08C

Color information

#EFA08C (or 0xEFA08C) is unknown color: approx Tonys Pink. HEX triplet: EF, A0 and 8C. RGB value is (239,160,140). Sum of RGB (Red+Green+Blue) = 239+160+140=539 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.34% from 539); Green value is 160 (62.89% from 255 or 29.68% from 539); Blue value is 140 (55.08% from 255 or 25.97% from 539); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA08C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA08C is #105F73. Grayscale: #B5B5B5. Windows color (decimal): -1073012 or 9216239. OLE color: 9216239.

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

Color convert

RGB239160140-
CMYK00.330.410.06
HSL12.12º75.57%74.31%-
HSV(B)12.12º41.42%93.73%-
XYZ52.945.3930.78-
YUV181.34104.67169.13-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 44.34%
GREEN value IS 160 (62.89% from 255) = 29.68%
BLUE value IS 140 (55.08% from 255) = 25.97%
R=44.34%
G=29.68%
B=25.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.41
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23916014000.330.410.0612.1275.5774.31
HexEFA08C021296c4c4a
Octal35724021404151614114112
Binary1110111110100000100011000100001101001110110010011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA08C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA08C; }

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

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

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

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

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

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

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

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