#E68D6F

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

Shades of Dark Salmon #E68D6F

Tints of Dark Salmon #E68D6F

Color information

#E68D6F (or 0xE68D6F) is unknown color: approx Dark Salmon. HEX triplet: E6, 8D and 6F. RGB value is (230,141,111). Sum of RGB (Red+Green+Blue) = 230+141+111=482 (63% of max value = 765). Red value is 230 (90.23% from 255 or 47.72% from 482); Green value is 141 (55.47% from 255 or 29.25% from 482); Blue value is 111 (43.75% from 255 or 23.03% from 482); Max value from RGB is 230 - color contains mainly: red. Hex color #E68D6F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E68D6F is #197290. Grayscale: #A4A4A4. Windows color (decimal): -1667729 or 7310822. OLE color: 7310822.

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

Color convert

RGB230141111-
CMYK00.390.520.10
HSL15.13º70.41%66.86%-
HSV(B)15.13º51.74%90.2%-
XYZ45.0337.0219.81-
YUV164.1997.99174.94-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 47.72%
GREEN value IS 141 (55.47% from 255) = 29.25%
BLUE value IS 111 (43.75% from 255) = 23.03%
R=47.72%
G=29.25%
B=23.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.52
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23014111100.390.520.1015.1370.4166.86
HexE68D6F02734Af4643
Octal346215157047641217106103
Binary1110011010001101110111101001111101001010111110001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E68D6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E68D6F; }

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

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

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

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

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

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

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

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