Html Css Color HEX #E7A071 Dark Salmon

📋 copy color: '#E7A071'

red 231 ◦ green 160 ◦ blue 113

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

Shades of Dark Salmon #E7A071

Tints of Dark Salmon #E7A071

RGB

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

 GREEN value IS 160 (62.89% from 255) = 31.75%

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

R = 45.83%
G = 31.75%
B = 22.42%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.51

 K value IS 0.09

RGB Variations

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

Color information

#E7A071 (or 0xE7A071) is known color: Dark Salmon. HEX triplet: E7, A0 and 71. RGB value is (231,160,113). Sum of RGB (Red+Green+Blue) = 231+160+113=504 (66% of max value = 765). Red value is 231 (90.62% from 255 or 45.83% from 504); Green value is 160 (62.89% from 255 or 31.75% from 504); Blue value is 113 (44.53% from 255 or 22.42% from 504); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A071 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7A071 is #185F8E. Grayscale: #B0B0B0. Windows color (decimal): -1597327 or 7446759. OLE color: 7446759.

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

Color convert

RGB 231 160 113 -
CMYK 0 0.31 0.51 0.09
HSL 23.9º 0.71% 0.67% -
HSV(B) 23.9º 0.51% 0.91% -
XYZ 48.51 43.32 21.43 -
YUV 175.87 92.52 167.32 -
System Red Green Blue C M Y K H S L
Decimal 231 160 113 0 0.31 0.51 0.09 23.9 0.71 0.67
Hex E7 A0 71 0 1F 33 9 18 47 43
Octal 347 240 161 0 37 63 11 30 107 103
Binary 11100111 10100000 1110001 0 11111 110011 1001 11000 1000111 1000011

Color Harmonies of #E7A071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7A071

Black with #E7A071

Text Example


Text Example

White with #E7A071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7A071; }

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

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

background-color css

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

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

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

border-color css

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

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

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