Html Css Color HEX #EDA175 Dark Salmon

📋 copy color: '#EDA175'

red 237 ◦ green 161 ◦ blue 117

#EDA175
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Salmon #EDA175

Tints of Dark Salmon #EDA175

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 value IS 0

 M value IS 0.32

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#EDA175 (or 0xEDA175) is known color: 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

RGB 237 161 117 -
CMYK 0 0.32 0.51 0.07
HSL 22º 0.77% 0.69% -
HSV(B) 22º 0.51% 0.93% -
XYZ 50.88 44.78 22.79 -
YUV 178.71 93.18 169.58 -
System Red Green Blue C M Y K H S L
Decimal 237 161 117 0 0.32 0.51 0.07 22 0.77 0.69
Hex ED A1 75 0 20 33 7 16 4D 45
Octal 355 241 165 0 40 63 7 26 115 105
Binary 11101101 10100001 1110101 0 100000 110011 111 10110 1001101 1000101

Color Harmonies of #EDA175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA175

Black with #EDA175

Text Example


Text Example

White with #EDA175

Text Example


Text Example

HTML Codes & Css Web 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>