#ED9A6C

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

Shades of Dark Salmon #ED9A6C

Tints of Dark Salmon #ED9A6C

Color information

#ED9A6C (or 0xED9A6C) is unknown color: approx Dark Salmon. HEX triplet: ED, 9A and 6C. RGB value is (237,154,108). Sum of RGB (Red+Green+Blue) = 237+154+108=499 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.49% from 499); Green value is 154 (60.55% from 255 or 30.86% from 499); Blue value is 108 (42.58% from 255 or 21.64% from 499); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9A6C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED9A6C is #126593. Grayscale: #ADADAD. Windows color (decimal): -1205652 or 7117549. OLE color: 7117549.

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

Color convert

RGB237154108-
CMYK00.350.540.07
HSL21.4º78.18%67.65%-
HSV(B)21.4º54.43%92.94%-
XYZ49.1942.219.74-
YUV173.5791173.24-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 47.49%
GREEN value IS 154 (60.55% from 255) = 30.86%
BLUE value IS 108 (42.58% from 255) = 21.64%
R=47.49%
G=30.86%
B=21.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.54
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23715410800.350.540.0721.478.1867.65
HexED9A6C023367154e44
Octal35523215404366725116104
Binary1110110110011010110110001000111101101111010110011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED9A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED9A6C; }

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

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

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

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

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

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

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

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