Html Css Color HEX #EC8C6F Dark Salmon

📋 copy color: '#EC8C6F'

red 236 ◦ green 140 ◦ blue 111

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

Shades of Dark Salmon #EC8C6F

Tints of Dark Salmon #EC8C6F

RGB

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

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

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

R = 48.46%
G = 28.75%
B = 22.79%

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

#EC8C6F (or 0xEC8C6F) is known color: Dark Salmon. HEX triplet: EC, 8C and 6F. RGB value is (236,140,111). Sum of RGB (Red+Green+Blue) = 236+140+111=487 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.46% from 487); Green value is 140 (55.08% from 255 or 28.75% from 487); Blue value is 111 (43.75% from 255 or 22.79% from 487); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8C6F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8C6F is #137390. Grayscale: #A5A5A5. Windows color (decimal): -1274769 or 7310572. OLE color: 7310572.

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

Color convert

RGB 236 140 111 -
CMYK 0 0.41 0.53 0.07
HSL 13.92º 0.77% 0.68% -
HSV(B) 13.92º 0.53% 0.93% -
XYZ 46.84 37.74 19.85 -
YUV 165.4 97.3 178.36 -
System Red Green Blue C M Y K H S L
Decimal 236 140 111 0 0.41 0.53 0.07 13.92 0.77 0.68
Hex EC 8C 6F 0 29 35 7 E 4D 44
Octal 354 214 157 0 51 65 7 16 115 104
Binary 11101100 10001100 1101111 0 101001 110101 111 1110 1001101 1000100

Color Harmonies of #EC8C6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8C6F

Black with #EC8C6F

Text Example


Text Example

White with #EC8C6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8C6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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