#EFA785

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

Shades of Tonys Pink #EFA785

Tints of Tonys Pink #EFA785

Color information

#EFA785 (or 0xEFA785) is unknown color: approx Tonys Pink. HEX triplet: EF, A7 and 85. RGB value is (239,167,133). Sum of RGB (Red+Green+Blue) = 239+167+133=539 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.34% from 539); Green value is 167 (65.62% from 255 or 30.98% from 539); Blue value is 133 (52.34% from 255 or 24.68% from 539); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA785 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA785 is #10587A. Grayscale: #B8B8B8. Windows color (decimal): -1071227 or 8759279. OLE color: 8759279.

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

Color convert

RGB239167133-
CMYK00.300.440.06
HSL19.25º76.81%72.94%-
HSV(B)19.25º44.35%93.73%-
XYZ53.6547.6828.57-
YUV184.6598.85166.76-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 44.34%
GREEN value IS 167 (65.62% from 255) = 30.98%
BLUE value IS 133 (52.34% from 255) = 24.68%
R=44.34%
G=30.98%
B=24.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.44
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23916713300.300.440.0619.2576.8172.94
HexEFA78501E2C6134d49
Octal35724720503654623115111
Binary1110111110100111100001010111101011001101001110011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA785; }

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

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

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

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

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

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

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

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