#ED876C

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

Shades of Salmon #ED876C

Tints of Salmon #ED876C

Color information

#ED876C (or 0xED876C) is unknown color: approx Salmon. HEX triplet: ED, 87 and 6C. RGB value is (237,135,108). Sum of RGB (Red+Green+Blue) = 237+135+108=480 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.38% from 480); Green value is 135 (53.12% from 255 or 28.12% from 480); Blue value is 108 (42.58% from 255 or 22.5% from 480); Max value from RGB is 237 - color contains mainly: red. Hex color #ED876C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED876C is #127893. Grayscale: #A2A2A2. Windows color (decimal): -1210516 or 7112685. OLE color: 7112685.

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

Color convert

RGB237135108-
CMYK00.430.540.07
HSL12.56º78.18%67.65%-
HSV(B)12.56º54.43%92.94%-
XYZ46.336.4218.78-
YUV162.4297.29181.2-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 49.38%
GREEN value IS 135 (53.12% from 255) = 28.12%
BLUE value IS 108 (42.58% from 255) = 22.5%
R=49.38%
G=28.12%
B=22.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.54
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23713510800.430.540.0712.5678.1867.65
HexED876C02B367d4e44
Octal35520715405366715116104
Binary111011011000011111011000101011110110111110110011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED876C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED876C; }

 p { color: rgb(237,135,108); }

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

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

 a { background-color: rgb(237,135,108); }

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

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

 span { border-color: rgb(237,135,108); }

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