#ED8D7E

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

Shades of Dark Salmon #ED8D7E

Tints of Dark Salmon #ED8D7E

Color information

#ED8D7E (or 0xED8D7E) is unknown color: approx Dark Salmon. HEX triplet: ED, 8D and 7E. RGB value is (237,141,126). Sum of RGB (Red+Green+Blue) = 237+141+126=504 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.02% from 504); Green value is 141 (55.47% from 255 or 27.98% from 504); Blue value is 126 (49.61% from 255 or 25% from 504); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8D7E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED8D7E is #127281. Grayscale: #A8A8A8. Windows color (decimal): -1208962 or 8293869. OLE color: 8293869.

HSL color Cylindrical-coordinate representation of color #ED8D7E: hue angle of 8.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 #ED8D7E is Cyan = 0, Magento = 0.41, Yellow = 0.47 and Black (K on CMYK) = 0.07.

Color convert

RGB237141126-
CMYK00.410.470.07
HSL8.11º75.51%71.18%-
HSV(B)8.11º46.84%92.94%-
XYZ48.2238.5624.64-
YUV167.99104.3177.22-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 47.02%
GREEN value IS 141 (55.47% from 255) = 27.98%
BLUE value IS 126 (49.61% from 255) = 25%
R=47.02%
G=27.98%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.47
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23714112600.410.470.078.1175.5171.18
HexED8D7E0292F784c47
Octal35521517605157710114107
Binary111011011000110111111100101001101111111100010011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED8D7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED8D7E; }

 p { color: rgb(237,141,126); }

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

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

 a { background-color: rgb(237,141,126); }

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

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

 span { border-color: rgb(237,141,126); }

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