Html Css Color HEX #EDA17C Dark Salmon

📋 copy color: '#EDA17C'

red 237 ◦ green 161 ◦ blue 124

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

Shades of Dark Salmon #EDA17C

Tints of Dark Salmon #EDA17C

RGB

 RED value IS 237 (92.97% from 255) = 45.4%

 GREEN value IS 161 (63.28% from 255) = 30.84%

 BLUE value IS 124 (48.83% from 255) = 23.75%

R = 45.4%
G = 30.84%
B = 23.75%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.48

 K value IS 0.07

RGB Variations

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

Color information

#EDA17C (or 0xEDA17C) is known color: Dark Salmon. HEX triplet: ED, A1 and 7C. RGB value is (237,161,124). Sum of RGB (Red+Green+Blue) = 237+161+124=522 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.40% from 522); Green value is 161 (63.28% from 255 or 30.84% from 522); Blue value is 124 (48.83% from 255 or 23.75% from 522); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA17C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA17C is #125E83. Grayscale: #B3B3B3. Windows color (decimal): -1203844 or 8167917. OLE color: 8167917.

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

Color convert

RGB 237 161 124 -
CMYK 0 0.32 0.48 0.07
HSL 19.65º 0.76% 0.71% -
HSV(B) 19.65º 0.48% 0.93% -
XYZ 51.31 44.95 25.04 -
YUV 179.51 96.68 169.01 -
System Red Green Blue C M Y K H S L
Decimal 237 161 124 0 0.32 0.48 0.07 19.65 0.76 0.71
Hex ED A1 7C 0 20 30 7 14 4C 47
Octal 355 241 174 0 40 60 7 24 114 107
Binary 11101101 10100001 1111100 0 100000 110000 111 10100 1001100 1000111

Color Harmonies of #EDA17C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA17C

Black with #EDA17C

Text Example


Text Example

White with #EDA17C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA17C; }

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

 H1.HeaderClassName
 {
   color: #EDA17C;
 }
 .AnyTagClassName
 {
   color: #EDA17C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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