Html Css Color HEX #E79380 Dark Salmon

📋 copy color: '#E79380'

red 231 ◦ green 147 ◦ blue 128

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

Shades of Dark Salmon #E79380

Tints of Dark Salmon #E79380

RGB

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

 GREEN value IS 147 (57.81% from 255) = 29.05%

 BLUE value IS 128 (50.39% from 255) = 25.3%

R = 45.65%
G = 29.05%
B = 25.3%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.45

 K value IS 0.09

RGB Variations

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

Color information

#E79380 (or 0xE79380) is known color: Dark Salmon. HEX triplet: E7, 93 and 80. RGB value is (231,147,128). Sum of RGB (Red+Green+Blue) = 231+147+128=506 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.65% from 506); Green value is 147 (57.81% from 255 or 29.05% from 506); Blue value is 128 (50.39% from 255 or 25.30% from 506); Max value from RGB is 231 - color contains mainly: red. Hex color #E79380 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E79380 is #186C7F. Grayscale: #AAAAAA. Windows color (decimal): -1600640 or 8426471. OLE color: 8426471.

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

Color convert

RGB 231 147 128 -
CMYK 0 0.36 0.45 0.09
HSL 11.07º 0.68% 0.7% -
HSV(B) 11.07º 0.45% 0.91% -
XYZ 47.29 39.41 25.54 -
YUV 169.95 104.33 171.54 -
System Red Green Blue C M Y K H S L
Decimal 231 147 128 0 0.36 0.45 0.09 11.07 0.68 0.7
Hex E7 93 80 0 24 2D 9 B 44 46
Octal 347 223 200 0 44 55 11 13 104 106
Binary 11100111 10010011 10000000 0 100100 101101 1001 1011 1000100 1000110

Color Harmonies of #E79380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E79380

Black with #E79380

Text Example


Text Example

White with #E79380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E79380; }

 p { color: rgb(231,147,128); }

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

background-color css

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

 a { background-color: rgb(231,147,128); }

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

border-color css

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

 span { border-color: rgb(231,147,128); }

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