#EA9178

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

Shades of Dark Salmon #EA9178

Tints of Dark Salmon #EA9178

Color information

#EA9178 (or 0xEA9178) is unknown color: approx Dark Salmon. HEX triplet: EA, 91 and 78. RGB value is (234,145,120). Sum of RGB (Red+Green+Blue) = 234+145+120=499 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.89% from 499); Green value is 145 (57.03% from 255 or 29.06% from 499); Blue value is 120 (47.27% from 255 or 24.05% from 499); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9178 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA9178 is #156E87. Grayscale: #A8A8A8. Windows color (decimal): -1404552 or 7901674. OLE color: 7901674.

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

Color convert

RGB234145120-
CMYK00.380.490.08
HSL13.16º73.08%69.41%-
HSV(B)13.16º48.72%91.76%-
XYZ47.4539.122.82-
YUV168.76100.49174.53-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 46.89%
GREEN value IS 145 (57.03% from 255) = 29.06%
BLUE value IS 120 (47.27% from 255) = 24.05%
R=46.89%
G=29.06%
B=24.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.49
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23414512000.380.490.0813.1673.0869.41
HexEA9178026318d4945
Octal352221170046611015111105
Binary1110101010010001111100001001101100011000110110010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA9178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA9178; }

 p { color: rgb(234,145,120); }

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

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

 a { background-color: rgb(234,145,120); }

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

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

 span { border-color: rgb(234,145,120); }

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