Html Css Color HEX #E79D72 Dark Salmon

📋 copy color: '#E79D72'

red 231 ◦ green 157 ◦ blue 114

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

Shades of Dark Salmon #E79D72

Tints of Dark Salmon #E79D72

RGB

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

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

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

R = 46.02%
G = 31.27%
B = 22.71%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.51

 K value IS 0.09

RGB Variations

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

Color information

#E79D72 (or 0xE79D72) is known color: Dark Salmon. HEX triplet: E7, 9D and 72. RGB value is (231,157,114). Sum of RGB (Red+Green+Blue) = 231+157+114=502 (66% of max value = 765). Red value is 231 (90.62% from 255 or 46.02% from 502); Green value is 157 (61.72% from 255 or 31.27% from 502); Blue value is 114 (44.92% from 255 or 22.71% from 502); Max value from RGB is 231 - color contains mainly: red. Hex color #E79D72 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E79D72 is #18628D. Grayscale: #AEAEAE. Windows color (decimal): -1598094 or 7511527. OLE color: 7511527.

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

Color convert

RGB 231 157 114 -
CMYK 0 0.32 0.51 0.09
HSL 22.05º 0.71% 0.68% -
HSV(B) 22.05º 0.51% 0.91% -
XYZ 48.05 42.32 21.56 -
YUV 174.22 94.02 168.5 -
System Red Green Blue C M Y K H S L
Decimal 231 157 114 0 0.32 0.51 0.09 22.05 0.71 0.68
Hex E7 9D 72 0 20 33 9 16 47 44
Octal 347 235 162 0 40 63 11 26 107 104
Binary 11100111 10011101 1110010 0 100000 110011 1001 10110 1000111 1000100

Color Harmonies of #E79D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E79D72

Black with #E79D72

Text Example


Text Example

White with #E79D72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E79D72; }

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

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

background-color css

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

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

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

border-color css

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

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

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