Html Css Color HEX #E5957A Dark Salmon

📋 copy color: '#E5957A'

red 229 ◦ green 149 ◦ blue 122

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

Shades of Dark Salmon #E5957A

Tints of Dark Salmon #E5957A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 24.4%

R = 45.8%
G = 29.8%
B = 24.4%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.47

 K value IS 0.10

RGB Variations

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

Color information

#E5957A (or 0xE5957A) is known color: Dark Salmon. HEX triplet: E5, 95 and 7A. RGB value is (229,149,122). Sum of RGB (Red+Green+Blue) = 229+149+122=500 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.8% from 500); Green value is 149 (58.59% from 255 or 29.8% from 500); Blue value is 122 (48.05% from 255 or 24.4% from 500); Max value from RGB is 229 - color contains mainly: red. Hex color #E5957A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5957A is #1A6A85. Grayscale: #AAAAAA. Windows color (decimal): -1731206 or 8033765. OLE color: 8033765.

HSL color Cylindrical-coordinate representation of color #E5957A: hue angle of 15.14º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E5957A is Cyan = 0, Magento = 0.35, Yellow = 0.47 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 149 122 -
CMYK 0 0.35 0.47 0.10
HSL 15.14º 0.67% 0.69% -
HSV(B) 15.14º 0.47% 0.9% -
XYZ 46.57 39.56 23.59 -
YUV 169.84 101 170.2 -
System Red Green Blue C M Y K H S L
Decimal 229 149 122 0 0.35 0.47 0.10 15.14 0.67 0.69
Hex E5 95 7A 0 23 2F A F 43 45
Octal 345 225 172 0 43 57 12 17 103 105
Binary 11100101 10010101 1111010 0 100011 101111 1010 1111 1000011 1000101

Color Harmonies of #E5957A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5957A

Black with #E5957A

Text Example


Text Example

White with #E5957A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5957A; }

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

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

background-color css

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

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

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

border-color css

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

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

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