#ed8e7f

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

Shades of Dark Salmon #ED8E7F

Tints of Dark Salmon #ED8E7F

Color information

#ED8E7F (or 0xED8E7F) is unknown color: approx Dark Salmon. HEX triplet: ED, 8E and 7F. RGB value is (237,142,127). Sum of RGB (Red+Green+Blue) = 237+142+127=506 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.84% from 506); Green value is 142 (55.86% from 255 or 28.06% from 506); Blue value is 127 (50% from 255 or 25.10% from 506); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8E7F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED8E7F is #127180. Grayscale: #A8A8A8. Windows color (decimal): -1208705 or 8359661. OLE color: 8359661.

HSL color Cylindrical-coordinate representation of color #ED8E7F: hue angle of 8.18º degrees, saturation: 0.75, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ED8E7F is Cyan = 0, Magento = 0.40, Yellow = 0.46 and Black (K on CMYK) = 0.07.

Color convert

RGB237142127-
CMYK00.400.460.07
HSL8.18º75.34%71.37%-
HSV(B)8.18º46.41%92.94%-
XYZ48.4338.8825.03-
YUV168.7104.47176.72-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 46.84%
GREEN value IS 142 (55.86% from 255) = 28.06%
BLUE value IS 127 (50% from 255) = 25.10%
R=46.84%
G=28.06%
B=25.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.46
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23714212700.400.460.078.1875.3471.37
HexED8E7F0282E784b47
Octal35521617705056710113107
Binary111011011000111011111110101000101110111100010010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ed8e7f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ed8e7f; }

 p { color: rgb(237,142,127); }

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

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

 a { background-color: rgb(237,142,127); }

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

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

 span { border-color: rgb(237,142,127); }

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