#ED9976

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

Shades of Dark Salmon #ED9976

Tints of Dark Salmon #ED9976

Color information

#ED9976 (or 0xED9976) is unknown color: approx Dark Salmon. HEX triplet: ED, 99 and 76. RGB value is (237,153,118). Sum of RGB (Red+Green+Blue) = 237+153+118=508 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.65% from 508); Green value is 153 (60.16% from 255 or 30.12% from 508); Blue value is 118 (46.48% from 255 or 23.23% from 508); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9976 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED9976 is #126689. Grayscale: #AEAEAE. Windows color (decimal): -1205898 or 7772653. OLE color: 7772653.

HSL color Cylindrical-coordinate representation of color #ED9976: hue angle of 17.65º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ED9976 is Cyan = 0, Magento = 0.35, Yellow = 0.50 and Black (K on CMYK) = 0.07.

Color convert

RGB237153118-
CMYK00.350.500.07
HSL17.65º76.77%69.61%-
HSV(B)17.65º50.21%92.94%-
XYZ49.5942.0922.65-
YUV174.1396.33172.85-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 46.65%
GREEN value IS 153 (60.16% from 255) = 30.12%
BLUE value IS 118 (46.48% from 255) = 23.23%
R=46.65%
G=30.12%
B=23.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.50
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23715311800.350.500.0717.6576.7769.61
HexED9976023327124d46
Octal35523116604362722115106
Binary1110110110011001111011001000111100101111001010011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED9976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED9976; }

 p { color: rgb(237,153,118); }

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

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

 a { background-color: rgb(237,153,118); }

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

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

 span { border-color: rgb(237,153,118); }

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