Html Css Color HEX #EC987B Dark Salmon

📋 copy color: '#EC987B'

red 236 ◦ green 152 ◦ blue 123

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

Shades of Dark Salmon #EC987B

Tints of Dark Salmon #EC987B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 24.07%

R = 46.18%
G = 29.75%
B = 24.07%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.48

 K value IS 0.07

RGB Variations

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

Color information

#EC987B (or 0xEC987B) is known color: Dark Salmon. HEX triplet: EC, 98 and 7B. RGB value is (236,152,123). Sum of RGB (Red+Green+Blue) = 236+152+123=511 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.18% from 511); Green value is 152 (59.77% from 255 or 29.75% from 511); Blue value is 123 (48.44% from 255 or 24.07% from 511); Max value from RGB is 236 - color contains mainly: red. Hex color #EC987B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC987B is #136784. Grayscale: #AEAEAE. Windows color (decimal): -1271685 or 8100076. OLE color: 8100076.

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

Color convert

RGB 236 152 123 -
CMYK 0 0.36 0.48 0.07
HSL 15.4º 0.75% 0.7% -
HSV(B) 15.4º 0.48% 0.93% -
XYZ 49.4 41.72 24.19 -
YUV 173.81 99.33 172.36 -
System Red Green Blue C M Y K H S L
Decimal 236 152 123 0 0.36 0.48 0.07 15.4 0.75 0.7
Hex EC 98 7B 0 24 30 7 F 4B 46
Octal 354 230 173 0 44 60 7 17 113 106
Binary 11101100 10011000 1111011 0 100100 110000 111 1111 1001011 1000110

Color Harmonies of #EC987B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC987B

Black with #EC987B

Text Example


Text Example

White with #EC987B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC987B; }

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

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

background-color css

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

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

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

border-color css

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

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

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