Html Css Color HEX #E5956C Dark Salmon

📋 copy color: '#E5956C'

red 229 ◦ green 149 ◦ blue 108

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

Shades of Dark Salmon #E5956C

Tints of Dark Salmon #E5956C

RGB

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

 GREEN value IS 149 (58.59% from 255) = 30.66%

 BLUE value IS 108 (42.58% from 255) = 22.22%

R = 47.12%
G = 30.66%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.53

 K value IS 0.10

RGB Variations

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

Color information

#E5956C (or 0xE5956C) is known color: Dark Salmon. HEX triplet: E5, 95 and 6C. RGB value is (229,149,108). Sum of RGB (Red+Green+Blue) = 229+149+108=486 (64% of max value = 765). Red value is 229 (89.84% from 255 or 47.12% from 486); Green value is 149 (58.59% from 255 or 30.66% from 486); Blue value is 108 (42.58% from 255 or 22.22% from 486); Max value from RGB is 229 - color contains mainly: red. Hex color #E5956C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5956C is #1A6A93. Grayscale: #A8A8A8. Windows color (decimal): -1731220 or 7116261. OLE color: 7116261.

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

Color convert

RGB 229 149 108 -
CMYK 0 0.35 0.53 0.10
HSL 20.33º 0.7% 0.66% -
HSV(B) 20.33º 0.53% 0.9% -
XYZ 45.77 39.24 19.35 -
YUV 168.25 94 171.33 -
System Red Green Blue C M Y K H S L
Decimal 229 149 108 0 0.35 0.53 0.10 20.33 0.7 0.66
Hex E5 95 6C 0 23 35 A 14 46 42
Octal 345 225 154 0 43 65 12 24 106 102
Binary 11100101 10010101 1101100 0 100011 110101 1010 10100 1000110 1000010

Color Harmonies of #E5956C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5956C

Black with #E5956C

Text Example


Text Example

White with #E5956C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5956C; }

 p { color: rgb(229,149,108); }

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

background-color css

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

 a { background-color: rgb(229,149,108); }

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

border-color css

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

 span { border-color: rgb(229,149,108); }

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