Html Css Color HEX #EC8D6F Dark Salmon

📋 copy color: '#EC8D6F'

red 236 ◦ green 141 ◦ blue 111

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

Shades of Dark Salmon #EC8D6F

Tints of Dark Salmon #EC8D6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 22.75%

R = 48.36%
G = 28.89%
B = 22.75%

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

#EC8D6F (or 0xEC8D6F) is known color: Dark Salmon. HEX triplet: EC, 8D and 6F. RGB value is (236,141,111). Sum of RGB (Red+Green+Blue) = 236+141+111=488 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.36% from 488); Green value is 141 (55.47% from 255 or 28.89% from 488); Blue value is 111 (43.75% from 255 or 22.75% from 488); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8D6F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8D6F is #137290. Grayscale: #A6A6A6. Windows color (decimal): -1274513 or 7310828. OLE color: 7310828.

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

Color convert

RGB 236 141 111 -
CMYK 0 0.40 0.53 0.07
HSL 14.4º 0.77% 0.68% -
HSV(B) 14.4º 0.53% 0.93% -
XYZ 46.99 38.03 19.9 -
YUV 165.99 96.97 177.94 -
System Red Green Blue C M Y K H S L
Decimal 236 141 111 0 0.40 0.53 0.07 14.4 0.77 0.68
Hex EC 8D 6F 0 28 35 7 E 4D 44
Octal 354 215 157 0 50 65 7 16 115 104
Binary 11101100 10001101 1101111 0 101000 110101 111 1110 1001101 1000100

Color Harmonies of #EC8D6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8D6F

Black with #EC8D6F

Text Example


Text Example

White with #EC8D6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8D6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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