#EA8D7E

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

Shades of Dark Salmon #EA8D7E

Tints of Dark Salmon #EA8D7E

Color information

#EA8D7E (or 0xEA8D7E) is unknown color: approx Dark Salmon. HEX triplet: EA, 8D and 7E. RGB value is (234,141,126). Sum of RGB (Red+Green+Blue) = 234+141+126=501 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.71% from 501); Green value is 141 (55.47% from 255 or 28.14% from 501); Blue value is 126 (49.61% from 255 or 25.15% from 501); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8D7E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA8D7E is #157281. Grayscale: #A7A7A7. Windows color (decimal): -1405570 or 8293866. OLE color: 8293866.

HSL color Cylindrical-coordinate representation of color #EA8D7E: hue angle of 8.33º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EA8D7E is Cyan = 0, Magento = 0.40, Yellow = 0.46 and Black (K on CMYK) = 0.08.

Color convert

RGB234141126-
CMYK00.400.460.08
HSL8.33º72%70.59%-
HSV(B)8.33º46.15%91.76%-
XYZ47.2238.0524.59-
YUV167.1104.81175.72-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 46.71%
GREEN value IS 141 (55.47% from 255) = 28.14%
BLUE value IS 126 (49.61% from 255) = 25.15%
R=46.71%
G=28.14%
B=25.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.46
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23414112600.400.460.088.337270.59
HexEA8D7E0282E884847
Octal352215176050561010110107
Binary1110101010001101111111001010001011101000100010010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8D7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8D7E; }

 p { color: rgb(234,141,126); }

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

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

 a { background-color: rgb(234,141,126); }

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

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

 span { border-color: rgb(234,141,126); }

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