Html Css Color HEX #EC937F Dark Salmon

📋 copy color: '#EC937F'

red 236 ◦ green 147 ◦ blue 127

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

Shades of Dark Salmon #EC937F

Tints of Dark Salmon #EC937F

RGB

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

 GREEN value IS 147 (57.81% from 255) = 28.82%

 BLUE value IS 127 (50% from 255) = 24.9%

R = 46.27%
G = 28.82%
B = 24.9%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#EC937F (or 0xEC937F) is known color: Dark Salmon. HEX triplet: EC, 93 and 7F. RGB value is (236,147,127). Sum of RGB (Red+Green+Blue) = 236+147+127=510 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.27% from 510); Green value is 147 (57.81% from 255 or 28.82% from 510); Blue value is 127 (50% from 255 or 24.90% from 510); Max value from RGB is 236 - color contains mainly: red. Hex color #EC937F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC937F is #136C80. Grayscale: #ABABAB. Windows color (decimal): -1272961 or 8360940. OLE color: 8360940.

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

Color convert

RGB 236 147 127 -
CMYK 0 0.38 0.46 0.07
HSL 11.01º 0.74% 0.71% -
HSV(B) 11.01º 0.46% 0.93% -
XYZ 48.86 40.23 25.27 -
YUV 171.33 102.99 174.13 -
System Red Green Blue C M Y K H S L
Decimal 236 147 127 0 0.38 0.46 0.07 11.01 0.74 0.71
Hex EC 93 7F 0 26 2E 7 B 4A 47
Octal 354 223 177 0 46 56 7 13 112 107
Binary 11101100 10010011 1111111 0 100110 101110 111 1011 1001010 1000111

Color Harmonies of #EC937F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC937F

Black with #EC937F

Text Example


Text Example

White with #EC937F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC937F; }

 p { color: rgb(236,147,127); }

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

background-color css

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

 a { background-color: rgb(236,147,127); }

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

border-color css

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

 span { border-color: rgb(236,147,127); }

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