#EFA087

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

Shades of Tonys Pink #EFA087

Tints of Tonys Pink #EFA087

Color information

#EFA087 (or 0xEFA087) is unknown color: approx Tonys Pink. HEX triplet: EF, A0 and 87. RGB value is (239,160,135). Sum of RGB (Red+Green+Blue) = 239+160+135=534 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.76% from 534); Green value is 160 (62.89% from 255 or 29.96% from 534); Blue value is 135 (53.12% from 255 or 25.28% from 534); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA087 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA087 is #105F78. Grayscale: #B4B4B4. Windows color (decimal): -1073017 or 8888559. OLE color: 8888559.

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

Color convert

RGB239160135-
CMYK00.330.440.06
HSL14.42º76.47%73.33%-
HSV(B)14.42º43.51%93.73%-
XYZ52.5445.2428.88-
YUV180.77102.17169.53-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 44.76%
GREEN value IS 160 (62.89% from 255) = 29.96%
BLUE value IS 135 (53.12% from 255) = 25.28%
R=44.76%
G=29.96%
B=25.28%

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
Decimal23916013500.330.440.0614.4276.4773.33
HexEFA0870212C6e4c49
Octal35724020704154616114111
Binary1110111110100000100001110100001101100110111010011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA087; }

 p { color: rgb(239,160,135); }

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

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

 a { background-color: rgb(239,160,135); }

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

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

 span { border-color: rgb(239,160,135); }

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