#E68D79

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

Shades of Dark Salmon #E68D79

Tints of Dark Salmon #E68D79

Color information

#E68D79 (or 0xE68D79) is unknown color: approx Dark Salmon. HEX triplet: E6, 8D and 79. RGB value is (230,141,121). Sum of RGB (Red+Green+Blue) = 230+141+121=492 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.75% from 492); Green value is 141 (55.47% from 255 or 28.66% from 492); Blue value is 121 (47.66% from 255 or 24.59% from 492); Max value from RGB is 230 - color contains mainly: red. Hex color #E68D79 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E68D79 is #197286. Grayscale: #A5A5A5. Windows color (decimal): -1667719 or 7966182. OLE color: 7966182.

HSL color Cylindrical-coordinate representation of color #E68D79: hue angle of 11.01º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E68D79 is Cyan = 0, Magento = 0.39, Yellow = 0.47 and Black (K on CMYK) = 0.10.

Color convert

RGB230141121-
CMYK00.390.470.10
HSL11.01º68.55%68.82%-
HSV(B)11.01º47.39%90.2%-
XYZ45.6137.2522.88-
YUV165.33102.99174.13-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 46.75%
GREEN value IS 141 (55.47% from 255) = 28.66%
BLUE value IS 121 (47.66% from 255) = 24.59%
R=46.75%
G=28.66%
B=24.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.47
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23014112100.390.470.1011.0168.5568.82
HexE68D790272FAb4545
Octal346215171047571213105105
Binary1110011010001101111100101001111011111010101110001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E68D79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E68D79; }

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

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

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

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

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

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

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

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