Html Css Color HEX #E79B7F Dark Salmon

📋 copy color: '#E79B7F'

red 231 ◦ green 155 ◦ blue 127

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

Shades of Dark Salmon #E79B7F

Tints of Dark Salmon #E79B7F

RGB

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

 GREEN value IS 155 (60.94% from 255) = 30.21%

 BLUE value IS 127 (50% from 255) = 24.76%

R = 45.03%
G = 30.21%
B = 24.76%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.45

 K value IS 0.09

RGB Variations

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

Color information

#E79B7F (or 0xE79B7F) is known color: Dark Salmon. HEX triplet: E7, 9B and 7F. RGB value is (231,155,127). Sum of RGB (Red+Green+Blue) = 231+155+127=513 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.03% from 513); Green value is 155 (60.94% from 255 or 30.21% from 513); Blue value is 127 (50% from 255 or 24.76% from 513); Max value from RGB is 231 - color contains mainly: red. Hex color #E79B7F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E79B7F is #186480. Grayscale: #AEAEAE. Windows color (decimal): -1598593 or 8362983. OLE color: 8362983.

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

Color convert

RGB 231 155 127 -
CMYK 0 0.33 0.45 0.09
HSL 16.15º 0.68% 0.7% -
HSV(B) 16.15º 0.45% 0.91% -
XYZ 48.51 41.96 25.62 -
YUV 174.53 101.18 168.28 -
System Red Green Blue C M Y K H S L
Decimal 231 155 127 0 0.33 0.45 0.09 16.15 0.68 0.7
Hex E7 9B 7F 0 21 2D 9 10 44 46
Octal 347 233 177 0 41 55 11 20 104 106
Binary 11100111 10011011 1111111 0 100001 101101 1001 10000 1000100 1000110

Color Harmonies of #E79B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E79B7F

Black with #E79B7F

Text Example


Text Example

White with #E79B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E79B7F; }

 p { color: rgb(231,155,127); }

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

background-color css

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

 a { background-color: rgb(231,155,127); }

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

border-color css

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

 span { border-color: rgb(231,155,127); }

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