#EE9F7A

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

Shades of Dark Salmon #EE9F7A

Tints of Dark Salmon #EE9F7A

Color information

#EE9F7A (or 0xEE9F7A) is unknown color: approx Dark Salmon. HEX triplet: EE, 9F and 7A. RGB value is (238,159,122). Sum of RGB (Red+Green+Blue) = 238+159+122=519 (68% of max value = 765). Red value is 238 (93.36% from 255 or 45.86% from 519); Green value is 159 (62.5% from 255 or 30.64% from 519); Blue value is 122 (48.05% from 255 or 23.51% from 519); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9F7A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE9F7A is #116085. Grayscale: #B2B2B2. Windows color (decimal): -1138822 or 8036334. OLE color: 8036334.

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

Color convert

RGB238159122-
CMYK00.330.490.07
HSL19.14º77.33%70.59%-
HSV(B)19.14º48.74%93.33%-
XYZ51.1744.3824.28-
YUV178.496.17170.51-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 45.86%
GREEN value IS 159 (62.5% from 255) = 30.64%
BLUE value IS 122 (48.05% from 255) = 23.51%
R=45.86%
G=30.64%
B=23.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.49
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23815912200.330.490.0719.1477.3370.59
HexEE9F7A021317134d47
Octal35623717204161723115107
Binary1110111010011111111101001000011100011111001110011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE9F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE9F7A; }

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

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

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

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

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

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

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

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