Html Css Color HEX #E79372 Dark Salmon

📋 copy color: '#E79372'

red 231 ◦ green 147 ◦ blue 114

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

Shades of Dark Salmon #E79372

Tints of Dark Salmon #E79372

RGB

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

 GREEN value IS 147 (57.81% from 255) = 29.88%

 BLUE value IS 114 (44.92% from 255) = 23.17%

R = 46.95%
G = 29.88%
B = 23.17%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.51

 K value IS 0.09

RGB Variations

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

Color information

#E79372 (or 0xE79372) is known color: Dark Salmon. HEX triplet: E7, 93 and 72. RGB value is (231,147,114). Sum of RGB (Red+Green+Blue) = 231+147+114=492 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.95% from 492); Green value is 147 (57.81% from 255 or 29.88% from 492); Blue value is 114 (44.92% from 255 or 23.17% from 492); Max value from RGB is 231 - color contains mainly: red. Hex color #E79372 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E79372 is #186C8D. Grayscale: #A8A8A8. Windows color (decimal): -1600654 or 7508967. OLE color: 7508967.

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

Color convert

RGB 231 147 114 -
CMYK 0 0.36 0.51 0.09
HSL 16.92º 0.71% 0.68% -
HSV(B) 16.92º 0.51% 0.91% -
XYZ 46.43 39.07 21.01 -
YUV 168.35 97.33 172.68 -
System Red Green Blue C M Y K H S L
Decimal 231 147 114 0 0.36 0.51 0.09 16.92 0.71 0.68
Hex E7 93 72 0 24 33 9 11 47 44
Octal 347 223 162 0 44 63 11 21 107 104
Binary 11100111 10010011 1110010 0 100100 110011 1001 10001 1000111 1000100

Color Harmonies of #E79372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E79372

Black with #E79372

Text Example


Text Example

White with #E79372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E79372; }

 p { color: rgb(231,147,114); }

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

background-color css

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

 a { background-color: rgb(231,147,114); }

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

border-color css

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

 span { border-color: rgb(231,147,114); }

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