Html Css Color HEX #EC9D75 Dark Salmon

📋 copy color: '#EC9D75'

red 236 ◦ green 157 ◦ blue 117

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

Shades of Dark Salmon #EC9D75

Tints of Dark Salmon #EC9D75

RGB

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

 GREEN value IS 157 (61.72% from 255) = 30.78%

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

R = 46.27%
G = 30.78%
B = 22.94%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#EC9D75 (or 0xEC9D75) is known color: Dark Salmon. HEX triplet: EC, 9D and 75. RGB value is (236,157,117). Sum of RGB (Red+Green+Blue) = 236+157+117=510 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.27% from 510); Green value is 157 (61.72% from 255 or 30.78% from 510); Blue value is 117 (46.09% from 255 or 22.94% from 510); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9D75 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC9D75 is #13628A. Grayscale: #B0B0B0. Windows color (decimal): -1270411 or 7708140. OLE color: 7708140.

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

Color convert

RGB 236 157 117 -
CMYK 0 0.33 0.50 0.07
HSL 20.17º 0.76% 0.69% -
HSV(B) 20.17º 0.5% 0.93% -
XYZ 49.86 43.23 22.55 -
YUV 176.06 94.67 170.75 -
System Red Green Blue C M Y K H S L
Decimal 236 157 117 0 0.33 0.50 0.07 20.17 0.76 0.69
Hex EC 9D 75 0 21 32 7 14 4C 45
Octal 354 235 165 0 41 62 7 24 114 105
Binary 11101100 10011101 1110101 0 100001 110010 111 10100 1001100 1000101

Color Harmonies of #EC9D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9D75

Black with #EC9D75

Text Example


Text Example

White with #EC9D75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9D75; }

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

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

background-color css

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

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

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

border-color css

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

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

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