Html Css Color HEX #EC8D76 Dark Salmon

📋 copy color: '#EC8D76'

red 236 ◦ green 141 ◦ blue 118

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

Shades of Dark Salmon #EC8D76

Tints of Dark Salmon #EC8D76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 23.84%

R = 47.68%
G = 28.48%
B = 23.84%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.5

 K value IS 0.07

RGB Variations

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

Color information

#EC8D76 (or 0xEC8D76) is known color: Dark Salmon. HEX triplet: EC, 8D and 76. RGB value is (236,141,118). Sum of RGB (Red+Green+Blue) = 236+141+118=495 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.68% from 495); Green value is 141 (55.47% from 255 or 28.48% from 495); Blue value is 118 (46.48% from 255 or 23.84% from 495); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8D76 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8D76 is #137289. Grayscale: #A6A6A6. Windows color (decimal): -1274506 or 7769580. OLE color: 7769580.

HSL color Cylindrical-coordinate representation of color #EC8D76: hue angle of 11.69º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EC8D76 is Cyan = 0, Magento = 0.40, Yellow = 0.5 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 141 118 -
CMYK 0 0.40 0.5 0.07
HSL 11.69º 0.76% 0.69% -
HSV(B) 11.69º 0.5% 0.93% -
XYZ 47.39 38.19 22.01 -
YUV 166.78 100.47 177.37 -
System Red Green Blue C M Y K H S L
Decimal 236 141 118 0 0.40 0.5 0.07 11.69 0.76 0.69
Hex EC 8D 76 0 28 32 7 C 4C 45
Octal 354 215 166 0 50 62 7 14 114 105
Binary 11101100 10001101 1110110 0 101000 110010 111 1100 1001100 1000101

Color Harmonies of #EC8D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8D76

Black with #EC8D76

Text Example


Text Example

White with #EC8D76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8D76; }

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

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

background-color css

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

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

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

border-color css

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

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

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