#ED9A71

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

Shades of Dark Salmon #ED9A71

Tints of Dark Salmon #ED9A71

Color information

#ED9A71 (or 0xED9A71) is unknown color: approx Dark Salmon. HEX triplet: ED, 9A and 71. RGB value is (237,154,113). Sum of RGB (Red+Green+Blue) = 237+154+113=504 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.02% from 504); Green value is 154 (60.55% from 255 or 30.56% from 504); Blue value is 113 (44.53% from 255 or 22.42% from 504); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9A71 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED9A71 is #12658E. Grayscale: #AEAEAE. Windows color (decimal): -1205647 or 7445229. OLE color: 7445229.

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

Color convert

RGB237154113-
CMYK00.350.520.07
HSL19.84º77.5%68.63%-
HSV(B)19.84º52.32%92.94%-
XYZ49.4642.3121.18-
YUV174.1493.5172.83-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 47.02%
GREEN value IS 154 (60.55% from 255) = 30.56%
BLUE value IS 113 (44.53% from 255) = 22.42%
R=47.02%
G=30.56%
B=22.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.52
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23715411300.350.520.0719.8477.568.63
HexED9A71023347144e45
Octal35523216104364724116105
Binary1110110110011010111000101000111101001111010010011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED9A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED9A71; }

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

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

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

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

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

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

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

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