#ED8775

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

Shades of Salmon #ED8775

Tints of Salmon #ED8775

Color information

#ED8775 (or 0xED8775) is unknown color: approx Salmon. HEX triplet: ED, 87 and 75. RGB value is (237,135,117). Sum of RGB (Red+Green+Blue) = 237+135+117=489 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.47% from 489); Green value is 135 (53.12% from 255 or 27.61% from 489); Blue value is 117 (46.09% from 255 or 23.93% from 489); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8775 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED8775 is #12788A. Grayscale: #A3A3A3. Windows color (decimal): -1210507 or 7702509. OLE color: 7702509.

HSL color Cylindrical-coordinate representation of color #ED8775: hue angle of 9º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ED8775 is Cyan = 0, Magento = 0.43, Yellow = 0.51 and Black (K on CMYK) = 0.07.

Color convert

RGB237135117-
CMYK00.430.510.07
HSL76.92%69.41%-
HSV(B)50.63%92.94%-
XYZ46.836.6221.43-
YUV163.45101.79180.46-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 48.47%
GREEN value IS 135 (53.12% from 255) = 27.61%
BLUE value IS 117 (46.09% from 255) = 23.93%
R=48.47%
G=27.61%
B=23.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.51
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23713511700.430.510.07976.9269.41
HexED877502B33794d45
Octal35520716505363711115105
Binary111011011000011111101010101011110011111100110011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED8775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED8775; }

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

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

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

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

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

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

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

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