#EFA685

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

Shades of Tonys Pink #EFA685

Tints of Tonys Pink #EFA685

Color information

#EFA685 (or 0xEFA685) is unknown color: approx Tonys Pink. HEX triplet: EF, A6 and 85. RGB value is (239,166,133). Sum of RGB (Red+Green+Blue) = 239+166+133=538 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.42% from 538); Green value is 166 (65.23% from 255 or 30.86% from 538); Blue value is 133 (52.34% from 255 or 24.72% from 538); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA685 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA685 is #10597A. Grayscale: #B8B8B8. Windows color (decimal): -1071483 or 8759023. OLE color: 8759023.

HSL color Cylindrical-coordinate representation of color #EFA685: hue angle of 18.68º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EFA685 is Cyan = 0, Magento = 0.31, Yellow = 0.44 and Black (K on CMYK) = 0.06.

Color convert

RGB239166133-
CMYK00.310.440.06
HSL18.68º76.81%72.94%-
HSV(B)18.68º44.35%93.73%-
XYZ53.4747.3228.51-
YUV184.0699.18167.18-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 44.42%
GREEN value IS 166 (65.23% from 255) = 30.86%
BLUE value IS 133 (52.34% from 255) = 24.72%
R=44.42%
G=30.86%
B=24.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.44
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23916613300.310.440.0618.6876.8172.94
HexEFA68501F2C6134d49
Octal35724620503754623115111
Binary1110111110100110100001010111111011001101001110011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA685; }

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

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

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

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

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

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

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

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