#efa386

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

Shades of Tonys Pink #EFA386

Tints of Tonys Pink #EFA386

Color information

#EFA386 (or 0xEFA386) is unknown color: approx Tonys Pink. HEX triplet: EF, A3 and 86. RGB value is (239,163,134). Sum of RGB (Red+Green+Blue) = 239+163+134=536 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.59% from 536); Green value is 163 (64.06% from 255 or 30.41% from 536); Blue value is 134 (52.73% from 255 or 25% from 536); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA386 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA386 is #105C79. Grayscale: #B6B6B6. Windows color (decimal): -1072250 or 8823791. OLE color: 8823791.

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

Color convert

RGB239163134-
CMYK00.320.440.06
HSL16.57º76.64%73.14%-
HSV(B)16.57º43.93%93.73%-
XYZ5346.2728.69-
YUV182.42100.68168.36-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 44.59%
GREEN value IS 163 (64.06% from 255) = 30.41%
BLUE value IS 134 (52.73% from 255) = 25%
R=44.59%
G=30.41%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.44
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23916313400.320.440.0616.5776.6473.14
HexEFA3860202C6114d49
Octal35724320604054621115111
Binary11101111101000111000011001000001011001101000110011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #efa386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #efa386; }

 p { color: rgb(239,163,134); }

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

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

 a { background-color: rgb(239,163,134); }

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

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

 span { border-color: rgb(239,163,134); }

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