#EE9D7E

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

Shades of Dark Salmon #EE9D7E

Tints of Dark Salmon #EE9D7E

Color information

#EE9D7E (or 0xEE9D7E) is unknown color: approx Dark Salmon. HEX triplet: EE, 9D and 7E. RGB value is (238,157,126). Sum of RGB (Red+Green+Blue) = 238+157+126=521 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.68% from 521); Green value is 157 (61.72% from 255 or 30.13% from 521); Blue value is 126 (49.61% from 255 or 24.18% from 521); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9D7E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE9D7E is #116281. Grayscale: #B1B1B1. Windows color (decimal): -1139330 or 8297966. OLE color: 8297966.

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

Color convert

RGB238157126-
CMYK00.340.470.07
HSL16.61º76.71%71.37%-
HSV(B)16.61º47.06%93.33%-
XYZ51.0843.825.5-
YUV177.6898.84171.02-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 45.68%
GREEN value IS 157 (61.72% from 255) = 30.13%
BLUE value IS 126 (49.61% from 255) = 24.18%
R=45.68%
G=30.13%
B=24.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.47
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23815712600.340.470.0716.6176.7171.37
HexEE9D7E0222F7114d47
Octal35623517604257721115107
Binary1110111010011101111111001000101011111111000110011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE9D7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE9D7E; }

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

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

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

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

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

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

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

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