Html Css Color HEX #E79073 Dark Salmon

📋 copy color: '#E79073'

red 231 ◦ green 144 ◦ blue 115

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

Shades of Dark Salmon #E79073

Tints of Dark Salmon #E79073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 23.47%

R = 47.14%
G = 29.39%
B = 23.47%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.50

 K value IS 0.09

RGB Variations

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

Color information

#E79073 (or 0xE79073) is known color: Dark Salmon. HEX triplet: E7, 90 and 73. RGB value is (231,144,115). Sum of RGB (Red+Green+Blue) = 231+144+115=490 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.14% from 490); Green value is 144 (56.64% from 255 or 29.39% from 490); Blue value is 115 (45.31% from 255 or 23.47% from 490); Max value from RGB is 231 - color contains mainly: red. Hex color #E79073 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E79073 is #186F8C. Grayscale: #A6A6A6. Windows color (decimal): -1601421 or 7573735. OLE color: 7573735.

HSL color Cylindrical-coordinate representation of color #E79073: hue angle of 15º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E79073 is Cyan = 0, Magento = 0.38, Yellow = 0.50 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 144 115 -
CMYK 0 0.38 0.50 0.09
HSL 15º 0.71% 0.68% -
HSV(B) 15º 0.5% 0.91% -
XYZ 46.02 38.17 21.16 -
YUV 166.71 98.82 173.86 -
System Red Green Blue C M Y K H S L
Decimal 231 144 115 0 0.38 0.50 0.09 15 0.71 0.68
Hex E7 90 73 0 26 32 9 F 47 44
Octal 347 220 163 0 46 62 11 17 107 104
Binary 11100111 10010000 1110011 0 100110 110010 1001 1111 1000111 1000100

Color Harmonies of #E79073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E79073

Black with #E79073

Text Example


Text Example

White with #E79073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E79073; }

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

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

background-color css

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

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

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

border-color css

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

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

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