#EFA189

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

Shades of Tonys Pink #EFA189

Tints of Tonys Pink #EFA189

Color information

#EFA189 (or 0xEFA189) is unknown color: approx Tonys Pink. HEX triplet: EF, A1 and 89. RGB value is (239,161,137). Sum of RGB (Red+Green+Blue) = 239+161+137=537 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.51% from 537); Green value is 161 (63.28% from 255 or 29.98% from 537); Blue value is 137 (53.91% from 255 or 25.51% from 537); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA189 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA189 is #105E76. Grayscale: #B5B5B5. Windows color (decimal): -1072759 or 9019887. OLE color: 9019887.

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

Color convert

RGB239161137-
CMYK00.330.430.06
HSL14.12º76.12%73.73%-
HSV(B)14.12º42.68%93.73%-
XYZ52.8645.6529.69-
YUV181.59102.84168.95-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 44.51%
GREEN value IS 161 (63.28% from 255) = 29.98%
BLUE value IS 137 (53.91% from 255) = 25.51%
R=44.51%
G=29.98%
B=25.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.43
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23916113700.330.430.0614.1276.1273.73
HexEFA1890212B6e4c4a
Octal35724121104153616114112
Binary1110111110100001100010010100001101011110111010011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA189; }

 p { color: rgb(239,161,137); }

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

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

 a { background-color: rgb(239,161,137); }

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

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

 span { border-color: rgb(239,161,137); }

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