#EE947D

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

Shades of Dark Salmon #EE947D

Tints of Dark Salmon #EE947D

Color information

#EE947D (or 0xEE947D) is unknown color: approx Dark Salmon. HEX triplet: EE, 94 and 7D. RGB value is (238,148,125). Sum of RGB (Red+Green+Blue) = 238+148+125=511 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.58% from 511); Green value is 148 (58.20% from 255 or 28.96% from 511); Blue value is 125 (49.22% from 255 or 24.46% from 511); Max value from RGB is 238 - color contains mainly: red. Hex color #EE947D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE947D is #116B82. Grayscale: #ACACAC. Windows color (decimal): -1141635 or 8230126. OLE color: 8230126.

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

Color convert

RGB238148125-
CMYK00.380.470.07
HSL12.21º76.87%71.18%-
HSV(B)12.21º47.48%93.33%-
XYZ49.5540.8424.67-
YUV172.29101.32174.87-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 46.58%
GREEN value IS 148 (58.20% from 255) = 28.96%
BLUE value IS 125 (49.22% from 255) = 24.46%
R=46.58%
G=28.96%
B=24.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.47
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23814812500.380.470.0712.2176.8771.18
HexEE947D0262F7c4d47
Octal35622417504657714115107
Binary111011101001010011111010100110101111111110010011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE947D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE947D; }

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

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

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

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

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

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

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

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