Html Css Color HEX #EC8F6D Dark Salmon

📋 copy color: '#EC8F6D'

red 236 ◦ green 143 ◦ blue 109

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

Shades of Dark Salmon #EC8F6D

Tints of Dark Salmon #EC8F6D

RGB

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

 GREEN value IS 143 (56.25% from 255) = 29.3%

 BLUE value IS 109 (42.97% from 255) = 22.34%

R = 48.36%
G = 29.3%
B = 22.34%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#EC8F6D (or 0xEC8F6D) is known color: Dark Salmon. HEX triplet: EC, 8F and 6D. RGB value is (236,143,109). Sum of RGB (Red+Green+Blue) = 236+143+109=488 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.36% from 488); Green value is 143 (56.25% from 255 or 29.30% from 488); Blue value is 109 (42.97% from 255 or 22.34% from 488); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8F6D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8F6D is #137092. Grayscale: #A7A7A7. Windows color (decimal): -1274003 or 7180268. OLE color: 7180268.

HSL color Cylindrical-coordinate representation of color #EC8F6D: hue angle of 16.06º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EC8F6D is Cyan = 0, Magento = 0.39, Yellow = 0.54 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 143 109 -
CMYK 0 0.39 0.54 0.07
HSL 16.06º 0.77% 0.68% -
HSV(B) 16.06º 0.54% 0.93% -
XYZ 47.17 38.58 19.43 -
YUV 166.93 95.31 177.26 -
System Red Green Blue C M Y K H S L
Decimal 236 143 109 0 0.39 0.54 0.07 16.06 0.77 0.68
Hex EC 8F 6D 0 27 36 7 10 4D 44
Octal 354 217 155 0 47 66 7 20 115 104
Binary 11101100 10001111 1101101 0 100111 110110 111 10000 1001101 1000100

Color Harmonies of #EC8F6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8F6D

Black with #EC8F6D

Text Example


Text Example

White with #EC8F6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8F6D; }

 p { color: rgb(236,143,109); }

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

background-color css

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

 a { background-color: rgb(236,143,109); }

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

border-color css

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

 span { border-color: rgb(236,143,109); }

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