#EE9A7D

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

Shades of Dark Salmon #EE9A7D

Tints of Dark Salmon #EE9A7D

Color information

#EE9A7D (or 0xEE9A7D) is unknown color: approx Dark Salmon. HEX triplet: EE, 9A and 7D. RGB value is (238,154,125). Sum of RGB (Red+Green+Blue) = 238+154+125=517 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.03% from 517); Green value is 154 (60.55% from 255 or 29.79% from 517); Blue value is 125 (49.22% from 255 or 24.18% from 517); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9A7D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE9A7D is #116582. Grayscale: #B0B0B0. Windows color (decimal): -1140099 or 8231662. OLE color: 8231662.

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

Color convert

RGB238154125-
CMYK00.350.470.07
HSL15.4º76.87%71.18%-
HSV(B)15.4º47.48%93.33%-
XYZ50.5242.7724.99-
YUV175.8199.33172.36-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 46.03%
GREEN value IS 154 (60.55% from 255) = 29.79%
BLUE value IS 125 (49.22% from 255) = 24.18%
R=46.03%
G=29.79%
B=24.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.47
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23815412500.350.470.0715.476.8771.18
HexEE9A7D0232F7f4d47
Octal35623217504357717115107
Binary111011101001101011111010100011101111111111110011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE9A7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE9A7D; }

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

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

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

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

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

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

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

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