Html Css Color HEX #E5956E Dark Salmon

📋 copy color: '#E5956E'

red 229 ◦ green 149 ◦ blue 110

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

Shades of Dark Salmon #E5956E

Tints of Dark Salmon #E5956E

RGB

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

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

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

R = 46.93%
G = 30.53%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.52

 K value IS 0.10

RGB Variations

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

Color information

#E5956E (or 0xE5956E) is known color: Dark Salmon. HEX triplet: E5, 95 and 6E. RGB value is (229,149,110). Sum of RGB (Red+Green+Blue) = 229+149+110=488 (64% of max value = 765). Red value is 229 (89.84% from 255 or 46.93% from 488); Green value is 149 (58.59% from 255 or 30.53% from 488); Blue value is 110 (43.36% from 255 or 22.54% from 488); Max value from RGB is 229 - color contains mainly: red. Hex color #E5956E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5956E is #1A6A91. Grayscale: #A8A8A8. Windows color (decimal): -1731218 or 7247333. OLE color: 7247333.

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

Color convert

RGB 229 149 110 -
CMYK 0 0.35 0.52 0.10
HSL 19.66º 0.7% 0.66% -
HSV(B) 19.66º 0.52% 0.9% -
XYZ 45.88 39.28 19.92 -
YUV 168.47 95 171.17 -
System Red Green Blue C M Y K H S L
Decimal 229 149 110 0 0.35 0.52 0.10 19.66 0.7 0.66
Hex E5 95 6E 0 23 34 A 14 46 42
Octal 345 225 156 0 43 64 12 24 106 102
Binary 11100101 10010101 1101110 0 100011 110100 1010 10100 1000110 1000010

Color Harmonies of #E5956E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5956E

Black with #E5956E

Text Example


Text Example

White with #E5956E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5956E; }

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

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

background-color css

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

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

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

border-color css

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

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

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