Html Css Color HEX #EC8C70 Dark Salmon

📋 copy color: '#EC8C70'

red 236 ◦ green 140 ◦ blue 112

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

Shades of Dark Salmon #EC8C70

Tints of Dark Salmon #EC8C70

RGB

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

 GREEN value IS 140 (55.08% from 255) = 28.69%

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

R = 48.36%
G = 28.69%
B = 22.95%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EC8C70 (or 0xEC8C70) is known color: Dark Salmon. HEX triplet: EC, 8C and 70. RGB value is (236,140,112). Sum of RGB (Red+Green+Blue) = 236+140+112=488 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.36% from 488); Green value is 140 (55.08% from 255 or 28.69% from 488); Blue value is 112 (44.14% from 255 or 22.95% from 488); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8C70 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8C70 is #13738F. Grayscale: #A5A5A5. Windows color (decimal): -1274768 or 7376108. OLE color: 7376108.

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

Color convert

RGB 236 140 112 -
CMYK 0 0.41 0.53 0.07
HSL 13.55º 0.77% 0.68% -
HSV(B) 13.55º 0.53% 0.93% -
XYZ 46.89 37.76 20.15 -
YUV 165.51 97.8 178.28 -
System Red Green Blue C M Y K H S L
Decimal 236 140 112 0 0.41 0.53 0.07 13.55 0.77 0.68
Hex EC 8C 70 0 29 35 7 E 4D 44
Octal 354 214 160 0 51 65 7 16 115 104
Binary 11101100 10001100 1110000 0 101001 110101 111 1110 1001101 1000100

Color Harmonies of #EC8C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8C70

Black with #EC8C70

Text Example


Text Example

White with #EC8C70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8C70; }

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

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

background-color css

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

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

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

border-color css

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

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

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