#ED8875

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

Shades of Salmon #ED8875

Tints of Salmon #ED8875

Color information

#ED8875 (or 0xED8875) is unknown color: approx Salmon. HEX triplet: ED, 88 and 75. RGB value is (237,136,117). Sum of RGB (Red+Green+Blue) = 237+136+117=490 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.37% from 490); Green value is 136 (53.52% from 255 or 27.76% from 490); Blue value is 117 (46.09% from 255 or 23.88% from 490); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8875 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED8875 is #12778A. Grayscale: #A4A4A4. Windows color (decimal): -1210251 or 7702765. OLE color: 7702765.

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

Color convert

RGB237136117-
CMYK00.430.510.07
HSL9.5º76.92%69.41%-
HSV(B)9.5º50.63%92.94%-
XYZ46.9436.921.48-
YUV164.03101.46180.04-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 48.37%
GREEN value IS 136 (53.52% from 255) = 27.76%
BLUE value IS 117 (46.09% from 255) = 23.88%
R=48.37%
G=27.76%
B=23.88%

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
Decimal23713611700.430.510.079.576.9269.41
HexED887502B337a4d45
Octal35521016505363712115105
Binary111011011000100011101010101011110011111101010011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED8875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED8875; }

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

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

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

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

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

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

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

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