Html Css Color HEX #E79D70 Dark Salmon

📋 copy color: '#E79D70'

red 231 ◦ green 157 ◦ blue 112

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

Shades of Dark Salmon #E79D70

Tints of Dark Salmon #E79D70

RGB

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

 GREEN value IS 157 (61.72% from 255) = 31.4%

 BLUE value IS 112 (44.14% from 255) = 22.4%

R = 46.2%
G = 31.4%
B = 22.4%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.52

 K value IS 0.09

RGB Variations

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

Color information

#E79D70 (or 0xE79D70) is known color: Dark Salmon. HEX triplet: E7, 9D and 70. RGB value is (231,157,112). Sum of RGB (Red+Green+Blue) = 231+157+112=500 (66% of max value = 765). Red value is 231 (90.62% from 255 or 46.2% from 500); Green value is 157 (61.72% from 255 or 31.4% from 500); Blue value is 112 (44.14% from 255 or 22.4% from 500); Max value from RGB is 231 - color contains mainly: red. Hex color #E79D70 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E79D70 is #18628F. Grayscale: #AEAEAE. Windows color (decimal): -1598096 or 7380455. OLE color: 7380455.

HSL color Cylindrical-coordinate representation of color #E79D70: hue angle of 22.69º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E79D70 is Cyan = 0, Magento = 0.32, Yellow = 0.52 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 157 112 -
CMYK 0 0.32 0.52 0.09
HSL 22.69º 0.71% 0.67% -
HSV(B) 22.69º 0.52% 0.91% -
XYZ 47.94 42.27 20.96 -
YUV 174 93.02 168.66 -
System Red Green Blue C M Y K H S L
Decimal 231 157 112 0 0.32 0.52 0.09 22.69 0.71 0.67
Hex E7 9D 70 0 20 34 9 17 47 43
Octal 347 235 160 0 40 64 11 27 107 103
Binary 11100111 10011101 1110000 0 100000 110100 1001 10111 1000111 1000011

Color Harmonies of #E79D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E79D70

Black with #E79D70

Text Example


Text Example

White with #E79D70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E79D70; }

 p { color: rgb(231,157,112); }

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

background-color css

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

 a { background-color: rgb(231,157,112); }

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

border-color css

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

 span { border-color: rgb(231,157,112); }

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