Html Css Color HEX #E78C73 Dark Salmon

📋 copy color: '#E78C73'

red 231 ◦ green 140 ◦ blue 115

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

Shades of Dark Salmon #E78C73

Tints of Dark Salmon #E78C73

RGB

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

 GREEN value IS 140 (55.08% from 255) = 28.81%

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

R = 47.53%
G = 28.81%
B = 23.66%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.50

 K value IS 0.09

RGB Variations

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

Color information

#E78C73 (or 0xE78C73) is known color: Dark Salmon. HEX triplet: E7, 8C and 73. RGB value is (231,140,115). Sum of RGB (Red+Green+Blue) = 231+140+115=486 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.53% from 486); Green value is 140 (55.08% from 255 or 28.81% from 486); Blue value is 115 (45.31% from 255 or 23.66% from 486); Max value from RGB is 231 - color contains mainly: red. Hex color #E78C73 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E78C73 is #18738C. Grayscale: #A4A4A4. Windows color (decimal): -1602445 or 7572711. OLE color: 7572711.

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

Color convert

RGB 231 140 115 -
CMYK 0 0.39 0.50 0.09
HSL 12.93º 0.71% 0.68% -
HSV(B) 12.93º 0.5% 0.91% -
XYZ 45.43 36.98 20.96 -
YUV 164.36 100.15 175.53 -
System Red Green Blue C M Y K H S L
Decimal 231 140 115 0 0.39 0.50 0.09 12.93 0.71 0.68
Hex E7 8C 73 0 27 32 9 D 47 44
Octal 347 214 163 0 47 62 11 15 107 104
Binary 11100111 10001100 1110011 0 100111 110010 1001 1101 1000111 1000100

Color Harmonies of #E78C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E78C73

Black with #E78C73

Text Example


Text Example

White with #E78C73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E78C73; }

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

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

background-color css

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

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

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

border-color css

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

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

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