#E68D73

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

Shades of Dark Salmon #E68D73

Tints of Dark Salmon #E68D73

Color information

#E68D73 (or 0xE68D73) is unknown color: approx Dark Salmon. HEX triplet: E6, 8D and 73. RGB value is (230,141,115). Sum of RGB (Red+Green+Blue) = 230+141+115=486 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.33% from 486); Green value is 141 (55.47% from 255 or 29.01% from 486); Blue value is 115 (45.31% from 255 or 23.66% from 486); Max value from RGB is 230 - color contains mainly: red. Hex color #E68D73 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E68D73 is #19728C. Grayscale: #A4A4A4. Windows color (decimal): -1667725 or 7572966. OLE color: 7572966.

HSL color Cylindrical-coordinate representation of color #E68D73: hue angle of 13.57º 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 #E68D73 is Cyan = 0, Magento = 0.39, Yellow = 0.5 and Black (K on CMYK) = 0.10.

Color convert

RGB230141115-
CMYK00.390.50.10
HSL13.57º69.7%67.65%-
HSV(B)13.57º50%90.2%-
XYZ45.2537.1121-
YUV164.6599.99174.61-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 47.33%
GREEN value IS 141 (55.47% from 255) = 29.01%
BLUE value IS 115 (45.31% from 255) = 23.66%
R=47.33%
G=29.01%
B=23.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.5
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23014111500.390.50.1013.5769.767.65
HexE68D7302732Ae4644
Octal346215163047621216106104
Binary1110011010001101111001101001111100101010111010001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E68D73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E68D73; }

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

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

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

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

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

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

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

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