#EE8D7A

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

Shades of Dark Salmon #EE8D7A

Tints of Dark Salmon #EE8D7A

Color information

#EE8D7A (or 0xEE8D7A) is unknown color: approx Dark Salmon. HEX triplet: EE, 8D and 7A. RGB value is (238,141,122). Sum of RGB (Red+Green+Blue) = 238+141+122=501 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.50% from 501); Green value is 141 (55.47% from 255 or 28.14% from 501); Blue value is 122 (48.05% from 255 or 24.35% from 501); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8D7A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE8D7A is #117285. Grayscale: #A8A8A8. Windows color (decimal): -1143430 or 8031726. OLE color: 8031726.

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

Color convert

RGB238141122-
CMYK00.410.490.07
HSL9.83º77.33%70.59%-
HSV(B)9.83º48.74%93.33%-
XYZ48.338.6323.32-
YUV167.84102.14178.04-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 47.50%
GREEN value IS 141 (55.47% from 255) = 28.14%
BLUE value IS 122 (48.05% from 255) = 24.35%
R=47.50%
G=28.14%
B=24.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.49
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23814112200.410.490.079.8377.3370.59
HexEE8D7A029317a4d47
Octal35621517205161712115107
Binary111011101000110111110100101001110001111101010011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE8D7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE8D7A; }

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

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

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

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

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

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

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

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