Html Css Color HEX #ED9D70 Dark Salmon

📋 copy color: '#ED9D70'

red 237 ◦ green 157 ◦ blue 112

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

Shades of Dark Salmon #ED9D70

Tints of Dark Salmon #ED9D70

RGB

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

 GREEN value IS 157 (61.72% from 255) = 31.03%

 BLUE value IS 112 (44.14% from 255) = 22.13%

R = 46.84%
G = 31.03%
B = 22.13%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#ED9D70 (or 0xED9D70) is known color: Dark Salmon. HEX triplet: ED, 9D and 70. RGB value is (237,157,112). Sum of RGB (Red+Green+Blue) = 237+157+112=506 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.84% from 506); Green value is 157 (61.72% from 255 or 31.03% from 506); Blue value is 112 (44.14% from 255 or 22.13% from 506); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9D70 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED9D70 is #12628F. Grayscale: #B0B0B0. Windows color (decimal): -1204880 or 7380461. OLE color: 7380461.

HSL color Cylindrical-coordinate representation of color #ED9D70: hue angle of 21.6º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ED9D70 is Cyan = 0, Magento = 0.34, Yellow = 0.53 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 157 112 -
CMYK 0 0.34 0.53 0.07
HSL 21.6º 0.78% 0.68% -
HSV(B) 21.6º 0.53% 0.93% -
XYZ 49.91 43.29 21.05 -
YUV 175.79 92 171.66 -
System Red Green Blue C M Y K H S L
Decimal 237 157 112 0 0.34 0.53 0.07 21.6 0.78 0.68
Hex ED 9D 70 0 22 35 7 16 4E 44
Octal 355 235 160 0 42 65 7 26 116 104
Binary 11101101 10011101 1110000 0 100010 110101 111 10110 1001110 1000100

Color Harmonies of #ED9D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9D70

Black with #ED9D70

Text Example


Text Example

White with #ED9D70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9D70; }

 p { color: rgb(237,157,112); }

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

background-color css

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

 a { background-color: rgb(237,157,112); }

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

border-color css

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

 span { border-color: rgb(237,157,112); }

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