#EA9D7E

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

Shades of Dark Salmon #EA9D7E

Tints of Dark Salmon #EA9D7E

Color information

#EA9D7E (or 0xEA9D7E) is unknown color: approx Dark Salmon. HEX triplet: EA, 9D and 7E. RGB value is (234,157,126). Sum of RGB (Red+Green+Blue) = 234+157+126=517 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.26% from 517); Green value is 157 (61.72% from 255 or 30.37% from 517); Blue value is 126 (49.61% from 255 or 24.37% from 517); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9D7E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA9D7E is #156281. Grayscale: #B0B0B0. Windows color (decimal): -1401474 or 8297962. OLE color: 8297962.

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

Color convert

RGB234157126-
CMYK00.330.460.08
HSL17.22º72%70.59%-
HSV(B)17.22º46.15%91.76%-
XYZ49.7543.1125.44-
YUV176.4999.51169.02-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 45.26%
GREEN value IS 157 (61.72% from 255) = 30.37%
BLUE value IS 126 (49.61% from 255) = 24.37%
R=45.26%
G=30.37%
B=24.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.46
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23415712600.330.460.0817.227270.59
HexEA9D7E0212E8114847
Octal352235176041561021110107
Binary11101010100111011111110010000110111010001000110010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA9D7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA9D7E; }

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

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

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

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

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

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

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

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