#E98C73

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

Shades of Dark Salmon #E98C73

Tints of Dark Salmon #E98C73

Color information

#E98C73 (or 0xE98C73) is unknown color: approx Dark Salmon. HEX triplet: E9, 8C and 73. RGB value is (233,140,115). Sum of RGB (Red+Green+Blue) = 233+140+115=488 (64% of max value = 765). Red value is 233 (91.41% from 255 or 47.75% from 488); Green value is 140 (55.08% from 255 or 28.69% from 488); Blue value is 115 (45.31% from 255 or 23.57% from 488); Max value from RGB is 233 - color contains mainly: red. Hex color #E98C73 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E98C73 is #16738C. Grayscale: #A5A5A5. Windows color (decimal): -1471373 or 7572713. OLE color: 7572713.

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

Color convert

RGB233140115-
CMYK00.400.510.09
HSL12.71º72.84%68.24%-
HSV(B)12.71º50.64%91.37%-
XYZ46.0837.3220.99-
YUV164.9699.81176.53-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 47.75%
GREEN value IS 140 (55.08% from 255) = 28.69%
BLUE value IS 115 (45.31% from 255) = 23.57%
R=47.75%
G=28.69%
B=23.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.51
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23314011500.400.510.0912.7172.8468.24
HexE98C73028339d4944
Octal351214163050631115111104
Binary1110100110001100111001101010001100111001110110010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E98C73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E98C73; }

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

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

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

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

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

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

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

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