Html Css Color HEX #E79580 Dark Salmon

📋 copy color: '#E79580'

red 231 ◦ green 149 ◦ blue 128

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

Shades of Dark Salmon #E79580

Tints of Dark Salmon #E79580

RGB

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

 GREEN value IS 149 (58.59% from 255) = 29.33%

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

R = 45.47%
G = 29.33%
B = 25.2%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.45

 K value IS 0.09

RGB Variations

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

Color information

#E79580 (or 0xE79580) is known color: Dark Salmon. HEX triplet: E7, 95 and 80. RGB value is (231,149,128). Sum of RGB (Red+Green+Blue) = 231+149+128=508 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.47% from 508); Green value is 149 (58.59% from 255 or 29.33% from 508); Blue value is 128 (50.39% from 255 or 25.20% from 508); Max value from RGB is 231 - color contains mainly: red. Hex color #E79580 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E79580 is #186A7F. Grayscale: #ABABAB. Windows color (decimal): -1600128 or 8426983. OLE color: 8426983.

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

Color convert

RGB 231 149 128 -
CMYK 0 0.35 0.45 0.09
HSL 12.23º 0.68% 0.7% -
HSV(B) 12.23º 0.45% 0.91% -
XYZ 47.6 40.04 25.64 -
YUV 171.12 103.67 170.71 -
System Red Green Blue C M Y K H S L
Decimal 231 149 128 0 0.35 0.45 0.09 12.23 0.68 0.7
Hex E7 95 80 0 23 2D 9 C 44 46
Octal 347 225 200 0 43 55 11 14 104 106
Binary 11100111 10010101 10000000 0 100011 101101 1001 1100 1000100 1000110

Color Harmonies of #E79580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E79580

Black with #E79580

Text Example


Text Example

White with #E79580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E79580; }

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

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

background-color css

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

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

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

border-color css

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

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

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