#EA9B7D

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

Shades of Dark Salmon #EA9B7D

Tints of Dark Salmon #EA9B7D

Color information

#EA9B7D (or 0xEA9B7D) is unknown color: approx Dark Salmon. HEX triplet: EA, 9B and 7D. RGB value is (234,155,125). Sum of RGB (Red+Green+Blue) = 234+155+125=514 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.53% from 514); Green value is 155 (60.94% from 255 or 30.16% from 514); Blue value is 125 (49.22% from 255 or 24.32% from 514); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9B7D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA9B7D is #156482. Grayscale: #AFAFAF. Windows color (decimal): -1401987 or 8231914. OLE color: 8231914.

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

Color convert

RGB234155125-
CMYK00.340.470.08
HSL16.51º72.19%70.39%-
HSV(B)16.51º46.58%91.76%-
XYZ49.3542.4224.99-
YUV175.299.67169.94-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 45.53%
GREEN value IS 155 (60.94% from 255) = 30.16%
BLUE value IS 125 (49.22% from 255) = 24.32%
R=45.53%
G=30.16%
B=24.32%

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
Decimal23415512500.340.470.0816.5172.1970.39
HexEA9B7D0222F8114846
Octal352233175042571021110106
Binary11101010100110111111101010001010111110001000110010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA9B7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA9B7D; }

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

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

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

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

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

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

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

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