#EA8D6D

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

Shades of Dark Salmon #EA8D6D

Tints of Dark Salmon #EA8D6D

Color information

#EA8D6D (or 0xEA8D6D) is unknown color: approx Dark Salmon. HEX triplet: EA, 8D and 6D. RGB value is (234,141,109). Sum of RGB (Red+Green+Blue) = 234+141+109=484 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.35% from 484); Green value is 141 (55.47% from 255 or 29.13% from 484); Blue value is 109 (42.97% from 255 or 22.52% from 484); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8D6D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA8D6D is #157292. Grayscale: #A5A5A5. Windows color (decimal): -1405587 or 7179754. OLE color: 7179754.

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

Color convert

RGB234141109-
CMYK00.400.530.08
HSL15.36º74.85%67.25%-
HSV(B)15.36º53.42%91.76%-
XYZ46.2237.6519.3-
YUV165.1696.31177.1-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 48.35%
GREEN value IS 141 (55.47% from 255) = 29.13%
BLUE value IS 109 (42.97% from 255) = 22.52%
R=48.35%
G=29.13%
B=22.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.53
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23414110900.400.530.0815.3674.8567.25
HexEA8D6D028358f4b43
Octal352215155050651017113103
Binary1110101010001101110110101010001101011000111110010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8D6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8D6D; }

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

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

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

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

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

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

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

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