#EE9D7A

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

Shades of Dark Salmon #EE9D7A

Tints of Dark Salmon #EE9D7A

Color information

#EE9D7A (or 0xEE9D7A) is unknown color: approx Dark Salmon. HEX triplet: EE, 9D and 7A. RGB value is (238,157,122). Sum of RGB (Red+Green+Blue) = 238+157+122=517 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.03% from 517); Green value is 157 (61.72% from 255 or 30.37% from 517); Blue value is 122 (48.05% from 255 or 23.60% from 517); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9D7A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE9D7A is #116285. Grayscale: #B1B1B1. Windows color (decimal): -1139334 or 8035822. OLE color: 8035822.

HSL color Cylindrical-coordinate representation of color #EE9D7A: hue angle of 18.1º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EE9D7A is Cyan = 0, Magento = 0.34, Yellow = 0.49 and Black (K on CMYK) = 0.07.

Color convert

RGB238157122-
CMYK00.340.490.07
HSL18.1º77.33%70.59%-
HSV(B)18.1º48.74%93.33%-
XYZ50.8343.724.17-
YUV177.2396.84171.35-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 46.03%
GREEN value IS 157 (61.72% from 255) = 30.37%
BLUE value IS 122 (48.05% from 255) = 23.60%
R=46.03%
G=30.37%
B=23.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.49
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23815712200.340.490.0718.177.3370.59
HexEE9D7A022317124d47
Octal35623517204261722115107
Binary1110111010011101111101001000101100011111001010011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE9D7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE9D7A; }

 p { color: rgb(238,157,122); }

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

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

 a { background-color: rgb(238,157,122); }

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

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

 span { border-color: rgb(238,157,122); }

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