Html Css Color HEX #E78B74 Dark Salmon

📋 copy color: '#E78B74'

red 231 ◦ green 139 ◦ blue 116

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

Shades of Dark Salmon #E78B74

Tints of Dark Salmon #E78B74

RGB

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

 GREEN value IS 139 (54.69% from 255) = 28.6%

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

R = 47.53%
G = 28.6%
B = 23.87%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.50

 K value IS 0.09

RGB Variations

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

Color information

#E78B74 (or 0xE78B74) is known color: Dark Salmon. HEX triplet: E7, 8B and 74. RGB value is (231,139,116). Sum of RGB (Red+Green+Blue) = 231+139+116=486 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.53% from 486); Green value is 139 (54.69% from 255 or 28.60% from 486); Blue value is 116 (45.70% from 255 or 23.87% from 486); Max value from RGB is 231 - color contains mainly: red. Hex color #E78B74 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E78B74 is #18748B. Grayscale: #A4A4A4. Windows color (decimal): -1602700 or 7637991. OLE color: 7637991.

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

Color convert

RGB 231 139 116 -
CMYK 0 0.40 0.50 0.09
HSL 12º 0.71% 0.68% -
HSV(B) 12º 0.5% 0.91% -
XYZ 45.34 36.72 21.22 -
YUV 163.89 100.98 175.87 -
System Red Green Blue C M Y K H S L
Decimal 231 139 116 0 0.40 0.50 0.09 12 0.71 0.68
Hex E7 8B 74 0 28 32 9 C 47 44
Octal 347 213 164 0 50 62 11 14 107 104
Binary 11100111 10001011 1110100 0 101000 110010 1001 1100 1000111 1000100

Color Harmonies of #E78B74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E78B74

Black with #E78B74

Text Example


Text Example

White with #E78B74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E78B74; }

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

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

background-color css

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

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

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

border-color css

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

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

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