Html Css Color HEX #EC8D6C Dark Salmon

📋 copy color: '#EC8D6C'

red 236 ◦ green 141 ◦ blue 108

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

Shades of Dark Salmon #EC8D6C

Tints of Dark Salmon #EC8D6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 22.27%

R = 48.66%
G = 29.07%
B = 22.27%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#EC8D6C (or 0xEC8D6C) is known color: Dark Salmon. HEX triplet: EC, 8D and 6C. RGB value is (236,141,108). Sum of RGB (Red+Green+Blue) = 236+141+108=485 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.66% from 485); Green value is 141 (55.47% from 255 or 29.07% from 485); Blue value is 108 (42.58% from 255 or 22.27% from 485); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8D6C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8D6C is #137293. Grayscale: #A5A5A5. Windows color (decimal): -1274516 or 7114220. OLE color: 7114220.

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

Color convert

RGB 236 141 108 -
CMYK 0 0.40 0.54 0.07
HSL 15.47º 0.77% 0.67% -
HSV(B) 15.47º 0.54% 0.93% -
XYZ 46.82 37.97 19.05 -
YUV 165.64 95.47 178.18 -
System Red Green Blue C M Y K H S L
Decimal 236 141 108 0 0.40 0.54 0.07 15.47 0.77 0.67
Hex EC 8D 6C 0 28 36 7 F 4D 43
Octal 354 215 154 0 50 66 7 17 115 103
Binary 11101100 10001101 1101100 0 101000 110110 111 1111 1001101 1000011

Color Harmonies of #EC8D6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8D6C

Black with #EC8D6C

Text Example


Text Example

White with #EC8D6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8D6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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