Html Css Color HEX #EC9F7C Dark Salmon

📋 copy color: '#EC9F7C'

red 236 ◦ green 159 ◦ blue 124

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

Shades of Dark Salmon #EC9F7C

Tints of Dark Salmon #EC9F7C

RGB

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

 GREEN value IS 159 (62.5% from 255) = 30.64%

 BLUE value IS 124 (48.83% from 255) = 23.89%

R = 45.47%
G = 30.64%
B = 23.89%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#EC9F7C (or 0xEC9F7C) is known color: Dark Salmon. HEX triplet: EC, 9F and 7C. RGB value is (236,159,124). Sum of RGB (Red+Green+Blue) = 236+159+124=519 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.47% from 519); Green value is 159 (62.5% from 255 or 30.64% from 519); Blue value is 124 (48.83% from 255 or 23.89% from 519); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9F7C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC9F7C is #136083. Grayscale: #B2B2B2. Windows color (decimal): -1269892 or 8167404. OLE color: 8167404.

HSL color Cylindrical-coordinate representation of color #EC9F7C: hue angle of 18.75º degrees, saturation: 0.75, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EC9F7C is Cyan = 0, Magento = 0.33, Yellow = 0.47 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 159 124 -
CMYK 0 0.33 0.47 0.07
HSL 18.75º 0.75% 0.71% -
HSV(B) 18.75º 0.47% 0.93% -
XYZ 50.63 44.08 24.91 -
YUV 178.03 97.51 169.35 -
System Red Green Blue C M Y K H S L
Decimal 236 159 124 0 0.33 0.47 0.07 18.75 0.75 0.71
Hex EC 9F 7C 0 21 2F 7 13 4B 47
Octal 354 237 174 0 41 57 7 23 113 107
Binary 11101100 10011111 1111100 0 100001 101111 111 10011 1001011 1000111

Color Harmonies of #EC9F7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9F7C

Black with #EC9F7C

Text Example


Text Example

White with #EC9F7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9F7C; }

 p { color: rgb(236,159,124); }

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

background-color css

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

 a { background-color: rgb(236,159,124); }

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

border-color css

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

 span { border-color: rgb(236,159,124); }

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