#E98E6D

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

Shades of Dark Salmon #E98E6D

Tints of Dark Salmon #E98E6D

Color information

#E98E6D (or 0xE98E6D) is unknown color: approx Dark Salmon. HEX triplet: E9, 8E and 6D. RGB value is (233,142,109). Sum of RGB (Red+Green+Blue) = 233+142+109=484 (64% of max value = 765). Red value is 233 (91.41% from 255 or 48.14% from 484); Green value is 142 (55.86% from 255 or 29.34% from 484); Blue value is 109 (42.97% from 255 or 22.52% from 484); Max value from RGB is 233 - color contains mainly: red. Hex color #E98E6D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E98E6D is #167192. Grayscale: #A5A5A5. Windows color (decimal): -1470867 or 7180009. OLE color: 7180009.

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

Color convert

RGB233142109-
CMYK00.390.530.09
HSL15.97º73.81%67.06%-
HSV(B)15.97º53.22%91.37%-
XYZ46.0437.7719.33-
YUV165.4596.15176.18-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 48.14%
GREEN value IS 142 (55.86% from 255) = 29.34%
BLUE value IS 109 (42.97% from 255) = 22.52%
R=48.14%
G=29.34%
B=22.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.53
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23314210900.390.530.0915.9773.8167.06
HexE98E6D027359104a43
Octal351216155047651120112103
Binary11101001100011101101101010011111010110011000010010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E98E6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E98E6D; }

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

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

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

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

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

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

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

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