#E69973

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

Shades of Dark Salmon #E69973

Tints of Dark Salmon #E69973

Color information

#E69973 (or 0xE69973) is unknown color: approx Dark Salmon. HEX triplet: E6, 99 and 73. RGB value is (230,153,115). Sum of RGB (Red+Green+Blue) = 230+153+115=498 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.18% from 498); Green value is 153 (60.16% from 255 or 30.72% from 498); Blue value is 115 (45.31% from 255 or 23.09% from 498); Max value from RGB is 230 - color contains mainly: red. Hex color #E69973 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E69973 is #19668C. Grayscale: #ABABAB. Windows color (decimal): -1664653 or 7576038. OLE color: 7576038.

HSL color Cylindrical-coordinate representation of color #E69973: hue angle of 19.83º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E69973 is Cyan = 0, Magento = 0.33, Yellow = 0.5 and Black (K on CMYK) = 0.10.

Color convert

RGB230153115-
CMYK00.330.50.10
HSL19.83º69.7%67.65%-
HSV(B)19.83º50%90.2%-
XYZ47.1240.8421.62-
YUV171.6996.01169.59-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 46.18%
GREEN value IS 153 (60.16% from 255) = 30.72%
BLUE value IS 115 (45.31% from 255) = 23.09%
R=46.18%
G=30.72%
B=23.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.5
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23015311500.330.50.1019.8369.767.65
HexE6997302132A144644
Octal346231163041621224106104
Binary11100110100110011110011010000111001010101010010001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E69973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E69973; }

 p { color: rgb(230,153,115); }

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

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

 a { background-color: rgb(230,153,115); }

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

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

 span { border-color: rgb(230,153,115); }

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