Html Css Color HEX #EC8D75 Dark Salmon

📋 copy color: '#EC8D75'

red 236 ◦ green 141 ◦ blue 117

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

Shades of Dark Salmon #EC8D75

Tints of Dark Salmon #EC8D75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 23.68%

R = 47.77%
G = 28.54%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#EC8D75 (or 0xEC8D75) is known color: Dark Salmon. HEX triplet: EC, 8D and 75. RGB value is (236,141,117). Sum of RGB (Red+Green+Blue) = 236+141+117=494 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.77% from 494); Green value is 141 (55.47% from 255 or 28.54% from 494); Blue value is 117 (46.09% from 255 or 23.68% from 494); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8D75 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8D75 is #13728A. Grayscale: #A6A6A6. Windows color (decimal): -1274507 or 7704044. OLE color: 7704044.

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

Color convert

RGB 236 141 117 -
CMYK 0 0.40 0.50 0.07
HSL 12.1º 0.76% 0.69% -
HSV(B) 12.1º 0.5% 0.93% -
XYZ 47.33 38.17 21.7 -
YUV 166.67 99.97 177.45 -
System Red Green Blue C M Y K H S L
Decimal 236 141 117 0 0.40 0.50 0.07 12.1 0.76 0.69
Hex EC 8D 75 0 28 32 7 C 4C 45
Octal 354 215 165 0 50 62 7 14 114 105
Binary 11101100 10001101 1110101 0 101000 110010 111 1100 1001100 1000101

Color Harmonies of #EC8D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8D75

Black with #EC8D75

Text Example


Text Example

White with #EC8D75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8D75; }

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

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

background-color css

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

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

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

border-color css

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

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

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