Html Css Color HEX #E79374 Dark Salmon

📋 copy color: '#E79374'

red 231 ◦ green 147 ◦ blue 116

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

Shades of Dark Salmon #E79374

Tints of Dark Salmon #E79374

RGB

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

 GREEN value IS 147 (57.81% from 255) = 29.76%

 BLUE value IS 116 (45.7% from 255) = 23.48%

R = 46.76%
G = 29.76%
B = 23.48%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.50

 K value IS 0.09

RGB Variations

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

Color information

#E79374 (or 0xE79374) is known color: Dark Salmon. HEX triplet: E7, 93 and 74. RGB value is (231,147,116). Sum of RGB (Red+Green+Blue) = 231+147+116=494 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.76% from 494); Green value is 147 (57.81% from 255 or 29.76% from 494); Blue value is 116 (45.70% from 255 or 23.48% from 494); Max value from RGB is 231 - color contains mainly: red. Hex color #E79374 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E79374 is #186C8B. Grayscale: #A8A8A8. Windows color (decimal): -1600652 or 7640039. OLE color: 7640039.

HSL color Cylindrical-coordinate representation of color #E79374: hue angle of 16.17º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E79374 is Cyan = 0, Magento = 0.36, Yellow = 0.50 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 147 116 -
CMYK 0 0.36 0.50 0.09
HSL 16.17º 0.71% 0.68% -
HSV(B) 16.17º 0.5% 0.91% -
XYZ 46.54 39.12 21.62 -
YUV 168.58 98.33 172.52 -
System Red Green Blue C M Y K H S L
Decimal 231 147 116 0 0.36 0.50 0.09 16.17 0.71 0.68
Hex E7 93 74 0 24 32 9 10 47 44
Octal 347 223 164 0 44 62 11 20 107 104
Binary 11100111 10010011 1110100 0 100100 110010 1001 10000 1000111 1000100

Color Harmonies of #E79374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E79374

Black with #E79374

Text Example


Text Example

White with #E79374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E79374; }

 p { color: rgb(231,147,116); }

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

background-color css

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

 a { background-color: rgb(231,147,116); }

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

border-color css

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

 span { border-color: rgb(231,147,116); }

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