Html Css Color HEX #E79676 Dark Salmon

📋 copy color: '#E79676'

red 231 ◦ green 150 ◦ blue 118

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

Shades of Dark Salmon #E79676

Tints of Dark Salmon #E79676

RGB

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

 GREEN value IS 150 (58.98% from 255) = 30.06%

 BLUE value IS 118 (46.48% from 255) = 23.65%

R = 46.29%
G = 30.06%
B = 23.65%

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

#E79676 (or 0xE79676) is known color: Dark Salmon. HEX triplet: E7, 96 and 76. RGB value is (231,150,118). Sum of RGB (Red+Green+Blue) = 231+150+118=499 (66% of max value = 765). Red value is 231 (90.62% from 255 or 46.29% from 499); Green value is 150 (58.98% from 255 or 30.06% from 499); Blue value is 118 (46.48% from 255 or 23.65% from 499); Max value from RGB is 231 - color contains mainly: red. Hex color #E79676 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E79676 is #186989. Grayscale: #AAAAAA. Windows color (decimal): -1599882 or 7771879. OLE color: 7771879.

HSL color Cylindrical-coordinate representation of color #E79676: hue angle of 16.99º 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 #E79676 is Cyan = 0, Magento = 0.35, Yellow = 0.49 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 150 118 -
CMYK 0 0.35 0.49 0.09
HSL 16.99º 0.7% 0.68% -
HSV(B) 16.99º 0.49% 0.91% -
XYZ 47.13 40.11 22.4 -
YUV 170.57 98.34 171.1 -
System Red Green Blue C M Y K H S L
Decimal 231 150 118 0 0.35 0.49 0.09 16.99 0.7 0.68
Hex E7 96 76 0 23 31 9 11 46 44
Octal 347 226 166 0 43 61 11 21 106 104
Binary 11100111 10010110 1110110 0 100011 110001 1001 10001 1000110 1000100

Color Harmonies of #E79676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E79676

Black with #E79676

Text Example


Text Example

White with #E79676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E79676; }

 p { color: rgb(231,150,118); }

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

background-color css

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

 a { background-color: rgb(231,150,118); }

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

border-color css

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

 span { border-color: rgb(231,150,118); }

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