Html Css Color HEX #EC987E Dark Salmon

📋 copy color: '#EC987E'

red 236 ◦ green 152 ◦ blue 126

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

Shades of Dark Salmon #EC987E

Tints of Dark Salmon #EC987E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 24.51%

R = 45.91%
G = 29.57%
B = 24.51%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#EC987E (or 0xEC987E) is known color: Dark Salmon. HEX triplet: EC, 98 and 7E. RGB value is (236,152,126). Sum of RGB (Red+Green+Blue) = 236+152+126=514 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.91% from 514); Green value is 152 (59.77% from 255 or 29.57% from 514); Blue value is 126 (49.61% from 255 or 24.51% from 514); Max value from RGB is 236 - color contains mainly: red. Hex color #EC987E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC987E is #136781. Grayscale: #AEAEAE. Windows color (decimal): -1271682 or 8296684. OLE color: 8296684.

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

Color convert

RGB 236 152 126 -
CMYK 0 0.36 0.47 0.07
HSL 14.18º 0.74% 0.71% -
HSV(B) 14.18º 0.47% 0.93% -
XYZ 49.59 41.8 25.19 -
YUV 174.15 100.83 172.11 -
System Red Green Blue C M Y K H S L
Decimal 236 152 126 0 0.36 0.47 0.07 14.18 0.74 0.71
Hex EC 98 7E 0 24 2F 7 E 4A 47
Octal 354 230 176 0 44 57 7 16 112 107
Binary 11101100 10011000 1111110 0 100100 101111 111 1110 1001010 1000111

Color Harmonies of #EC987E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC987E

Black with #EC987E

Text Example


Text Example

White with #EC987E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC987E; }

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

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

background-color css

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

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

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

border-color css

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

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

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