#EFA689

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

Shades of Tonys Pink #EFA689

Tints of Tonys Pink #EFA689

Color information

#EFA689 (or 0xEFA689) is unknown color: approx Tonys Pink. HEX triplet: EF, A6 and 89. RGB value is (239,166,137). Sum of RGB (Red+Green+Blue) = 239+166+137=542 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.10% from 542); Green value is 166 (65.23% from 255 or 30.63% from 542); Blue value is 137 (53.91% from 255 or 25.28% from 542); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA689 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA689 is #105976. Grayscale: #B8B8B8. Windows color (decimal): -1071479 or 9021167. OLE color: 9021167.

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

Color convert

RGB239166137-
CMYK00.310.430.06
HSL17.06º76.12%73.73%-
HSV(B)17.06º42.68%93.73%-
XYZ53.7547.4329.99-
YUV184.52101.18166.86-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 44.10%
GREEN value IS 166 (65.23% from 255) = 30.63%
BLUE value IS 137 (53.91% from 255) = 25.28%
R=44.10%
G=30.63%
B=25.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.43
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23916613700.310.430.0617.0676.1273.73
HexEFA68901F2B6114c4a
Octal35724621103753621114112
Binary1110111110100110100010010111111010111101000110011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA689; }

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

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

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

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

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

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

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

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