Html Css Color HEX #EDA07C Dark Salmon

📋 copy color: '#EDA07C'

red 237 ◦ green 160 ◦ blue 124

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

Shades of Dark Salmon #EDA07C

Tints of Dark Salmon #EDA07C

RGB

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

 GREEN value IS 160 (62.89% from 255) = 30.71%

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

R = 45.49%
G = 30.71%
B = 23.8%

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

#EDA07C (or 0xEDA07C) is known color: Dark Salmon. HEX triplet: ED, A0 and 7C. RGB value is (237,160,124). Sum of RGB (Red+Green+Blue) = 237+160+124=521 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.49% from 521); Green value is 160 (62.89% from 255 or 30.71% from 521); Blue value is 124 (48.83% from 255 or 23.80% from 521); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA07C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA07C is #125F83. Grayscale: #B3B3B3. Windows color (decimal): -1204100 or 8167661. OLE color: 8167661.

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

Color convert

RGB 237 160 124 -
CMYK 0 0.32 0.48 0.07
HSL 19.12º 0.76% 0.71% -
HSV(B) 19.12º 0.48% 0.93% -
XYZ 51.13 44.6 24.98 -
YUV 178.92 97.01 169.43 -
System Red Green Blue C M Y K H S L
Decimal 237 160 124 0 0.32 0.48 0.07 19.12 0.76 0.71
Hex ED A0 7C 0 20 30 7 13 4C 47
Octal 355 240 174 0 40 60 7 23 114 107
Binary 11101101 10100000 1111100 0 100000 110000 111 10011 1001100 1000111

Color Harmonies of #EDA07C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA07C

Black with #EDA07C

Text Example


Text Example

White with #EDA07C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA07C; }

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

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

background-color css

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

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

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

border-color css

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

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

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