#EA957E

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

Shades of Dark Salmon #EA957E

Tints of Dark Salmon #EA957E

Color information

#EA957E (or 0xEA957E) is unknown color: approx Dark Salmon. HEX triplet: EA, 95 and 7E. RGB value is (234,149,126). Sum of RGB (Red+Green+Blue) = 234+149+126=509 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.97% from 509); Green value is 149 (58.59% from 255 or 29.27% from 509); Blue value is 126 (49.61% from 255 or 24.75% from 509); Max value from RGB is 234 - color contains mainly: red. Hex color #EA957E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA957E is #156A81. Grayscale: #ABABAB. Windows color (decimal): -1403522 or 8295914. OLE color: 8295914.

HSL color Cylindrical-coordinate representation of color #EA957E: hue angle of 12.78º 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 #EA957E is Cyan = 0, Magento = 0.36, Yellow = 0.46 and Black (K on CMYK) = 0.08.

Color convert

RGB234149126-
CMYK00.360.460.08
HSL12.78º72%70.59%-
HSV(B)12.78º46.15%91.76%-
XYZ48.4540.4925-
YUV171.79102.16172.37-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 45.97%
GREEN value IS 149 (58.59% from 255) = 29.27%
BLUE value IS 126 (49.61% from 255) = 24.75%
R=45.97%
G=29.27%
B=24.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.46
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23414912600.360.460.0812.787270.59
HexEA957E0242E8d4847
Octal352225176044561015110107
Binary1110101010010101111111001001001011101000110110010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA957E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA957E; }

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

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

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

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

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

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

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

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