Html Css Color HEX #E6986D Dark Salmon

📋 copy color: '#E6986D'

red 230 ◦ green 152 ◦ blue 109

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

Shades of Dark Salmon #E6986D

Tints of Dark Salmon #E6986D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 22.2%

R = 46.84%
G = 30.96%
B = 22.2%

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

#E6986D (or 0xE6986D) is known color: Dark Salmon. HEX triplet: E6, 98 and 6D. RGB value is (230,152,109). Sum of RGB (Red+Green+Blue) = 230+152+109=491 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.84% from 491); Green value is 152 (59.77% from 255 or 30.96% from 491); Blue value is 109 (42.97% from 255 or 22.20% from 491); Max value from RGB is 230 - color contains mainly: red. Hex color #E6986D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6986D is #196792. Grayscale: #AAAAAA. Windows color (decimal): -1664915 or 7182566. OLE color: 7182566.

HSL color Cylindrical-coordinate representation of color #E6986D: hue angle of 21.32º 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 #E6986D is Cyan = 0, Magento = 0.34, Yellow = 0.53 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 152 109 -
CMYK 0 0.34 0.53 0.10
HSL 21.32º 0.71% 0.66% -
HSV(B) 21.32º 0.53% 0.9% -
XYZ 46.62 40.38 19.81 -
YUV 170.42 93.34 170.5 -
System Red Green Blue C M Y K H S L
Decimal 230 152 109 0 0.34 0.53 0.10 21.32 0.71 0.66
Hex E6 98 6D 0 22 35 A 15 47 42
Octal 346 230 155 0 42 65 12 25 107 102
Binary 11100110 10011000 1101101 0 100010 110101 1010 10101 1000111 1000010

Color Harmonies of #E6986D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6986D

Black with #E6986D

Text Example


Text Example

White with #E6986D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6986D; }

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

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

background-color css

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

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

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

border-color css

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

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

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