#efa891

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

Shades of Tonys Pink #EFA891

Tints of Tonys Pink #EFA891

Color information

#EFA891 (or 0xEFA891) is unknown color: approx Tonys Pink. HEX triplet: EF, A8 and 91. RGB value is (239,168,145). Sum of RGB (Red+Green+Blue) = 239+168+145=552 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.30% from 552); Green value is 168 (66.02% from 255 or 30.43% from 552); Blue value is 145 (57.03% from 255 or 26.27% from 552); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA891 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA891 is #10576E. Grayscale: #BABABA. Windows color (decimal): -1070959 or 9545967. OLE color: 9545967.

HSL color Cylindrical-coordinate representation of color #EFA891: hue angle of 14.68º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EFA891 is Cyan = 0, Magento = 0.30, Yellow = 0.39 and Black (K on CMYK) = 0.06.

Color convert

RGB239168145-
CMYK00.300.390.06
HSL14.68º74.6%75.29%-
HSV(B)14.68º39.33%93.73%-
XYZ54.7148.433.25-
YUV186.61104.52165.37-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 43.30%
GREEN value IS 168 (66.02% from 255) = 30.43%
BLUE value IS 145 (57.03% from 255) = 26.27%
R=43.30%
G=30.43%
B=26.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.39
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23916814500.300.390.0614.6874.675.29
HexEFA89101E276f4b4b
Octal35725022103647617113113
Binary111011111010100010010001011110100111110111110010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #efa891

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #efa891; }

 p { color: rgb(239,168,145); }

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

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

 a { background-color: rgb(239,168,145); }

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

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

 span { border-color: rgb(239,168,145); }

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