Html Css Color HEX #E6986C Dark Salmon

📋 copy color: '#E6986C'

red 230 ◦ green 152 ◦ blue 108

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

Shades of Dark Salmon #E6986C

Tints of Dark Salmon #E6986C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 22.04%

R = 46.94%
G = 31.02%
B = 22.04%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.53

 K value IS 0.10

RGB Variations

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

Color information

#E6986C (or 0xE6986C) is known color: Dark Salmon. HEX triplet: E6, 98 and 6C. RGB value is (230,152,108). Sum of RGB (Red+Green+Blue) = 230+152+108=490 (64% of max value = 765). Red value is 230 (90.23% from 255 or 46.94% from 490); Green value is 152 (59.77% from 255 or 31.02% from 490); Blue value is 108 (42.58% from 255 or 22.04% from 490); Max value from RGB is 230 - color contains mainly: red. Hex color #E6986C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6986C is #196793. Grayscale: #AAAAAA. Windows color (decimal): -1664916 or 7117030. OLE color: 7117030.

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

Color convert

RGB 230 152 108 -
CMYK 0 0.34 0.53 0.10
HSL 21.64º 0.71% 0.66% -
HSV(B) 21.64º 0.53% 0.9% -
XYZ 46.57 40.36 19.52 -
YUV 170.31 92.84 170.58 -
System Red Green Blue C M Y K H S L
Decimal 230 152 108 0 0.34 0.53 0.10 21.64 0.71 0.66
Hex E6 98 6C 0 22 35 A 16 47 42
Octal 346 230 154 0 42 65 12 26 107 102
Binary 11100110 10011000 1101100 0 100010 110101 1010 10110 1000111 1000010

Color Harmonies of #E6986C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6986C

Black with #E6986C

Text Example


Text Example

White with #E6986C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6986C; }

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

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

background-color css

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

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

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

border-color css

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

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

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