#EDA075

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

Shades of Dark Salmon #EDA075

Tints of Dark Salmon #EDA075

Color information

#EDA075 (or 0xEDA075) is unknown color: approx Dark Salmon. HEX triplet: ED, A0 and 75. RGB value is (237,160,117). Sum of RGB (Red+Green+Blue) = 237+160+117=514 (68% of max value = 765). Red value is 237 (92.97% from 255 or 46.11% from 514); Green value is 160 (62.89% from 255 or 31.13% from 514); Blue value is 117 (46.09% from 255 or 22.76% from 514); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA075 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA075 is #125F8A. Grayscale: #B2B2B2. Windows color (decimal): -1204107 or 7708909. OLE color: 7708909.

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

Color convert

RGB237160117-
CMYK00.320.510.07
HSL21.5º76.92%69.41%-
HSV(B)21.5º50.63%92.94%-
XYZ50.7144.4322.73-
YUV178.1293.51170-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 46.11%
GREEN value IS 160 (62.89% from 255) = 31.13%
BLUE value IS 117 (46.09% from 255) = 22.76%
R=46.11%
G=31.13%
B=22.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.51
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23716011700.320.510.0721.576.9269.41
HexEDA075020337164d45
Octal35524016504063726115105
Binary1110110110100000111010101000001100111111011010011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA075; }

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

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

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

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

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

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

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

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