#ED846D

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

Shades of Salmon #ED846D

Tints of Salmon #ED846D

Color information

#ED846D (or 0xED846D) is unknown color: approx Salmon. HEX triplet: ED, 84 and 6D. RGB value is (237,132,109). Sum of RGB (Red+Green+Blue) = 237+132+109=478 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.58% from 478); Green value is 132 (51.95% from 255 or 27.62% from 478); Blue value is 109 (42.97% from 255 or 22.80% from 478); Max value from RGB is 237 - color contains mainly: red. Hex color #ED846D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED846D is #127B92. Grayscale: #A0A0A0. Windows color (decimal): -1211283 or 7177453. OLE color: 7177453.

HSL color Cylindrical-coordinate representation of color #ED846D: hue angle of 10.78º 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 #ED846D is Cyan = 0, Magento = 0.44, Yellow = 0.54 and Black (K on CMYK) = 0.07.

Color convert

RGB237132109-
CMYK00.440.540.07
HSL10.78º78.05%67.84%-
HSV(B)10.78º54.01%92.94%-
XYZ45.9435.6118.92-
YUV160.7798.79182.37-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 49.58%
GREEN value IS 132 (51.95% from 255) = 27.62%
BLUE value IS 109 (42.97% from 255) = 22.80%
R=49.58%
G=27.62%
B=22.80%

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
Decimal23713210900.440.540.0710.7878.0567.84
HexED846D02C367b4e44
Octal35520415505466713116104
Binary111011011000010011011010101100110110111101110011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED846D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED846D; }

 p { color: rgb(237,132,109); }

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

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

 a { background-color: rgb(237,132,109); }

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

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

 span { border-color: rgb(237,132,109); }

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