#ED8975

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

Shades of Dark Salmon #ED8975

Tints of Dark Salmon #ED8975

Color information

#ED8975 (or 0xED8975) is unknown color: approx Dark Salmon. HEX triplet: ED, 89 and 75. RGB value is (237,137,117). Sum of RGB (Red+Green+Blue) = 237+137+117=491 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.27% from 491); Green value is 137 (53.91% from 255 or 27.90% from 491); Blue value is 117 (46.09% from 255 or 23.83% from 491); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8975 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED8975 is #12768A. Grayscale: #A4A4A4. Windows color (decimal): -1209995 or 7703021. OLE color: 7703021.

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

Color convert

RGB237137117-
CMYK00.420.510.07
HSL10º76.92%69.41%-
HSV(B)10º50.63%92.94%-
XYZ47.0837.1821.52-
YUV164.62101.13179.63-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 48.27%
GREEN value IS 137 (53.91% from 255) = 27.90%
BLUE value IS 117 (46.09% from 255) = 23.83%
R=48.27%
G=27.90%
B=23.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.51
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23713711700.420.510.071076.9269.41
HexED897502A337a4d45
Octal35521116505263712115105
Binary111011011000100111101010101010110011111101010011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED8975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED8975; }

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

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

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

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

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

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

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

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