Html Css Color HEX #EDA07D Dark Salmon

📋 copy color: '#EDA07D'

red 237 ◦ green 160 ◦ blue 125

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

Shades of Dark Salmon #EDA07D

Tints of Dark Salmon #EDA07D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 23.95%

R = 45.4%
G = 30.65%
B = 23.95%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#EDA07D (or 0xEDA07D) is known color: Dark Salmon. HEX triplet: ED, A0 and 7D. RGB value is (237,160,125). Sum of RGB (Red+Green+Blue) = 237+160+125=522 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.40% from 522); Green value is 160 (62.89% from 255 or 30.65% from 522); Blue value is 125 (49.22% from 255 or 23.95% from 522); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA07D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA07D is #125F82. Grayscale: #B3B3B3. Windows color (decimal): -1204099 or 8233197. OLE color: 8233197.

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

Color convert

RGB 237 160 125 -
CMYK 0 0.32 0.47 0.07
HSL 18.75º 0.76% 0.71% -
HSV(B) 18.75º 0.47% 0.93% -
XYZ 51.2 44.63 25.32 -
YUV 179.03 97.51 169.35 -
System Red Green Blue C M Y K H S L
Decimal 237 160 125 0 0.32 0.47 0.07 18.75 0.76 0.71
Hex ED A0 7D 0 20 2F 7 13 4C 47
Octal 355 240 175 0 40 57 7 23 114 107
Binary 11101101 10100000 1111101 0 100000 101111 111 10011 1001100 1000111

Color Harmonies of #EDA07D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA07D

Black with #EDA07D

Text Example


Text Example

White with #EDA07D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA07D; }

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

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

background-color css

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

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

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

border-color css

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

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

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