#EFA586

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

Shades of Tonys Pink #EFA586

Tints of Tonys Pink #EFA586

Color information

#EFA586 (or 0xEFA586) is unknown color: approx Tonys Pink. HEX triplet: EF, A5 and 86. RGB value is (239,165,134). Sum of RGB (Red+Green+Blue) = 239+165+134=538 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.42% from 538); Green value is 165 (64.84% from 255 or 30.67% from 538); Blue value is 134 (52.73% from 255 or 24.91% from 538); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA586 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA586 is #105A79. Grayscale: #B7B7B7. Windows color (decimal): -1071738 or 8824303. OLE color: 8824303.

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

Color convert

RGB239165134-
CMYK00.310.440.06
HSL17.71º76.64%73.14%-
HSV(B)17.71º43.93%93.73%-
XYZ53.3546.9828.81-
YUV183.59100.02167.52-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 44.42%
GREEN value IS 165 (64.84% from 255) = 30.67%
BLUE value IS 134 (52.73% from 255) = 24.91%
R=44.42%
G=30.67%
B=24.91%

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
Decimal23916513400.310.440.0617.7176.6473.14
HexEFA58601F2C6124d49
Octal35724520603754622115111
Binary1110111110100101100001100111111011001101001010011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA586; }

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

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

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

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

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

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

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

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