#E4986D

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

Shades of Dark Salmon #E4986D

Tints of Dark Salmon #E4986D

Color information

#E4986D (or 0xE4986D) is unknown color: approx Dark Salmon. HEX triplet: E4, 98 and 6D. RGB value is (228,152,109). Sum of RGB (Red+Green+Blue) = 228+152+109=489 (64% of max value = 765). Red value is 228 (89.45% from 255 or 46.63% from 489); Green value is 152 (59.77% from 255 or 31.08% from 489); Blue value is 109 (42.97% from 255 or 22.29% from 489); Max value from RGB is 228 - color contains mainly: red. Hex color #E4986D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E4986D is #1B6792. Grayscale: #AAAAAA. Windows color (decimal): -1795987 or 7182564. OLE color: 7182564.

HSL color Cylindrical-coordinate representation of color #E4986D: hue angle of 21.68º degrees, saturation: 0.69, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E4986D is Cyan = 0, Magento = 0.33, Yellow = 0.52 and Black (K on CMYK) = 0.11.

Color convert

RGB228152109-
CMYK00.330.520.11
HSL21.68º68.79%66.08%-
HSV(B)21.68º52.19%89.41%-
XYZ45.9840.0519.78-
YUV169.8293.68169.5-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 46.63%
GREEN value IS 152 (59.77% from 255) = 31.08%
BLUE value IS 109 (42.97% from 255) = 22.29%
R=46.63%
G=31.08%
B=22.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.52
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22815210900.330.520.1121.6868.7966.08
HexE4986D02134B164542
Octal344230155041641326105102
Binary11100100100110001101101010000111010010111011010001011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4986D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4986D; }

 p { color: rgb(228,152,109); }

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

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

 a { background-color: rgb(228,152,109); }

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

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

 span { border-color: rgb(228,152,109); }

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