Html Css Color HEX #E79575 Dark Salmon

📋 copy color: '#E79575'

red 231 ◦ green 149 ◦ blue 117

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

Shades of Dark Salmon #E79575

Tints of Dark Salmon #E79575

RGB

 RED value IS 231 (90.63% from 255) = 46.48%

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

 BLUE value IS 117 (46.09% from 255) = 23.54%

R = 46.48%
G = 29.98%
B = 23.54%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.49

 K value IS 0.09

RGB Variations

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

Color information

#E79575 (or 0xE79575) is known color: Dark Salmon. HEX triplet: E7, 95 and 75. RGB value is (231,149,117). Sum of RGB (Red+Green+Blue) = 231+149+117=497 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.48% from 497); Green value is 149 (58.59% from 255 or 29.98% from 497); Blue value is 117 (46.09% from 255 or 23.54% from 497); Max value from RGB is 231 - color contains mainly: red. Hex color #E79575 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E79575 is #186A8A. Grayscale: #AAAAAA. Windows color (decimal): -1600139 or 7706087. OLE color: 7706087.

HSL color Cylindrical-coordinate representation of color #E79575: hue angle of 16.84º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E79575 is Cyan = 0, Magento = 0.35, Yellow = 0.49 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 149 117 -
CMYK 0 0.35 0.49 0.09
HSL 16.84º 0.7% 0.68% -
HSV(B) 16.84º 0.49% 0.91% -
XYZ 46.91 39.77 22.03 -
YUV 169.87 98.17 171.6 -
System Red Green Blue C M Y K H S L
Decimal 231 149 117 0 0.35 0.49 0.09 16.84 0.7 0.68
Hex E7 95 75 0 23 31 9 11 46 44
Octal 347 225 165 0 43 61 11 21 106 104
Binary 11100111 10010101 1110101 0 100011 110001 1001 10001 1000110 1000100

Color Harmonies of #E79575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E79575

Black with #E79575

Text Example


Text Example

White with #E79575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E79575; }

 p { color: rgb(231,149,117); }

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

background-color css

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

 a { background-color: rgb(231,149,117); }

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

border-color css

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

 span { border-color: rgb(231,149,117); }

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