#EFA78E

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

Shades of Tonys Pink #EFA78E

Tints of Tonys Pink #EFA78E

Color information

#EFA78E (or 0xEFA78E) is unknown color: approx Tonys Pink. HEX triplet: EF, A7 and 8E. RGB value is (239,167,142). Sum of RGB (Red+Green+Blue) = 239+167+142=548 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.61% from 548); Green value is 167 (65.62% from 255 or 30.47% from 548); Blue value is 142 (55.86% from 255 or 25.91% from 548); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA78E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA78E is #105871. Grayscale: #B9B9B9. Windows color (decimal): -1071218 or 9349103. OLE color: 9349103.

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

Color convert

RGB239167142-
CMYK00.300.410.06
HSL15.46º75.19%74.71%-
HSV(B)15.46º40.59%93.73%-
XYZ54.347.9431.98-
YUV185.68103.35166.03-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 43.61%
GREEN value IS 167 (65.62% from 255) = 30.47%
BLUE value IS 142 (55.86% from 255) = 25.91%
R=43.61%
G=30.47%
B=25.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.41
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23916714200.300.410.0615.4675.1974.71
HexEFA78E01E296f4b4b
Octal35724721603651617113113
Binary111011111010011110001110011110101001110111110010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA78E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA78E; }

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

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

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

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

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

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

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

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