#ED856E

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

Shades of Salmon #ED856E

Tints of Salmon #ED856E

Color information

#ED856E (or 0xED856E) is unknown color: approx Salmon. HEX triplet: ED, 85 and 6E. RGB value is (237,133,110). Sum of RGB (Red+Green+Blue) = 237+133+110=480 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.38% from 480); Green value is 133 (52.34% from 255 or 27.71% from 480); Blue value is 110 (43.36% from 255 or 22.92% from 480); Max value from RGB is 237 - color contains mainly: red. Hex color #ED856E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED856E is #127A91. Grayscale: #A1A1A1. Windows color (decimal): -1211026 or 7243245. OLE color: 7243245.

HSL color Cylindrical-coordinate representation of color #ED856E: hue angle of 10.87º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ED856E is Cyan = 0, Magento = 0.44, Yellow = 0.54 and Black (K on CMYK) = 0.07.

Color convert

RGB237133110-
CMYK00.440.540.07
HSL10.87º77.91%68.04%-
HSV(B)10.87º53.59%92.94%-
XYZ46.1335.9119.25-
YUV161.4798.96181.87-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 49.38%
GREEN value IS 133 (52.34% from 255) = 27.71%
BLUE value IS 110 (43.36% from 255) = 22.92%
R=49.38%
G=27.71%
B=22.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.54
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23713311000.440.540.0710.8777.9168.04
HexED856E02C367b4e44
Octal35520515605466713116104
Binary111011011000010111011100101100110110111101110011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED856E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED856E; }

 p { color: rgb(237,133,110); }

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

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

 a { background-color: rgb(237,133,110); }

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

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

 span { border-color: rgb(237,133,110); }

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