#EA8D72

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

Shades of Dark Salmon #EA8D72

Tints of Dark Salmon #EA8D72

Color information

#EA8D72 (or 0xEA8D72) is unknown color: approx Dark Salmon. HEX triplet: EA, 8D and 72. RGB value is (234,141,114). Sum of RGB (Red+Green+Blue) = 234+141+114=489 (64% of max value = 765). Red value is 234 (91.80% from 255 or 47.85% from 489); Green value is 141 (55.47% from 255 or 28.83% from 489); Blue value is 114 (44.92% from 255 or 23.31% from 489); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8D72 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA8D72 is #15728D. Grayscale: #A5A5A5. Windows color (decimal): -1405582 or 7507434. OLE color: 7507434.

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

Color convert

RGB234141114-
CMYK00.400.510.08
HSL13.5º74.07%68.24%-
HSV(B)13.5º51.28%91.76%-
XYZ46.4937.7620.76-
YUV165.7398.81176.7-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 47.85%
GREEN value IS 141 (55.47% from 255) = 28.83%
BLUE value IS 114 (44.92% from 255) = 23.31%
R=47.85%
G=28.83%
B=23.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.51
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23414111400.400.510.0813.574.0768.24
HexEA8D72028338e4a44
Octal352215162050631016112104
Binary1110101010001101111001001010001100111000111010010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8D72; }

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

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

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

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

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

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

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

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