Html Css Color HEX #E0957D Dark Salmon

📋 copy color: '#E0957D'

red 224 ◦ green 149 ◦ blue 125

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

Shades of Dark Salmon #E0957D

Tints of Dark Salmon #E0957D

RGB

 RED value IS 224 (87.89% from 255) = 44.98%

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

 BLUE value IS 125 (49.22% from 255) = 25.1%

R = 44.98%
G = 29.92%
B = 25.1%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.44

 K value IS 0.12

RGB Variations

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

Color information

#E0957D (or 0xE0957D) is known color: Dark Salmon. HEX triplet: E0, 95 and 7D. RGB value is (224,149,125). Sum of RGB (Red+Green+Blue) = 224+149+125=498 (65% of max value = 765). Red value is 224 (87.89% from 255 or 44.98% from 498); Green value is 149 (58.59% from 255 or 29.92% from 498); Blue value is 125 (49.22% from 255 or 25.10% from 498); Max value from RGB is 224 - color contains mainly: red. Hex color #E0957D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E0957D is #1F6A82. Grayscale: #A8A8A8. Windows color (decimal): -2058883 or 8230368. OLE color: 8230368.

HSL color Cylindrical-coordinate representation of color #E0957D: hue angle of 14.55º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E0957D is Cyan = 0, Magento = 0.33, Yellow = 0.44 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 149 125 -
CMYK 0 0.33 0.44 0.12
HSL 14.55º 0.61% 0.68% -
HSV(B) 14.55º 0.44% 0.88% -
XYZ 45.19 38.82 24.51 -
YUV 168.69 103.35 167.45 -
System Red Green Blue C M Y K H S L
Decimal 224 149 125 0 0.33 0.44 0.12 14.55 0.61 0.68
Hex E0 95 7D 0 21 2C C F 3D 44
Octal 340 225 175 0 41 54 14 17 75 104
Binary 11100000 10010101 1111101 0 100001 101100 1100 1111 111101 1000100

Color Harmonies of #E0957D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0957D

Black with #E0957D

Text Example


Text Example

White with #E0957D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0957D; }

 p { color: rgb(224,149,125); }

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

background-color css

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

 a { background-color: rgb(224,149,125); }

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

border-color css

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

 span { border-color: rgb(224,149,125); }

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