#E18E78

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

Shades of Dark Salmon #E18E78

Tints of Dark Salmon #E18E78

Color information

#E18E78 (or 0xE18E78) is unknown color: approx Dark Salmon. HEX triplet: E1, 8E and 78. RGB value is (225,142,120). Sum of RGB (Red+Green+Blue) = 225+142+120=487 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.20% from 487); Green value is 142 (55.86% from 255 or 29.16% from 487); Blue value is 120 (47.27% from 255 or 24.64% from 487); Max value from RGB is 225 - color contains mainly: red. Hex color #E18E78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E18E78 is #1E7187. Grayscale: #A4A4A4. Windows color (decimal): -1995144 or 7900897. OLE color: 7900897.

HSL color Cylindrical-coordinate representation of color #E18E78: hue angle of 12.57º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E18E78 is Cyan = 0, Magento = 0.37, Yellow = 0.47 and Black (K on CMYK) = 0.12.

Color convert

RGB225142120-
CMYK00.370.470.12
HSL12.57º63.64%67.65%-
HSV(B)12.57º46.67%88.24%-
XYZ44.1136.7122.53-
YUV164.31103171.29-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 46.20%
GREEN value IS 142 (55.86% from 255) = 29.16%
BLUE value IS 120 (47.27% from 255) = 24.64%
R=46.20%
G=29.16%
B=24.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.47
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22514212000.370.470.1212.5763.6467.65
HexE18E780252FCd4044
Octal341216170045571415100104
Binary1110000110001110111100001001011011111100110110000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E18E78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E18E78; }

 p { color: rgb(225,142,120); }

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

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

 a { background-color: rgb(225,142,120); }

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

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

 span { border-color: rgb(225,142,120); }

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