#ED9D6F

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

Shades of Dark Salmon #ED9D6F

Tints of Dark Salmon #ED9D6F

Color information

#ED9D6F (or 0xED9D6F) is unknown color: approx Dark Salmon. HEX triplet: ED, 9D and 6F. RGB value is (237,157,111). Sum of RGB (Red+Green+Blue) = 237+157+111=505 (66% of max value = 765). Red value is 237 (92.97% from 255 or 46.93% from 505); Green value is 157 (61.72% from 255 or 31.09% from 505); Blue value is 111 (43.75% from 255 or 21.98% from 505); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9D6F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED9D6F is #126290. Grayscale: #AFAFAF. Windows color (decimal): -1204881 or 7314925. OLE color: 7314925.

HSL color Cylindrical-coordinate representation of color #ED9D6F: hue angle of 21.9º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ED9D6F is Cyan = 0, Magento = 0.34, Yellow = 0.53 and Black (K on CMYK) = 0.07.

Color convert

RGB237157111-
CMYK00.340.530.07
HSL21.9º77.78%68.24%-
HSV(B)21.9º53.16%92.94%-
XYZ49.8543.2720.76-
YUV175.6891.5171.74-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 46.93%
GREEN value IS 157 (61.72% from 255) = 31.09%
BLUE value IS 111 (43.75% from 255) = 21.98%
R=46.93%
G=31.09%
B=21.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.53
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23715711100.340.530.0721.977.7868.24
HexED9D6F022357164e44
Octal35523515704265726116104
Binary1110110110011101110111101000101101011111011010011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED9D6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED9D6F; }

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

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

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

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

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

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

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

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