#EFA185

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

Shades of Tonys Pink #EFA185

Tints of Tonys Pink #EFA185

Color information

#EFA185 (or 0xEFA185) is unknown color: approx Tonys Pink. HEX triplet: EF, A1 and 85. RGB value is (239,161,133). Sum of RGB (Red+Green+Blue) = 239+161+133=533 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.84% from 533); Green value is 161 (63.28% from 255 or 30.21% from 533); Blue value is 133 (52.34% from 255 or 24.95% from 533); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA185 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA185 is #105E7A. Grayscale: #B5B5B5. Windows color (decimal): -1072763 or 8757743. OLE color: 8757743.

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

Color convert

RGB239161133-
CMYK00.330.440.06
HSL15.85º76.81%72.94%-
HSV(B)15.85º44.35%93.73%-
XYZ52.5845.5328.21-
YUV181.13100.84169.28-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 44.84%
GREEN value IS 161 (63.28% from 255) = 30.21%
BLUE value IS 133 (52.34% from 255) = 24.95%
R=44.84%
G=30.21%
B=24.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.44
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23916113300.330.440.0615.8576.8172.94
HexEFA1850212C6104d49
Octal35724120504154620115111
Binary11101111101000011000010101000011011001101000010011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA185; }

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

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

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

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

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

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

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

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