Html Css Color HEX #E6987C Dark Salmon

📋 copy color: '#E6987C'

red 230 ◦ green 152 ◦ blue 124

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

Shades of Dark Salmon #E6987C

Tints of Dark Salmon #E6987C

RGB

 RED value IS 230 (90.23% from 255) = 45.45%

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

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

R = 45.45%
G = 30.04%
B = 24.51%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.46

 K value IS 0.10

RGB Variations

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

Color information

#E6987C (or 0xE6987C) is known color: Dark Salmon. HEX triplet: E6, 98 and 7C. RGB value is (230,152,124). Sum of RGB (Red+Green+Blue) = 230+152+124=506 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.45% from 506); Green value is 152 (59.77% from 255 or 30.04% from 506); Blue value is 124 (48.83% from 255 or 24.51% from 506); Max value from RGB is 230 - color contains mainly: red. Hex color #E6987C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6987C is #196783. Grayscale: #ACACAC. Windows color (decimal): -1664900 or 8165606. OLE color: 8165606.

HSL color Cylindrical-coordinate representation of color #E6987C: hue angle of 15.85º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E6987C is Cyan = 0, Magento = 0.34, Yellow = 0.46 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 152 124 -
CMYK 0 0.34 0.46 0.10
HSL 15.85º 0.68% 0.69% -
HSV(B) 15.85º 0.46% 0.9% -
XYZ 47.5 40.73 24.43 -
YUV 172.13 100.84 169.28 -
System Red Green Blue C M Y K H S L
Decimal 230 152 124 0 0.34 0.46 0.10 15.85 0.68 0.69
Hex E6 98 7C 0 22 2E A 10 44 45
Octal 346 230 174 0 42 56 12 20 104 105
Binary 11100110 10011000 1111100 0 100010 101110 1010 10000 1000100 1000101

Color Harmonies of #E6987C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6987C

Black with #E6987C

Text Example


Text Example

White with #E6987C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6987C; }

 p { color: rgb(230,152,124); }

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

background-color css

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

 a { background-color: rgb(230,152,124); }

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

border-color css

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

 span { border-color: rgb(230,152,124); }

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