Html Css Color HEX #E8A07C Dark Salmon

📋 copy color: '#E8A07C'

red 232 ◦ green 160 ◦ blue 124

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

Shades of Dark Salmon #E8A07C

Tints of Dark Salmon #E8A07C

RGB

 RED value IS 232 (91.02% from 255) = 44.96%

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

 BLUE value IS 124 (48.83% from 255) = 24.03%

R = 44.96%
G = 31.01%
B = 24.03%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.47

 K value IS 0.09

RGB Variations

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

Color information

#E8A07C (or 0xE8A07C) is known color: Dark Salmon. HEX triplet: E8, A0 and 7C. RGB value is (232,160,124). Sum of RGB (Red+Green+Blue) = 232+160+124=516 (68% of max value = 765). Red value is 232 (91.02% from 255 or 44.96% from 516); Green value is 160 (62.89% from 255 or 31.01% from 516); Blue value is 124 (48.83% from 255 or 24.03% from 516); Max value from RGB is 232 - color contains mainly: red. Hex color #E8A07C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E8A07C is #175F83. Grayscale: #B1B1B1. Windows color (decimal): -1531780 or 8167656. OLE color: 8167656.

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

Color convert

RGB 232 160 124 -
CMYK 0 0.31 0.47 0.09
HSL 20º 0.7% 0.7% -
HSV(B) 20º 0.47% 0.91% -
XYZ 49.49 43.75 24.91 -
YUV 177.42 97.85 166.93 -
System Red Green Blue C M Y K H S L
Decimal 232 160 124 0 0.31 0.47 0.09 20 0.7 0.7
Hex E8 A0 7C 0 1F 2F 9 14 46 46
Octal 350 240 174 0 37 57 11 24 106 106
Binary 11101000 10100000 1111100 0 11111 101111 1001 10100 1000110 1000110

Color Harmonies of #E8A07C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8A07C

Black with #E8A07C

Text Example


Text Example

White with #E8A07C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8A07C; }

 p { color: rgb(232,160,124); }

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

background-color css

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

 a { background-color: rgb(232,160,124); }

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

border-color css

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

 span { border-color: rgb(232,160,124); }

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