#E98F73

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

Shades of Dark Salmon #E98F73

Tints of Dark Salmon #E98F73

Color information

#E98F73 (or 0xE98F73) is unknown color: approx Dark Salmon. HEX triplet: E9, 8F and 73. RGB value is (233,143,115). Sum of RGB (Red+Green+Blue) = 233+143+115=491 (65% of max value = 765). Red value is 233 (91.41% from 255 or 47.45% from 491); Green value is 143 (56.25% from 255 or 29.12% from 491); Blue value is 115 (45.31% from 255 or 23.42% from 491); Max value from RGB is 233 - color contains mainly: red. Hex color #E98F73 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E98F73 is #16708C. Grayscale: #A6A6A6. Windows color (decimal): -1470605 or 7573481. OLE color: 7573481.

HSL color Cylindrical-coordinate representation of color #E98F73: hue angle of 14.24º 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 #E98F73 is Cyan = 0, Magento = 0.39, Yellow = 0.51 and Black (K on CMYK) = 0.09.

Color convert

RGB233143115-
CMYK00.390.510.09
HSL14.24º72.84%68.24%-
HSV(B)14.24º50.64%91.37%-
XYZ46.5238.2121.14-
YUV166.7298.82175.28-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 47.45%
GREEN value IS 143 (56.25% from 255) = 29.12%
BLUE value IS 115 (45.31% from 255) = 23.42%
R=47.45%
G=29.12%
B=23.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.51
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23314311500.390.510.0914.2472.8468.24
HexE98F73027339e4944
Octal351217163047631116111104
Binary1110100110001111111001101001111100111001111010010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E98F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E98F73; }

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

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

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

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

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

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

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

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