Html Css Color HEX #E79A70 Dark Salmon

📋 copy color: '#E79A70'

red 231 ◦ green 154 ◦ blue 112

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

Shades of Dark Salmon #E79A70

Tints of Dark Salmon #E79A70

RGB

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

 GREEN value IS 154 (60.55% from 255) = 30.99%

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

R = 46.48%
G = 30.99%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.52

 K value IS 0.09

RGB Variations

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

Color information

#E79A70 (or 0xE79A70) is known color: Dark Salmon. HEX triplet: E7, 9A and 70. RGB value is (231,154,112). Sum of RGB (Red+Green+Blue) = 231+154+112=497 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.48% from 497); Green value is 154 (60.55% from 255 or 30.99% from 497); Blue value is 112 (44.14% from 255 or 22.54% from 497); Max value from RGB is 231 - color contains mainly: red. Hex color #E79A70 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E79A70 is #18658F. Grayscale: #ACACAC. Windows color (decimal): -1598864 or 7379687. OLE color: 7379687.

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

Color convert

RGB 231 154 112 -
CMYK 0 0.33 0.52 0.09
HSL 21.18º 0.71% 0.67% -
HSV(B) 21.18º 0.52% 0.91% -
XYZ 47.44 41.27 20.8 -
YUV 172.24 94.01 169.92 -
System Red Green Blue C M Y K H S L
Decimal 231 154 112 0 0.33 0.52 0.09 21.18 0.71 0.67
Hex E7 9A 70 0 21 34 9 15 47 43
Octal 347 232 160 0 41 64 11 25 107 103
Binary 11100111 10011010 1110000 0 100001 110100 1001 10101 1000111 1000011

Color Harmonies of #E79A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E79A70

Black with #E79A70

Text Example


Text Example

White with #E79A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E79A70; }

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

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

background-color css

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

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

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

border-color css

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

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

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