Html Css Color HEX #E79071 Dark Salmon

📋 copy color: '#E79071'

red 231 ◦ green 144 ◦ blue 113

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

Shades of Dark Salmon #E79071

Tints of Dark Salmon #E79071

RGB

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

 GREEN value IS 144 (56.64% from 255) = 29.51%

 BLUE value IS 113 (44.53% from 255) = 23.16%

R = 47.34%
G = 29.51%
B = 23.16%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.51

 K value IS 0.09

RGB Variations

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

Color information

#E79071 (or 0xE79071) is known color: Dark Salmon. HEX triplet: E7, 90 and 71. RGB value is (231,144,113). Sum of RGB (Red+Green+Blue) = 231+144+113=488 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.34% from 488); Green value is 144 (56.64% from 255 or 29.51% from 488); Blue value is 113 (44.53% from 255 or 23.16% from 488); Max value from RGB is 231 - color contains mainly: red. Hex color #E79071 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E79071 is #186F8E. Grayscale: #A6A6A6. Windows color (decimal): -1601423 or 7442663. OLE color: 7442663.

HSL color Cylindrical-coordinate representation of color #E79071: hue angle of 15.76º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E79071 is Cyan = 0, Magento = 0.38, Yellow = 0.51 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 144 113 -
CMYK 0 0.38 0.51 0.09
HSL 15.76º 0.71% 0.67% -
HSV(B) 15.76º 0.51% 0.91% -
XYZ 45.91 38.13 20.56 -
YUV 166.48 97.82 174.02 -
System Red Green Blue C M Y K H S L
Decimal 231 144 113 0 0.38 0.51 0.09 15.76 0.71 0.67
Hex E7 90 71 0 26 33 9 10 47 43
Octal 347 220 161 0 46 63 11 20 107 103
Binary 11100111 10010000 1110001 0 100110 110011 1001 10000 1000111 1000011

Color Harmonies of #E79071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E79071

Black with #E79071

Text Example


Text Example

White with #E79071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E79071; }

 p { color: rgb(231,144,113); }

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

background-color css

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

 a { background-color: rgb(231,144,113); }

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

border-color css

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

 span { border-color: rgb(231,144,113); }

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