#E9987E

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

Shades of Dark Salmon #E9987E

Tints of Dark Salmon #E9987E

Color information

#E9987E (or 0xE9987E) is unknown color: approx Dark Salmon. HEX triplet: E9, 98 and 7E. RGB value is (233,152,126). Sum of RGB (Red+Green+Blue) = 233+152+126=511 (67% of max value = 765). Red value is 233 (91.41% from 255 or 45.60% from 511); Green value is 152 (59.77% from 255 or 29.75% from 511); Blue value is 126 (49.61% from 255 or 24.66% from 511); Max value from RGB is 233 - color contains mainly: red. Hex color #E9987E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E9987E is #166781. Grayscale: #ADADAD. Windows color (decimal): -1468290 or 8296681. OLE color: 8296681.

HSL color Cylindrical-coordinate representation of color #E9987E: hue angle of 14.58º degrees, saturation: 0.71, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E9987E is Cyan = 0, Magento = 0.35, Yellow = 0.46 and Black (K on CMYK) = 0.09.

Color convert

RGB233152126-
CMYK00.350.460.09
HSL14.58º70.86%70.39%-
HSV(B)14.58º45.92%91.37%-
XYZ48.641.2925.15-
YUV173.26101.34170.61-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 45.60%
GREEN value IS 152 (59.77% from 255) = 29.75%
BLUE value IS 126 (49.61% from 255) = 24.66%
R=45.60%
G=29.75%
B=24.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.46
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23315212600.350.460.0914.5870.8670.39
HexE9987E0232E9f4746
Octal351230176043561117107106
Binary1110100110011000111111001000111011101001111110001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9987E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9987E; }

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

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

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

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

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

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

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

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