Html Css Color HEX #E5986D Dark Salmon

📋 copy color: '#E5986D'

red 229 ◦ green 152 ◦ blue 109

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

Shades of Dark Salmon #E5986D

Tints of Dark Salmon #E5986D

RGB

 RED value IS 229 (89.84% from 255) = 46.73%

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

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

R = 46.73%
G = 31.02%
B = 22.24%

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

#E5986D (or 0xE5986D) is known color: Dark Salmon. HEX triplet: E5, 98 and 6D. RGB value is (229,152,109). Sum of RGB (Red+Green+Blue) = 229+152+109=490 (64% of max value = 765). Red value is 229 (89.84% from 255 or 46.73% from 490); Green value is 152 (59.77% from 255 or 31.02% from 490); Blue value is 109 (42.97% from 255 or 22.24% from 490); Max value from RGB is 229 - color contains mainly: red. Hex color #E5986D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5986D is #1A6792. Grayscale: #AAAAAA. Windows color (decimal): -1730451 or 7182565. OLE color: 7182565.

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

Color convert

RGB 229 152 109 -
CMYK 0 0.34 0.52 0.10
HSL 21.5º 0.7% 0.66% -
HSV(B) 21.5º 0.52% 0.9% -
XYZ 46.3 40.22 19.79 -
YUV 170.12 93.51 170 -
System Red Green Blue C M Y K H S L
Decimal 229 152 109 0 0.34 0.52 0.10 21.5 0.7 0.66
Hex E5 98 6D 0 22 34 A 16 46 42
Octal 345 230 155 0 42 64 12 26 106 102
Binary 11100101 10011000 1101101 0 100010 110100 1010 10110 1000110 1000010

Color Harmonies of #E5986D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5986D

Black with #E5986D

Text Example


Text Example

White with #E5986D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5986D; }

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

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

background-color css

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

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

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

border-color css

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

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

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