#ED9070

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

Shades of Dark Salmon #ED9070

Tints of Dark Salmon #ED9070

Color information

#ED9070 (or 0xED9070) is unknown color: approx Dark Salmon. HEX triplet: ED, 90 and 70. RGB value is (237,144,112). Sum of RGB (Red+Green+Blue) = 237+144+112=493 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.07% from 493); Green value is 144 (56.64% from 255 or 29.21% from 493); Blue value is 112 (44.14% from 255 or 22.72% from 493); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9070 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED9070 is #126F8F. Grayscale: #A8A8A8. Windows color (decimal): -1208208 or 7377133. OLE color: 7377133.

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

Color convert

RGB237144112-
CMYK00.390.530.07
HSL15.36º77.64%68.43%-
HSV(B)15.36º52.74%92.94%-
XYZ47.8239.1220.36-
YUV168.1696.31177.1-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 48.07%
GREEN value IS 144 (56.64% from 255) = 29.21%
BLUE value IS 112 (44.14% from 255) = 22.72%
R=48.07%
G=29.21%
B=22.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.53
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23714411200.390.530.0715.3677.6468.43
HexED9070027357f4e44
Octal35522016004765717116104
Binary111011011001000011100000100111110101111111110011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED9070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED9070; }

 p { color: rgb(237,144,112); }

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

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

 a { background-color: rgb(237,144,112); }

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

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

 span { border-color: rgb(237,144,112); }

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