#EA9A7D

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

Shades of Dark Salmon #EA9A7D

Tints of Dark Salmon #EA9A7D

Color information

#EA9A7D (or 0xEA9A7D) is unknown color: approx Dark Salmon. HEX triplet: EA, 9A and 7D. RGB value is (234,154,125). Sum of RGB (Red+Green+Blue) = 234+154+125=513 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.61% from 513); Green value is 154 (60.55% from 255 or 30.02% from 513); Blue value is 125 (49.22% from 255 or 24.37% from 513); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9A7D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA9A7D is #156582. Grayscale: #AEAEAE. Windows color (decimal): -1402243 or 8231658. OLE color: 8231658.

HSL color Cylindrical-coordinate representation of color #EA9A7D: hue angle of 15.96º degrees, saturation: 0.72, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EA9A7D is Cyan = 0, Magento = 0.34, Yellow = 0.47 and Black (K on CMYK) = 0.08.

Color convert

RGB234154125-
CMYK00.340.470.08
HSL15.96º72.19%70.39%-
HSV(B)15.96º46.58%91.76%-
XYZ49.1942.0824.93-
YUV174.61100170.36-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 45.61%
GREEN value IS 154 (60.55% from 255) = 30.02%
BLUE value IS 125 (49.22% from 255) = 24.37%
R=45.61%
G=30.02%
B=24.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.47
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23415412500.340.470.0815.9672.1970.39
HexEA9A7D0222F8104846
Octal352232175042571020110106
Binary11101010100110101111101010001010111110001000010010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA9A7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA9A7D; }

 p { color: rgb(234,154,125); }

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

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

 a { background-color: rgb(234,154,125); }

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

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

 span { border-color: rgb(234,154,125); }

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