#EDA077

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

Shades of Dark Salmon #EDA077

Tints of Dark Salmon #EDA077

Color information

#EDA077 (or 0xEDA077) is unknown color: approx Dark Salmon. HEX triplet: ED, A0 and 77. RGB value is (237,160,119). Sum of RGB (Red+Green+Blue) = 237+160+119=516 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.93% from 516); Green value is 160 (62.89% from 255 or 31.01% from 516); Blue value is 119 (46.88% from 255 or 23.06% from 516); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA077 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA077 is #125F88. Grayscale: #B2B2B2. Windows color (decimal): -1204105 or 7839981. OLE color: 7839981.

HSL color Cylindrical-coordinate representation of color #EDA077: hue angle of 20.85º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EDA077 is Cyan = 0, Magento = 0.32, Yellow = 0.50 and Black (K on CMYK) = 0.07.

Color convert

RGB237160119-
CMYK00.320.500.07
HSL20.85º76.62%69.8%-
HSV(B)20.85º49.79%92.94%-
XYZ50.8344.4823.36-
YUV178.3594.51169.83-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 45.93%
GREEN value IS 160 (62.89% from 255) = 31.01%
BLUE value IS 119 (46.88% from 255) = 23.06%
R=45.93%
G=31.01%
B=23.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.50
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23716011900.320.500.0720.8576.6269.8
HexEDA077020327154d46
Octal35524016704062725115106
Binary1110110110100000111011101000001100101111010110011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA077; }

 p { color: rgb(237,160,119); }

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

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

 a { background-color: rgb(237,160,119); }

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

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

 span { border-color: rgb(237,160,119); }

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