#EFA095

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

Shades of Tonys Pink #EFA095

Tints of Tonys Pink #EFA095

Color information

#EFA095 (or 0xEFA095) is unknown color: approx Tonys Pink. HEX triplet: EF, A0 and 95. RGB value is (239,160,149). Sum of RGB (Red+Green+Blue) = 239+160+149=548 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.61% from 548); Green value is 160 (62.89% from 255 or 29.20% from 548); Blue value is 149 (58.59% from 255 or 27.19% from 548); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA095 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA095 is #105F6A. Grayscale: #B6B6B6. Windows color (decimal): -1073003 or 9806063. OLE color: 9806063.

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

Color convert

RGB239160149-
CMYK00.330.380.06
HSL7.33º73.77%76.08%-
HSV(B)7.33º37.66%93.73%-
XYZ53.5945.6634.42-
YUV182.37109.17168.39-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 43.61%
GREEN value IS 160 (62.89% from 255) = 29.20%
BLUE value IS 149 (58.59% from 255) = 27.19%
R=43.61%
G=29.20%
B=27.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.38
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23916014900.330.380.067.3373.7776.08
HexEFA09502126674a4c
Octal3572402250414667112114
Binary111011111010000010010101010000110011011011110010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA095; }

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

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

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

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

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

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

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

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