Html Css Color HEX #E7A073 Dark Salmon

📋 copy color: '#E7A073'

red 231 ◦ green 160 ◦ blue 115

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

Shades of Dark Salmon #E7A073

Tints of Dark Salmon #E7A073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 22.73%

R = 45.65%
G = 31.62%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.50

 K value IS 0.09

RGB Variations

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

Color information

#E7A073 (or 0xE7A073) is known color: Dark Salmon. HEX triplet: E7, A0 and 73. RGB value is (231,160,115). Sum of RGB (Red+Green+Blue) = 231+160+115=506 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.65% from 506); Green value is 160 (62.89% from 255 or 31.62% from 506); Blue value is 115 (45.31% from 255 or 22.73% from 506); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A073 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7A073 is #185F8C. Grayscale: #B0B0B0. Windows color (decimal): -1597325 or 7577831. OLE color: 7577831.

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

Color convert

RGB 231 160 115 -
CMYK 0 0.31 0.50 0.09
HSL 23.28º 0.71% 0.68% -
HSV(B) 23.28º 0.5% 0.91% -
XYZ 48.62 43.37 22.03 -
YUV 176.1 93.52 167.16 -
System Red Green Blue C M Y K H S L
Decimal 231 160 115 0 0.31 0.50 0.09 23.28 0.71 0.68
Hex E7 A0 73 0 1F 32 9 17 47 44
Octal 347 240 163 0 37 62 11 27 107 104
Binary 11100111 10100000 1110011 0 11111 110010 1001 10111 1000111 1000100

Color Harmonies of #E7A073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7A073

Black with #E7A073

Text Example


Text Example

White with #E7A073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7A073; }

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

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

background-color css

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

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

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

border-color css

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

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

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