Html Css Color HEX #E6986E Dark Salmon

📋 copy color: '#E6986E'

red 230 ◦ green 152 ◦ blue 110

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

Shades of Dark Salmon #E6986E

Tints of Dark Salmon #E6986E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 22.36%

R = 46.75%
G = 30.89%
B = 22.36%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.52

 K value IS 0.10

RGB Variations

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

Color information

#E6986E (or 0xE6986E) is known color: Dark Salmon. HEX triplet: E6, 98 and 6E. RGB value is (230,152,110). Sum of RGB (Red+Green+Blue) = 230+152+110=492 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.75% from 492); Green value is 152 (59.77% from 255 or 30.89% from 492); Blue value is 110 (43.36% from 255 or 22.36% from 492); Max value from RGB is 230 - color contains mainly: red. Hex color #E6986E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6986E is #196791. Grayscale: #AAAAAA. Windows color (decimal): -1664914 or 7248102. OLE color: 7248102.

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

Color convert

RGB 230 152 110 -
CMYK 0 0.34 0.52 0.10
HSL 21º 0.71% 0.67% -
HSV(B) 21º 0.52% 0.9% -
XYZ 46.68 40.41 20.09 -
YUV 170.53 93.84 170.42 -
System Red Green Blue C M Y K H S L
Decimal 230 152 110 0 0.34 0.52 0.10 21 0.71 0.67
Hex E6 98 6E 0 22 34 A 15 47 43
Octal 346 230 156 0 42 64 12 25 107 103
Binary 11100110 10011000 1101110 0 100010 110100 1010 10101 1000111 1000011

Color Harmonies of #E6986E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6986E

Black with #E6986E

Text Example


Text Example

White with #E6986E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6986E; }

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

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

background-color css

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

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

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

border-color css

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

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

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