Html Css Color HEX #E79A75 Dark Salmon

📋 copy color: '#E79A75'

red 231 ◦ green 154 ◦ blue 117

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

Shades of Dark Salmon #E79A75

Tints of Dark Salmon #E79A75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 23.31%

R = 46.02%
G = 30.68%
B = 23.31%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.49

 K value IS 0.09

RGB Variations

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

Color information

#E79A75 (or 0xE79A75) is known color: Dark Salmon. HEX triplet: E7, 9A and 75. RGB value is (231,154,117). Sum of RGB (Red+Green+Blue) = 231+154+117=502 (66% of max value = 765). Red value is 231 (90.62% from 255 or 46.02% from 502); Green value is 154 (60.55% from 255 or 30.68% from 502); Blue value is 117 (46.09% from 255 or 23.31% from 502); Max value from RGB is 231 - color contains mainly: red. Hex color #E79A75 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E79A75 is #18658A. Grayscale: #ADADAD. Windows color (decimal): -1598859 or 7707367. OLE color: 7707367.

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

Color convert

RGB 231 154 117 -
CMYK 0 0.33 0.49 0.09
HSL 19.47º 0.7% 0.68% -
HSV(B) 19.47º 0.49% 0.91% -
XYZ 47.72 41.38 22.3 -
YUV 172.81 96.51 169.51 -
System Red Green Blue C M Y K H S L
Decimal 231 154 117 0 0.33 0.49 0.09 19.47 0.7 0.68
Hex E7 9A 75 0 21 31 9 13 46 44
Octal 347 232 165 0 41 61 11 23 106 104
Binary 11100111 10011010 1110101 0 100001 110001 1001 10011 1000110 1000100

Color Harmonies of #E79A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E79A75

Black with #E79A75

Text Example


Text Example

White with #E79A75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E79A75; }

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

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

background-color css

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

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

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

border-color css

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

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

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