#EE987E

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

Shades of Dark Salmon #EE987E

Tints of Dark Salmon #EE987E

Color information

#EE987E (or 0xEE987E) is unknown color: approx Dark Salmon. HEX triplet: EE, 98 and 7E. RGB value is (238,152,126). Sum of RGB (Red+Green+Blue) = 238+152+126=516 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.12% from 516); Green value is 152 (59.77% from 255 or 29.46% from 516); Blue value is 126 (49.61% from 255 or 24.42% from 516); Max value from RGB is 238 - color contains mainly: red. Hex color #EE987E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE987E is #116781. Grayscale: #AEAEAE. Windows color (decimal): -1140610 or 8296686. OLE color: 8296686.

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

Color convert

RGB238152126-
CMYK00.360.470.07
HSL13.93º76.71%71.37%-
HSV(B)13.93º47.06%93.33%-
XYZ50.2542.1425.22-
YUV174.75100.49173.11-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 46.12%
GREEN value IS 152 (59.77% from 255) = 29.46%
BLUE value IS 126 (49.61% from 255) = 24.42%
R=46.12%
G=29.46%
B=24.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.47
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23815212600.360.470.0713.9376.7171.37
HexEE987E0242F7e4d47
Octal35623017604457716115107
Binary111011101001100011111100100100101111111111010011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE987E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE987E; }

 p { color: rgb(238,152,126); }

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

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

 a { background-color: rgb(238,152,126); }

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

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

 span { border-color: rgb(238,152,126); }

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