#EA8F79

Color #EA8F79 Dark Salmon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Salmon #EA8F79

Tints of Dark Salmon #EA8F79

Color information

#EA8F79 (or 0xEA8F79) is unknown color: approx Dark Salmon. HEX triplet: EA, 8F and 79. RGB value is (234,143,121). Sum of RGB (Red+Green+Blue) = 234+143+121=498 (65% of max value = 765). Red value is 234 (91.80% from 255 or 46.99% from 498); Green value is 143 (56.25% from 255 or 28.71% from 498); Blue value is 121 (47.66% from 255 or 24.30% from 498); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8F79 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA8F79 is #157086. Grayscale: #A7A7A7. Windows color (decimal): -1405063 or 7966698. OLE color: 7966698.

HSL color Cylindrical-coordinate representation of color #EA8F79: hue angle of 11.68º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EA8F79 is Cyan = 0, Magento = 0.39, Yellow = 0.48 and Black (K on CMYK) = 0.08.

Color convert

RGB234143121-
CMYK00.390.480.08
HSL11.68º72.9%69.61%-
HSV(B)11.68º48.29%91.76%-
XYZ47.2138.5223.04-
YUV167.7101.65175.29-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 46.99%
GREEN value IS 143 (56.25% from 255) = 28.71%
BLUE value IS 121 (47.66% from 255) = 24.30%
R=46.99%
G=28.71%
B=24.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.48
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23414312100.390.480.0811.6872.969.61
HexEA8F79027308c4946
Octal352217171047601014111106
Binary1110101010001111111100101001111100001000110010010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8F79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8F79; }

 p { color: rgb(234,143,121); }

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

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

 a { background-color: rgb(234,143,121); }

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

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

 span { border-color: rgb(234,143,121); }

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