Html Css Color HEX #E79C70 Dark Salmon

📋 copy color: '#E79C70'

red 231 ◦ green 156 ◦ blue 112

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

Shades of Dark Salmon #E79C70

Tints of Dark Salmon #E79C70

RGB

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

 GREEN value IS 156 (61.33% from 255) = 31.26%

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

R = 46.29%
G = 31.26%
B = 22.44%

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

#E79C70 (or 0xE79C70) is known color: Dark Salmon. HEX triplet: E7, 9C and 70. RGB value is (231,156,112). Sum of RGB (Red+Green+Blue) = 231+156+112=499 (66% of max value = 765). Red value is 231 (90.62% from 255 or 46.29% from 499); Green value is 156 (61.33% from 255 or 31.26% from 499); Blue value is 112 (44.14% from 255 or 22.44% from 499); Max value from RGB is 231 - color contains mainly: red. Hex color #E79C70 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E79C70 is #18638F. Grayscale: #ADADAD. Windows color (decimal): -1598352 or 7380199. OLE color: 7380199.

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

Color convert

RGB 231 156 112 -
CMYK 0 0.32 0.52 0.09
HSL 22.18º 0.71% 0.67% -
HSV(B) 22.18º 0.52% 0.91% -
XYZ 47.77 41.94 20.91 -
YUV 173.41 93.35 169.08 -
System Red Green Blue C M Y K H S L
Decimal 231 156 112 0 0.32 0.52 0.09 22.18 0.71 0.67
Hex E7 9C 70 0 20 34 9 16 47 43
Octal 347 234 160 0 40 64 11 26 107 103
Binary 11100111 10011100 1110000 0 100000 110100 1001 10110 1000111 1000011

Color Harmonies of #E79C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E79C70

Black with #E79C70

Text Example


Text Example

White with #E79C70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E79C70; }

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

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

background-color css

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

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

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

border-color css

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

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

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