#E8996D

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

Shades of Dark Salmon #E8996D

Tints of Dark Salmon #E8996D

Color information

#E8996D (or 0xE8996D) is unknown color: approx Dark Salmon. HEX triplet: E8, 99 and 6D. RGB value is (232,153,109). Sum of RGB (Red+Green+Blue) = 232+153+109=494 (65% of max value = 765). Red value is 232 (91.02% from 255 or 46.96% from 494); Green value is 153 (60.16% from 255 or 30.97% from 494); Blue value is 109 (42.97% from 255 or 22.06% from 494); Max value from RGB is 232 - color contains mainly: red. Hex color #E8996D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E8996D is #176692. Grayscale: #ABABAB. Windows color (decimal): -1533587 or 7182824. OLE color: 7182824.

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

Color convert

RGB232153109-
CMYK00.340.530.09
HSL21.46º72.78%66.86%-
HSV(B)21.46º53.02%90.98%-
XYZ47.4341.0419.89-
YUV171.692.67171.08-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 46.96%
GREEN value IS 153 (60.16% from 255) = 30.97%
BLUE value IS 109 (42.97% from 255) = 22.06%
R=46.96%
G=30.97%
B=22.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.53
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23215310900.340.530.0921.4672.7866.86
HexE8996D022359154943
Octal350231155042651125111103
Binary11101000100110011101101010001011010110011010110010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8996D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8996D; }

 p { color: rgb(232,153,109); }

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

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

 a { background-color: rgb(232,153,109); }

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

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

 span { border-color: rgb(232,153,109); }

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