#ee947c

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

Shades of Dark Salmon #EE947C

Tints of Dark Salmon #EE947C

Color information

#EE947C (or 0xEE947C) is unknown color: approx Dark Salmon. HEX triplet: EE, 94 and 7C. RGB value is (238,148,124). Sum of RGB (Red+Green+Blue) = 238+148+124=510 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.67% from 510); Green value is 148 (58.20% from 255 or 29.02% from 510); Blue value is 124 (48.83% from 255 or 24.31% from 510); Max value from RGB is 238 - color contains mainly: red. Hex color #EE947C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE947C is #116B83. Grayscale: #ACACAC. Windows color (decimal): -1141636 or 8164590. OLE color: 8164590.

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

Color convert

RGB238148124-
CMYK00.380.480.07
HSL12.63º77.03%70.98%-
HSV(B)12.63º47.9%93.33%-
XYZ49.4940.8124.34-
YUV172.17100.82174.95-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 46.67%
GREEN value IS 148 (58.20% from 255) = 29.02%
BLUE value IS 124 (48.83% from 255) = 24.31%
R=46.67%
G=29.02%
B=24.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.48
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23814812400.380.480.0712.6377.0370.98
HexEE947C026307d4d47
Octal35622417404660715115107
Binary111011101001010011111000100110110000111110110011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ee947c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ee947c; }

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

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

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

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

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

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

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

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