Html Css Color HEX #EC8B6D Dark Salmon

📋 copy color: '#EC8B6D'

red 236 ◦ green 139 ◦ blue 109

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

Shades of Dark Salmon #EC8B6D

Tints of Dark Salmon #EC8B6D

RGB

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

 GREEN value IS 139 (54.69% from 255) = 28.72%

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

R = 48.76%
G = 28.72%
B = 22.52%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#EC8B6D (or 0xEC8B6D) is known color: Dark Salmon. HEX triplet: EC, 8B and 6D. RGB value is (236,139,109). Sum of RGB (Red+Green+Blue) = 236+139+109=484 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.76% from 484); Green value is 139 (54.69% from 255 or 28.72% from 484); Blue value is 109 (42.97% from 255 or 22.52% from 484); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8B6D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8B6D is #137492. Grayscale: #A4A4A4. Windows color (decimal): -1275027 or 7179244. OLE color: 7179244.

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

Color convert

RGB 236 139 109 -
CMYK 0 0.41 0.54 0.07
HSL 14.17º 0.77% 0.68% -
HSV(B) 14.17º 0.54% 0.93% -
XYZ 46.59 37.4 19.23 -
YUV 164.58 96.64 178.94 -
System Red Green Blue C M Y K H S L
Decimal 236 139 109 0 0.41 0.54 0.07 14.17 0.77 0.68
Hex EC 8B 6D 0 29 36 7 E 4D 44
Octal 354 213 155 0 51 66 7 16 115 104
Binary 11101100 10001011 1101101 0 101001 110110 111 1110 1001101 1000100

Color Harmonies of #EC8B6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8B6D

Black with #EC8B6D

Text Example


Text Example

White with #EC8B6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8B6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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