Html Css Color HEX #E78C74 Dark Salmon

📋 copy color: '#E78C74'

red 231 ◦ green 140 ◦ blue 116

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

Shades of Dark Salmon #E78C74

Tints of Dark Salmon #E78C74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 23.82%

R = 47.43%
G = 28.75%
B = 23.82%

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

#E78C74 (or 0xE78C74) is known color: Dark Salmon. HEX triplet: E7, 8C and 74. RGB value is (231,140,116). Sum of RGB (Red+Green+Blue) = 231+140+116=487 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.43% from 487); Green value is 140 (55.08% from 255 or 28.75% from 487); Blue value is 116 (45.70% from 255 or 23.82% from 487); Max value from RGB is 231 - color contains mainly: red. Hex color #E78C74 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E78C74 is #18738B. Grayscale: #A4A4A4. Windows color (decimal): -1602444 or 7638247. OLE color: 7638247.

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

Color convert

RGB 231 140 116 -
CMYK 0 0.39 0.50 0.09
HSL 12.52º 0.71% 0.68% -
HSV(B) 12.52º 0.5% 0.91% -
XYZ 45.49 37.01 21.27 -
YUV 164.47 100.65 175.45 -
System Red Green Blue C M Y K H S L
Decimal 231 140 116 0 0.39 0.50 0.09 12.52 0.71 0.68
Hex E7 8C 74 0 27 32 9 D 47 44
Octal 347 214 164 0 47 62 11 15 107 104
Binary 11100111 10001100 1110100 0 100111 110010 1001 1101 1000111 1000100

Color Harmonies of #E78C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E78C74

Black with #E78C74

Text Example


Text Example

White with #E78C74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E78C74; }

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

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

background-color css

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

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

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

border-color css

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

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

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