Html Css Color HEX #E7A076 Dark Salmon

📋 copy color: '#E7A076'

red 231 ◦ green 160 ◦ blue 118

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

Shades of Dark Salmon #E7A076

Tints of Dark Salmon #E7A076

RGB

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

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

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

R = 45.38%
G = 31.43%
B = 23.18%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.49

 K value IS 0.09

RGB Variations

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

Color information

#E7A076 (or 0xE7A076) is known color: Dark Salmon. HEX triplet: E7, A0 and 76. RGB value is (231,160,118). Sum of RGB (Red+Green+Blue) = 231+160+118=509 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.38% from 509); Green value is 160 (62.89% from 255 or 31.43% from 509); Blue value is 118 (46.48% from 255 or 23.18% from 509); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A076 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7A076 is #185F89. Grayscale: #B0B0B0. Windows color (decimal): -1597322 or 7774439. OLE color: 7774439.

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

Color convert

RGB 231 160 118 -
CMYK 0 0.31 0.49 0.09
HSL 22.3º 0.7% 0.68% -
HSV(B) 22.3º 0.49% 0.91% -
XYZ 48.8 43.44 22.95 -
YUV 176.44 95.02 166.92 -
System Red Green Blue C M Y K H S L
Decimal 231 160 118 0 0.31 0.49 0.09 22.3 0.7 0.68
Hex E7 A0 76 0 1F 31 9 16 46 44
Octal 347 240 166 0 37 61 11 26 106 104
Binary 11100111 10100000 1110110 0 11111 110001 1001 10110 1000110 1000100

Color Harmonies of #E7A076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7A076

Black with #E7A076

Text Example


Text Example

White with #E7A076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7A076; }

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

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

background-color css

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

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

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

border-color css

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

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

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