#E98C71

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

Shades of Dark Salmon #E98C71

Tints of Dark Salmon #E98C71

Color information

#E98C71 (or 0xE98C71) is unknown color: approx Dark Salmon. HEX triplet: E9, 8C and 71. RGB value is (233,140,113). Sum of RGB (Red+Green+Blue) = 233+140+113=486 (64% of max value = 765). Red value is 233 (91.41% from 255 or 47.94% from 486); Green value is 140 (55.08% from 255 or 28.81% from 486); Blue value is 113 (44.53% from 255 or 23.25% from 486); Max value from RGB is 233 - color contains mainly: red. Hex color #E98C71 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E98C71 is #16738E. Grayscale: #A4A4A4. Windows color (decimal): -1471375 or 7441641. OLE color: 7441641.

HSL color Cylindrical-coordinate representation of color #E98C71: hue angle of 13.5º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E98C71 is Cyan = 0, Magento = 0.40, Yellow = 0.52 and Black (K on CMYK) = 0.09.

Color convert

RGB233140113-
CMYK00.400.520.09
HSL13.5º73.17%67.84%-
HSV(B)13.5º51.5%91.37%-
XYZ45.9637.2720.39-
YUV164.7398.81176.7-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 47.94%
GREEN value IS 140 (55.08% from 255) = 28.81%
BLUE value IS 113 (44.53% from 255) = 23.25%
R=47.94%
G=28.81%
B=23.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.52
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23314011300.400.520.0913.573.1767.84
HexE98C71028349e4944
Octal351214161050641116111104
Binary1110100110001100111000101010001101001001111010010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E98C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E98C71; }

 p { color: rgb(233,140,113); }

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

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

 a { background-color: rgb(233,140,113); }

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

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

 span { border-color: rgb(233,140,113); }

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