#E0967D

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

Shades of Dark Salmon #E0967D

Tints of Dark Salmon #E0967D

Color information

#E0967D (or 0xE0967D) is unknown color: approx Dark Salmon. HEX triplet: E0, 96 and 7D. RGB value is (224,150,125). Sum of RGB (Red+Green+Blue) = 224+150+125=499 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.89% from 499); Green value is 150 (58.98% from 255 or 30.06% from 499); Blue value is 125 (49.22% from 255 or 25.05% from 499); Max value from RGB is 224 - color contains mainly: red. Hex color #E0967D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0967D is #1F6982. Grayscale: #A9A9A9. Windows color (decimal): -2058627 or 8230624. OLE color: 8230624.

HSL color Cylindrical-coordinate representation of color #E0967D: hue angle of 15.15º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E0967D is Cyan = 0, Magento = 0.33, Yellow = 0.44 and Black (K on CMYK) = 0.12.

Color convert

RGB224150125-
CMYK00.330.440.12
HSL15.15º61.49%68.43%-
HSV(B)15.15º44.2%87.84%-
XYZ45.3539.1424.57-
YUV169.28103.02167.03-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 44.89%
GREEN value IS 150 (58.98% from 255) = 30.06%
BLUE value IS 125 (49.22% from 255) = 25.05%
R=44.89%
G=30.06%
B=25.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.44
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22415012500.330.440.1215.1561.4968.43
HexE0967D0212CCf3d44
Octal34022617504154141775104
Binary111000001001011011111010100001101100110011111111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0967D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0967D; }

 p { color: rgb(224,150,125); }

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

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

 a { background-color: rgb(224,150,125); }

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

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

 span { border-color: rgb(224,150,125); }

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