Html Css Color HEX #E7A070 Dark Salmon

📋 copy color: '#E7A070'

red 231 ◦ green 160 ◦ blue 112

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

Shades of Dark Salmon #E7A070

Tints of Dark Salmon #E7A070

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 22.27%

R = 45.92%
G = 31.81%
B = 22.27%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.52

 K value IS 0.09

RGB Variations

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

Color information

#E7A070 (or 0xE7A070) is known color: Dark Salmon. HEX triplet: E7, A0 and 70. RGB value is (231,160,112). Sum of RGB (Red+Green+Blue) = 231+160+112=503 (66% of max value = 765). Red value is 231 (90.62% from 255 or 45.92% from 503); Green value is 160 (62.89% from 255 or 31.81% from 503); Blue value is 112 (44.14% from 255 or 22.27% from 503); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A070 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7A070 is #185F8F. Grayscale: #B0B0B0. Windows color (decimal): -1597328 or 7381223. OLE color: 7381223.

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

Color convert

RGB 231 160 112 -
CMYK 0 0.31 0.52 0.09
HSL 24.2º 0.71% 0.67% -
HSV(B) 24.2º 0.52% 0.91% -
XYZ 48.45 43.3 21.13 -
YUV 175.76 92.02 167.4 -
System Red Green Blue C M Y K H S L
Decimal 231 160 112 0 0.31 0.52 0.09 24.2 0.71 0.67
Hex E7 A0 70 0 1F 34 9 18 47 43
Octal 347 240 160 0 37 64 11 30 107 103
Binary 11100111 10100000 1110000 0 11111 110100 1001 11000 1000111 1000011

Color Harmonies of #E7A070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7A070

Black with #E7A070

Text Example


Text Example

White with #E7A070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7A070; }

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

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

background-color css

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

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

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

border-color css

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

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

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