#E19D6F

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

Shades of Dark Salmon #E19D6F

Tints of Dark Salmon #E19D6F

Color information

#E19D6F (or 0xE19D6F) is unknown color: approx Dark Salmon. HEX triplet: E1, 9D and 6F. RGB value is (225,157,111). Sum of RGB (Red+Green+Blue) = 225+157+111=493 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.64% from 493); Green value is 157 (61.72% from 255 or 31.85% from 493); Blue value is 111 (43.75% from 255 or 22.52% from 493); Max value from RGB is 225 - color contains mainly: red. Hex color #E19D6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E19D6F is #1E6290. Grayscale: #ACACAC. Windows color (decimal): -1991313 or 7314913. OLE color: 7314913.

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

Color convert

RGB225157111-
CMYK00.300.510.12
HSL24.21º65.52%65.88%-
HSV(B)24.21º50.67%88.24%-
XYZ45.9841.2720.58-
YUV172.0993.53165.74-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 45.64%
GREEN value IS 157 (61.72% from 255) = 31.85%
BLUE value IS 111 (43.75% from 255) = 22.52%
R=45.64%
G=31.85%
B=22.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.51
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22515711100.300.510.1224.2165.5265.88
HexE19D6F01E33C184242
Octal341235157036631430102102
Binary1110000110011101110111101111011001111001100010000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E19D6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E19D6F; }

 p { color: rgb(225,157,111); }

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

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

 a { background-color: rgb(225,157,111); }

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

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

 span { border-color: rgb(225,157,111); }

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