#E19771

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

Shades of Dark Salmon #E19771

Tints of Dark Salmon #E19771

Color information

#E19771 (or 0xE19771) is unknown color: approx Dark Salmon. HEX triplet: E1, 97 and 71. RGB value is (225,151,113). Sum of RGB (Red+Green+Blue) = 225+151+113=489 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.01% from 489); Green value is 151 (59.38% from 255 or 30.88% from 489); Blue value is 113 (44.53% from 255 or 23.11% from 489); Max value from RGB is 225 - color contains mainly: red. Hex color #E19771 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E19771 is #1E688E. Grayscale: #A9A9A9. Windows color (decimal): -1992847 or 7444449. OLE color: 7444449.

HSL color Cylindrical-coordinate representation of color #E19771: hue angle of 20.36º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E19771 is Cyan = 0, Magento = 0.33, Yellow = 0.50 and Black (K on CMYK) = 0.12.

Color convert

RGB225151113-
CMYK00.330.500.12
HSL20.36º65.12%66.27%-
HSV(B)20.36º49.78%88.24%-
XYZ45.139.3320.84-
YUV168.7996.52168.09-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 46.01%
GREEN value IS 151 (59.38% from 255) = 30.88%
BLUE value IS 113 (44.53% from 255) = 23.11%
R=46.01%
G=30.88%
B=23.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.50
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22515111300.330.500.1220.3665.1266.27
HexE1977102132C144142
Octal341227161041621424101102
Binary11100001100101111110001010000111001011001010010000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E19771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E19771; }

 p { color: rgb(225,151,113); }

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

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

 a { background-color: rgb(225,151,113); }

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

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

 span { border-color: rgb(225,151,113); }

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