Html Css Color HEX #EC987F Dark Salmon

📋 copy color: '#EC987F'

red 236 ◦ green 152 ◦ blue 127

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

Shades of Dark Salmon #EC987F

Tints of Dark Salmon #EC987F

RGB

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

 GREEN value IS 152 (59.77% from 255) = 29.51%

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

R = 45.83%
G = 29.51%
B = 24.66%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#EC987F (or 0xEC987F) is known color: Dark Salmon. HEX triplet: EC, 98 and 7F. RGB value is (236,152,127). Sum of RGB (Red+Green+Blue) = 236+152+127=515 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.83% from 515); Green value is 152 (59.77% from 255 or 29.51% from 515); Blue value is 127 (50% from 255 or 24.66% from 515); Max value from RGB is 236 - color contains mainly: red. Hex color #EC987F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC987F is #136780. Grayscale: #AEAEAE. Windows color (decimal): -1271681 or 8362220. OLE color: 8362220.

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

Color convert

RGB 236 152 127 -
CMYK 0 0.36 0.46 0.07
HSL 13.76º 0.74% 0.71% -
HSV(B) 13.76º 0.46% 0.93% -
XYZ 49.65 41.82 25.53 -
YUV 174.27 101.33 172.03 -
System Red Green Blue C M Y K H S L
Decimal 236 152 127 0 0.36 0.46 0.07 13.76 0.74 0.71
Hex EC 98 7F 0 24 2E 7 E 4A 47
Octal 354 230 177 0 44 56 7 16 112 107
Binary 11101100 10011000 1111111 0 100100 101110 111 1110 1001010 1000111

Color Harmonies of #EC987F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC987F

Black with #EC987F

Text Example


Text Example

White with #EC987F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC987F; }

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

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

background-color css

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

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

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

border-color css

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

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

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