Html Css Color HEX #E5976C Dark Salmon

📋 copy color: '#E5976C'

red 229 ◦ green 151 ◦ blue 108

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

Shades of Dark Salmon #E5976C

Tints of Dark Salmon #E5976C

RGB

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

 GREEN value IS 151 (59.38% from 255) = 30.94%

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

R = 46.93%
G = 30.94%
B = 22.13%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.53

 K value IS 0.10

RGB Variations

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

Color information

#E5976C (or 0xE5976C) is known color: Dark Salmon. HEX triplet: E5, 97 and 6C. RGB value is (229,151,108). Sum of RGB (Red+Green+Blue) = 229+151+108=488 (64% of max value = 765). Red value is 229 (89.84% from 255 or 46.93% from 488); Green value is 151 (59.38% from 255 or 30.94% from 488); Blue value is 108 (42.58% from 255 or 22.13% from 488); Max value from RGB is 229 - color contains mainly: red. Hex color #E5976C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5976C is #1A6893. Grayscale: #A9A9A9. Windows color (decimal): -1730708 or 7116773. OLE color: 7116773.

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

Color convert

RGB 229 151 108 -
CMYK 0 0.34 0.53 0.10
HSL 21.32º 0.7% 0.66% -
HSV(B) 21.32º 0.53% 0.9% -
XYZ 46.09 39.87 19.45 -
YUV 169.42 93.34 170.5 -
System Red Green Blue C M Y K H S L
Decimal 229 151 108 0 0.34 0.53 0.10 21.32 0.7 0.66
Hex E5 97 6C 0 22 35 A 15 46 42
Octal 345 227 154 0 42 65 12 25 106 102
Binary 11100101 10010111 1101100 0 100010 110101 1010 10101 1000110 1000010

Color Harmonies of #E5976C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5976C

Black with #E5976C

Text Example


Text Example

White with #E5976C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5976C; }

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

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

background-color css

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

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

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

border-color css

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

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

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