#E39870

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

Shades of Dark Salmon #E39870

Tints of Dark Salmon #E39870

Color information

#E39870 (or 0xE39870) is unknown color: approx Dark Salmon. HEX triplet: E3, 98 and 70. RGB value is (227,152,112). Sum of RGB (Red+Green+Blue) = 227+152+112=491 (65% of max value = 765). Red value is 227 (89.06% from 255 or 46.23% from 491); Green value is 152 (59.77% from 255 or 30.96% from 491); Blue value is 112 (44.14% from 255 or 22.81% from 491); Max value from RGB is 227 - color contains mainly: red. Hex color #E39870 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E39870 is #1C678F. Grayscale: #AAAAAA. Windows color (decimal): -1861520 or 7379171. OLE color: 7379171.

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

Color convert

RGB227152112-
CMYK00.330.510.11
HSL20.87º67.25%66.47%-
HSV(B)20.87º50.66%89.02%-
XYZ45.8339.9620.63-
YUV169.8695.35168.75-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 46.23%
GREEN value IS 152 (59.77% from 255) = 30.96%
BLUE value IS 112 (44.14% from 255) = 22.81%
R=46.23%
G=30.96%
B=22.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.51
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22715211200.330.510.1120.8767.2566.47
HexE3987002133B154342
Octal343230160041631325103102
Binary11100011100110001110000010000111001110111010110000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E39870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E39870; }

 p { color: rgb(227,152,112); }

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

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

 a { background-color: rgb(227,152,112); }

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

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

 span { border-color: rgb(227,152,112); }

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