Html Css Color HEX #EC8D70 Dark Salmon

📋 copy color: '#EC8D70'

red 236 ◦ green 141 ◦ blue 112

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

Shades of Dark Salmon #EC8D70

Tints of Dark Salmon #EC8D70

RGB

 RED value IS 236 (92.58% from 255) = 48.26%

 GREEN value IS 141 (55.47% from 255) = 28.83%

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

R = 48.26%
G = 28.83%
B = 22.9%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EC8D70 (or 0xEC8D70) is known color: Dark Salmon. HEX triplet: EC, 8D and 70. RGB value is (236,141,112). Sum of RGB (Red+Green+Blue) = 236+141+112=489 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.26% from 489); Green value is 141 (55.47% from 255 or 28.83% from 489); Blue value is 112 (44.14% from 255 or 22.90% from 489); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8D70 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8D70 is #13728F. Grayscale: #A6A6A6. Windows color (decimal): -1274512 or 7376364. OLE color: 7376364.

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

Color convert

RGB 236 141 112 -
CMYK 0 0.40 0.53 0.07
HSL 14.03º 0.77% 0.68% -
HSV(B) 14.03º 0.53% 0.93% -
XYZ 47.04 38.05 20.19 -
YUV 166.1 97.47 177.86 -
System Red Green Blue C M Y K H S L
Decimal 236 141 112 0 0.40 0.53 0.07 14.03 0.77 0.68
Hex EC 8D 70 0 28 35 7 E 4D 44
Octal 354 215 160 0 50 65 7 16 115 104
Binary 11101100 10001101 1110000 0 101000 110101 111 1110 1001101 1000100

Color Harmonies of #EC8D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8D70

Black with #EC8D70

Text Example


Text Example

White with #EC8D70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8D70; }

 p { color: rgb(236,141,112); }

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

background-color css

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

 a { background-color: rgb(236,141,112); }

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

border-color css

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

 span { border-color: rgb(236,141,112); }

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