#efa78f

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

Shades of Tonys Pink #EFA78F

Tints of Tonys Pink #EFA78F

Color information

#EFA78F (or 0xEFA78F) is unknown color: approx Tonys Pink. HEX triplet: EF, A7 and 8F. RGB value is (239,167,143). Sum of RGB (Red+Green+Blue) = 239+167+143=549 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.53% from 549); Green value is 167 (65.62% from 255 or 30.42% from 549); Blue value is 143 (56.25% from 255 or 26.05% from 549); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA78F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA78F is #105870. Grayscale: #B9B9B9. Windows color (decimal): -1071217 or 9414639. OLE color: 9414639.

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

Color convert

RGB239167143-
CMYK00.300.400.06
HSL15º75%74.9%-
HSV(B)15º40.17%93.73%-
XYZ54.3747.9732.38-
YUV185.79103.85165.95-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 43.53%
GREEN value IS 167 (65.62% from 255) = 30.42%
BLUE value IS 143 (56.25% from 255) = 26.05%
R=43.53%
G=30.42%
B=26.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.40
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23916714300.300.400.06157574.9
HexEFA78F01E286f4b4b
Octal35724721703650617113113
Binary111011111010011110001111011110101000110111110010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #efa78f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #efa78f; }

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

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

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

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

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

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

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

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