#E98C6D

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

Shades of Dark Salmon #E98C6D

Tints of Dark Salmon #E98C6D

Color information

#E98C6D (or 0xE98C6D) is unknown color: approx Dark Salmon. HEX triplet: E9, 8C and 6D. RGB value is (233,140,109). Sum of RGB (Red+Green+Blue) = 233+140+109=482 (63% of max value = 765). Red value is 233 (91.41% from 255 or 48.34% from 482); Green value is 140 (55.08% from 255 or 29.05% from 482); Blue value is 109 (42.97% from 255 or 22.61% from 482); Max value from RGB is 233 - color contains mainly: red. Hex color #E98C6D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E98C6D is #167392. Grayscale: #A4A4A4. Windows color (decimal): -1471379 or 7179497. OLE color: 7179497.

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

Color convert

RGB233140109-
CMYK00.400.530.09
HSL15º73.81%67.06%-
HSV(B)15º53.22%91.37%-
XYZ45.7437.1819.23-
YUV164.2796.81177.02-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 48.34%
GREEN value IS 140 (55.08% from 255) = 29.05%
BLUE value IS 109 (42.97% from 255) = 22.61%
R=48.34%
G=29.05%
B=22.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.53
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23314010900.400.530.091573.8167.06
HexE98C6D028359f4a43
Octal351214155050651117112103
Binary1110100110001100110110101010001101011001111110010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E98C6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E98C6D; }

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

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

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

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

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

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

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

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