#ED8E7D

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

Shades of Dark Salmon #ED8E7D

Tints of Dark Salmon #ED8E7D

Color information

#ED8E7D (or 0xED8E7D) is unknown color: approx Dark Salmon. HEX triplet: ED, 8E and 7D. RGB value is (237,142,125). Sum of RGB (Red+Green+Blue) = 237+142+125=504 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.02% from 504); Green value is 142 (55.86% from 255 or 28.17% from 504); Blue value is 125 (49.22% from 255 or 24.80% from 504); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8E7D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED8E7D is #127182. Grayscale: #A8A8A8. Windows color (decimal): -1208707 or 8228589. OLE color: 8228589.

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

Color convert

RGB237142125-
CMYK00.400.470.07
HSL9.11º75.68%70.98%-
HSV(B)9.11º47.26%92.94%-
XYZ48.338.8324.35-
YUV168.47103.47176.88-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 47.02%
GREEN value IS 142 (55.86% from 255) = 28.17%
BLUE value IS 125 (49.22% from 255) = 24.80%
R=47.02%
G=28.17%
B=24.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.47
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23714212500.400.470.079.1175.6870.98
HexED8E7D0282F794c47
Octal35521617505057711114107
Binary111011011000111011111010101000101111111100110011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED8E7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED8E7D; }

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

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

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

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

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

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

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

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