Html Css Color HEX #E5986F Dark Salmon

📋 copy color: '#E5986F'

red 229 ◦ green 152 ◦ blue 111

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

Shades of Dark Salmon #E5986F

Tints of Dark Salmon #E5986F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 22.56%

R = 46.54%
G = 30.89%
B = 22.56%

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

#E5986F (or 0xE5986F) is known color: Dark Salmon. HEX triplet: E5, 98 and 6F. RGB value is (229,152,111). Sum of RGB (Red+Green+Blue) = 229+152+111=492 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.54% from 492); Green value is 152 (59.77% from 255 or 30.89% from 492); Blue value is 111 (43.75% from 255 or 22.56% from 492); Max value from RGB is 229 - color contains mainly: red. Hex color #E5986F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5986F is #1A6790. Grayscale: #AAAAAA. Windows color (decimal): -1730449 or 7313637. OLE color: 7313637.

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

Color convert

RGB 229 152 111 -
CMYK 0 0.34 0.52 0.10
HSL 20.85º 0.69% 0.67% -
HSV(B) 20.85º 0.52% 0.9% -
XYZ 46.41 40.26 20.36 -
YUV 170.35 94.51 169.83 -
System Red Green Blue C M Y K H S L
Decimal 229 152 111 0 0.34 0.52 0.10 20.85 0.69 0.67
Hex E5 98 6F 0 22 34 A 15 45 43
Octal 345 230 157 0 42 64 12 25 105 103
Binary 11100101 10011000 1101111 0 100010 110100 1010 10101 1000101 1000011

Color Harmonies of #E5986F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5986F

Black with #E5986F

Text Example


Text Example

White with #E5986F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5986F; }

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

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

background-color css

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

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

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

border-color css

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

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

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