Html Css Color HEX #E79077 Dark Salmon

📋 copy color: '#E79077'

red 231 ◦ green 144 ◦ blue 119

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

Shades of Dark Salmon #E79077

Tints of Dark Salmon #E79077

RGB

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

 GREEN value IS 144 (56.64% from 255) = 29.15%

 BLUE value IS 119 (46.88% from 255) = 24.09%

R = 46.76%
G = 29.15%
B = 24.09%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.48

 K value IS 0.09

RGB Variations

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

Color information

#E79077 (or 0xE79077) is known color: Dark Salmon. HEX triplet: E7, 90 and 77. RGB value is (231,144,119). Sum of RGB (Red+Green+Blue) = 231+144+119=494 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.76% from 494); Green value is 144 (56.64% from 255 or 29.15% from 494); Blue value is 119 (46.88% from 255 or 24.09% from 494); Max value from RGB is 231 - color contains mainly: red. Hex color #E79077 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E79077 is #186F88. Grayscale: #A7A7A7. Windows color (decimal): -1601417 or 7835879. OLE color: 7835879.

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

Color convert

RGB 231 144 119 -
CMYK 0 0.38 0.48 0.09
HSL 13.39º 0.7% 0.69% -
HSV(B) 13.39º 0.48% 0.91% -
XYZ 46.26 38.27 22.4 -
YUV 167.16 100.82 173.53 -
System Red Green Blue C M Y K H S L
Decimal 231 144 119 0 0.38 0.48 0.09 13.39 0.7 0.69
Hex E7 90 77 0 26 30 9 D 46 45
Octal 347 220 167 0 46 60 11 15 106 105
Binary 11100111 10010000 1110111 0 100110 110000 1001 1101 1000110 1000101

Color Harmonies of #E79077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E79077

Black with #E79077

Text Example


Text Example

White with #E79077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E79077; }

 p { color: rgb(231,144,119); }

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

background-color css

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

 a { background-color: rgb(231,144,119); }

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

border-color css

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

 span { border-color: rgb(231,144,119); }

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