Html Css Color HEX #E2986D Dark Salmon

📋 copy color: '#E2986D'

red 226 ◦ green 152 ◦ blue 109

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

Shades of Dark Salmon #E2986D

Tints of Dark Salmon #E2986D

RGB

 RED value IS 226 (88.67% from 255) = 46.41%

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

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

R = 46.41%
G = 31.21%
B = 22.38%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.52

 K value IS 0.11

RGB Variations

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

Color information

#E2986D (or 0xE2986D) is known color: Dark Salmon. HEX triplet: E2, 98 and 6D. RGB value is (226,152,109). Sum of RGB (Red+Green+Blue) = 226+152+109=487 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.41% from 487); Green value is 152 (59.77% from 255 or 31.21% from 487); Blue value is 109 (42.97% from 255 or 22.38% from 487); Max value from RGB is 226 - color contains mainly: red. Hex color #E2986D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2986D is #1D6792. Grayscale: #A9A9A9. Windows color (decimal): -1927059 or 7182562. OLE color: 7182562.

HSL color Cylindrical-coordinate representation of color #E2986D: hue angle of 22.05º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E2986D is Cyan = 0, Magento = 0.33, Yellow = 0.52 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 152 109 -
CMYK 0 0.33 0.52 0.11
HSL 22.05º 0.67% 0.66% -
HSV(B) 22.05º 0.52% 0.89% -
XYZ 45.35 39.73 19.75 -
YUV 169.22 94.02 168.5 -
System Red Green Blue C M Y K H S L
Decimal 226 152 109 0 0.33 0.52 0.11 22.05 0.67 0.66
Hex E2 98 6D 0 21 34 B 16 43 42
Octal 342 230 155 0 41 64 13 26 103 102
Binary 11100010 10011000 1101101 0 100001 110100 1011 10110 1000011 1000010

Color Harmonies of #E2986D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2986D

Black with #E2986D

Text Example


Text Example

White with #E2986D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2986D; }

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

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

background-color css

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

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

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

border-color css

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

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

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