#EFA88A

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

Shades of Tonys Pink #EFA88A

Tints of Tonys Pink #EFA88A

Color information

#EFA88A (or 0xEFA88A) is unknown color: approx Tonys Pink. HEX triplet: EF, A8 and 8A. RGB value is (239,168,138). Sum of RGB (Red+Green+Blue) = 239+168+138=545 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.85% from 545); Green value is 168 (66.02% from 255 or 30.83% from 545); Blue value is 138 (54.30% from 255 or 25.32% from 545); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA88A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA88A is #105775. Grayscale: #BABABA. Windows color (decimal): -1070966 or 9087215. OLE color: 9087215.

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

Color convert

RGB239168138-
CMYK00.300.420.06
HSL17.82º75.94%73.92%-
HSV(B)17.82º42.26%93.73%-
XYZ54.1948.1930.49-
YUV185.81101.02165.94-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 43.85%
GREEN value IS 168 (66.02% from 255) = 30.83%
BLUE value IS 138 (54.30% from 255) = 25.32%
R=43.85%
G=30.83%
B=25.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.42
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23916813800.300.420.0617.8275.9473.92
HexEFA88A01E2A6124c4a
Octal35725021203652622114112
Binary1110111110101000100010100111101010101101001010011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA88A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA88A; }

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

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

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

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

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

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

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

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