Html Css Color HEX #ED9C70 Dark Salmon

📋 copy color: '#ED9C70'

red 237 ◦ green 156 ◦ blue 112

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

Shades of Dark Salmon #ED9C70

Tints of Dark Salmon #ED9C70

RGB

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

 GREEN value IS 156 (61.33% from 255) = 30.89%

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

R = 46.93%
G = 30.89%
B = 22.18%

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

#ED9C70 (or 0xED9C70) is known color: Dark Salmon. HEX triplet: ED, 9C and 70. RGB value is (237,156,112). Sum of RGB (Red+Green+Blue) = 237+156+112=505 (66% of max value = 765). Red value is 237 (92.97% from 255 or 46.93% from 505); Green value is 156 (61.33% from 255 or 30.89% from 505); Blue value is 112 (44.14% from 255 or 22.18% from 505); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9C70 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED9C70 is #12638F. Grayscale: #AFAFAF. Windows color (decimal): -1205136 or 7380205. OLE color: 7380205.

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

Color convert

RGB 237 156 112 -
CMYK 0 0.34 0.53 0.07
HSL 21.12º 0.78% 0.68% -
HSV(B) 21.12º 0.53% 0.93% -
XYZ 49.74 42.95 21 -
YUV 175.2 92.34 172.08 -
System Red Green Blue C M Y K H S L
Decimal 237 156 112 0 0.34 0.53 0.07 21.12 0.78 0.68
Hex ED 9C 70 0 22 35 7 15 4E 44
Octal 355 234 160 0 42 65 7 25 116 104
Binary 11101101 10011100 1110000 0 100010 110101 111 10101 1001110 1000100

Color Harmonies of #ED9C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9C70

Black with #ED9C70

Text Example


Text Example

White with #ED9C70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9C70; }

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

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

background-color css

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

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

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

border-color css

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

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

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