#ED9970

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

Shades of Dark Salmon #ED9970

Tints of Dark Salmon #ED9970

Color information

#ED9970 (or 0xED9970) is unknown color: approx Dark Salmon. HEX triplet: ED, 99 and 70. RGB value is (237,153,112). Sum of RGB (Red+Green+Blue) = 237+153+112=502 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.21% from 502); Green value is 153 (60.16% from 255 or 30.48% from 502); Blue value is 112 (44.14% from 255 or 22.31% from 502); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9970 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED9970 is #12668F. Grayscale: #ADADAD. Windows color (decimal): -1205904 or 7379437. OLE color: 7379437.

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

Color convert

RGB237153112-
CMYK00.350.530.07
HSL19.68º77.64%68.43%-
HSV(B)19.68º52.74%92.94%-
XYZ49.2441.9620.83-
YUV173.4493.33173.33-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 47.21%
GREEN value IS 153 (60.16% from 255) = 30.48%
BLUE value IS 112 (44.14% from 255) = 22.31%
R=47.21%
G=30.48%
B=22.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.53
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23715311200.350.530.0719.6877.6468.43
HexED9970023357144e44
Octal35523116004365724116104
Binary1110110110011001111000001000111101011111010010011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED9970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED9970; }

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

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

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

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

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

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

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

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