#ED9D6E

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

Shades of Dark Salmon #ED9D6E

Tints of Dark Salmon #ED9D6E

Color information

#ED9D6E (or 0xED9D6E) is unknown color: approx Dark Salmon. HEX triplet: ED, 9D and 6E. RGB value is (237,157,110). Sum of RGB (Red+Green+Blue) = 237+157+110=504 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.02% from 504); Green value is 157 (61.72% from 255 or 31.15% from 504); Blue value is 110 (43.36% from 255 or 21.83% from 504); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9D6E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED9D6E is #126291. Grayscale: #AFAFAF. Windows color (decimal): -1204882 or 7249389. OLE color: 7249389.

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

Color convert

RGB237157110-
CMYK00.340.540.07
HSL22.2º77.91%68.04%-
HSV(B)22.2º53.59%92.94%-
XYZ49.843.2420.47-
YUV175.5691171.82-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 47.02%
GREEN value IS 157 (61.72% from 255) = 31.15%
BLUE value IS 110 (43.36% from 255) = 21.83%
R=47.02%
G=31.15%
B=21.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.54
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23715711000.340.540.0722.277.9168.04
HexED9D6E022367164e44
Octal35523515604266726116104
Binary1110110110011101110111001000101101101111011010011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED9D6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED9D6E; }

 p { color: rgb(237,157,110); }

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

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

 a { background-color: rgb(237,157,110); }

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

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

 span { border-color: rgb(237,157,110); }

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