#EDA175

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

Shades of Dark Salmon #EDA175

Tints of Dark Salmon #EDA175

Color information

#EDA175 (or 0xEDA175) is unknown color: approx Dark Salmon. HEX triplet: ED, A1 and 75. RGB value is (237,161,117). Sum of RGB (Red+Green+Blue) = 237+161+117=515 (68% of max value = 765). Red value is 237 (92.97% from 255 or 46.02% from 515); Green value is 161 (63.28% from 255 or 31.26% from 515); Blue value is 117 (46.09% from 255 or 22.72% from 515); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA175 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA175 is #125E8A. Grayscale: #B2B2B2. Windows color (decimal): -1203851 or 7709165. OLE color: 7709165.

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

Color convert

RGB237161117-
CMYK00.320.510.07
HSL22º76.92%69.41%-
HSV(B)22º50.63%92.94%-
XYZ50.8844.7822.79-
YUV178.7193.18169.58-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 46.02%
GREEN value IS 161 (63.28% from 255) = 31.26%
BLUE value IS 117 (46.09% from 255) = 22.72%
R=46.02%
G=31.26%
B=22.72%

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
Decimal23716111700.320.510.072276.9269.41
HexEDA175020337164d45
Octal35524116504063726115105
Binary1110110110100001111010101000001100111111011010011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA175; }

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

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

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

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

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

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

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

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