Html Css Color HEX #E78D71 Dark Salmon

📋 copy color: '#E78D71'

red 231 ◦ green 141 ◦ blue 113

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

Shades of Dark Salmon #E78D71

Tints of Dark Salmon #E78D71

RGB

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

 GREEN value IS 141 (55.47% from 255) = 29.07%

 BLUE value IS 113 (44.53% from 255) = 23.3%

R = 47.63%
G = 29.07%
B = 23.3%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.51

 K value IS 0.09

RGB Variations

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

Color information

#E78D71 (or 0xE78D71) is known color: Dark Salmon. HEX triplet: E7, 8D and 71. RGB value is (231,141,113). Sum of RGB (Red+Green+Blue) = 231+141+113=485 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.63% from 485); Green value is 141 (55.47% from 255 or 29.07% from 485); Blue value is 113 (44.53% from 255 or 23.30% from 485); Max value from RGB is 231 - color contains mainly: red. Hex color #E78D71 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E78D71 is #18728E. Grayscale: #A4A4A4. Windows color (decimal): -1602191 or 7441895. OLE color: 7441895.

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

Color convert

RGB 231 141 113 -
CMYK 0 0.39 0.51 0.09
HSL 14.24º 0.71% 0.67% -
HSV(B) 14.24º 0.51% 0.91% -
XYZ 45.46 37.23 20.41 -
YUV 164.72 98.82 175.28 -
System Red Green Blue C M Y K H S L
Decimal 231 141 113 0 0.39 0.51 0.09 14.24 0.71 0.67
Hex E7 8D 71 0 27 33 9 E 47 43
Octal 347 215 161 0 47 63 11 16 107 103
Binary 11100111 10001101 1110001 0 100111 110011 1001 1110 1000111 1000011

Color Harmonies of #E78D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E78D71

Black with #E78D71

Text Example


Text Example

White with #E78D71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E78D71; }

 p { color: rgb(231,141,113); }

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

background-color css

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

 a { background-color: rgb(231,141,113); }

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

border-color css

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

 span { border-color: rgb(231,141,113); }

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