Html Css Color HEX #E79F74 Dark Salmon

📋 copy color: '#E79F74'

red 231 ◦ green 159 ◦ blue 116

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

Shades of Dark Salmon #E79F74

Tints of Dark Salmon #E79F74

RGB

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

 GREEN value IS 159 (62.5% from 255) = 31.42%

 BLUE value IS 116 (45.7% from 255) = 22.92%

R = 45.65%
G = 31.42%
B = 22.92%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.50

 K value IS 0.09

RGB Variations

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

Color information

#E79F74 (or 0xE79F74) is known color: Dark Salmon. HEX triplet: E7, 9F and 74. RGB value is (231,159,116). Sum of RGB (Red+Green+Blue) = 231+159+116=506 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.65% from 506); Green value is 159 (62.5% from 255 or 31.42% from 506); Blue value is 116 (45.70% from 255 or 22.92% from 506); Max value from RGB is 231 - color contains mainly: red. Hex color #E79F74 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E79F74 is #18608B. Grayscale: #AFAFAF. Windows color (decimal): -1597580 or 7643111. OLE color: 7643111.

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

Color convert

RGB 231 159 116 -
CMYK 0 0.31 0.50 0.09
HSL 22.43º 0.71% 0.68% -
HSV(B) 22.43º 0.5% 0.91% -
XYZ 48.51 43.05 22.28 -
YUV 175.63 94.35 167.5 -
System Red Green Blue C M Y K H S L
Decimal 231 159 116 0 0.31 0.50 0.09 22.43 0.71 0.68
Hex E7 9F 74 0 1F 32 9 16 47 44
Octal 347 237 164 0 37 62 11 26 107 104
Binary 11100111 10011111 1110100 0 11111 110010 1001 10110 1000111 1000100

Color Harmonies of #E79F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E79F74

Black with #E79F74

Text Example


Text Example

White with #E79F74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E79F74; }

 p { color: rgb(231,159,116); }

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

background-color css

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

 a { background-color: rgb(231,159,116); }

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

border-color css

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

 span { border-color: rgb(231,159,116); }

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