Html Css Color HEX #E5976D Dark Salmon

📋 copy color: '#E5976D'

red 229 ◦ green 151 ◦ blue 109

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

Shades of Dark Salmon #E5976D

Tints of Dark Salmon #E5976D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 22.29%

R = 46.83%
G = 30.88%
B = 22.29%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.52

 K value IS 0.10

RGB Variations

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

Color information

#E5976D (or 0xE5976D) is known color: Dark Salmon. HEX triplet: E5, 97 and 6D. RGB value is (229,151,109). Sum of RGB (Red+Green+Blue) = 229+151+109=489 (64% of max value = 765). Red value is 229 (89.84% from 255 or 46.83% from 489); Green value is 151 (59.38% from 255 or 30.88% from 489); Blue value is 109 (42.97% from 255 or 22.29% from 489); Max value from RGB is 229 - color contains mainly: red. Hex color #E5976D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5976D is #1A6892. Grayscale: #A9A9A9. Windows color (decimal): -1730707 or 7182309. OLE color: 7182309.

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

Color convert

RGB 229 151 109 -
CMYK 0 0.34 0.52 0.10
HSL 21º 0.7% 0.66% -
HSV(B) 21º 0.52% 0.9% -
XYZ 46.14 39.9 19.74 -
YUV 169.53 93.84 170.42 -
System Red Green Blue C M Y K H S L
Decimal 229 151 109 0 0.34 0.52 0.10 21 0.7 0.66
Hex E5 97 6D 0 22 34 A 15 46 42
Octal 345 227 155 0 42 64 12 25 106 102
Binary 11100101 10010111 1101101 0 100010 110100 1010 10101 1000110 1000010

Color Harmonies of #E5976D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5976D

Black with #E5976D

Text Example


Text Example

White with #E5976D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5976D; }

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

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

background-color css

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

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

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

border-color css

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

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

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