#E09371

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

Shades of Dark Salmon #E09371

Tints of Dark Salmon #E09371

Color information

#E09371 (or 0xE09371) is unknown color: approx Dark Salmon. HEX triplet: E0, 93 and 71. RGB value is (224,147,113). Sum of RGB (Red+Green+Blue) = 224+147+113=484 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.28% from 484); Green value is 147 (57.81% from 255 or 30.37% from 484); Blue value is 113 (44.53% from 255 or 23.35% from 484); Max value from RGB is 224 - color contains mainly: red. Hex color #E09371 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E09371 is #1F6C8E. Grayscale: #A6A6A6. Windows color (decimal): -2059407 or 7443424. OLE color: 7443424.

HSL color Cylindrical-coordinate representation of color #E09371: hue angle of 18.38º degrees, saturation: 0.64, 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 #E09371 is Cyan = 0, Magento = 0.34, Yellow = 0.50 and Black (K on CMYK) = 0.12.

Color convert

RGB224147113-
CMYK00.340.500.12
HSL18.38º64.16%66.08%-
HSV(B)18.38º49.55%87.84%-
XYZ44.1537.9120.61-
YUV166.1598.01169.26-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 46.28%
GREEN value IS 147 (57.81% from 255) = 30.37%
BLUE value IS 113 (44.53% from 255) = 23.35%
R=46.28%
G=30.37%
B=23.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.50
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22414711300.340.500.1218.3864.1666.08
HexE0937102232C124042
Octal340223161042621422100102
Binary11100000100100111110001010001011001011001001010000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E09371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E09371; }

 p { color: rgb(224,147,113); }

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

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

 a { background-color: rgb(224,147,113); }

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

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

 span { border-color: rgb(224,147,113); }

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