Html Css Color HEX #E79582 Dark Salmon

📋 copy color: '#E79582'

red 231 ◦ green 149 ◦ blue 130

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

Shades of Dark Salmon #E79582

Tints of Dark Salmon #E79582

RGB

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

 GREEN value IS 149 (58.59% from 255) = 29.22%

 BLUE value IS 130 (51.17% from 255) = 25.49%

R = 45.29%
G = 29.22%
B = 25.49%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.44

 K value IS 0.09

RGB Variations

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

Color information

#E79582 (or 0xE79582) is known color: Dark Salmon. HEX triplet: E7, 95 and 82. RGB value is (231,149,130). Sum of RGB (Red+Green+Blue) = 231+149+130=510 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.29% from 510); Green value is 149 (58.59% from 255 or 29.22% from 510); Blue value is 130 (51.17% from 255 or 25.49% from 510); Max value from RGB is 231 - color contains mainly: red. Hex color #E79582 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E79582 is #186A7D. Grayscale: #ABABAB. Windows color (decimal): -1600126 or 8558055. OLE color: 8558055.

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

Color convert

RGB 231 149 130 -
CMYK 0 0.35 0.44 0.09
HSL 11.29º 0.68% 0.71% -
HSV(B) 11.29º 0.44% 0.91% -
XYZ 47.73 40.1 26.34 -
YUV 171.35 104.67 170.54 -
System Red Green Blue C M Y K H S L
Decimal 231 149 130 0 0.35 0.44 0.09 11.29 0.68 0.71
Hex E7 95 82 0 23 2C 9 B 44 47
Octal 347 225 202 0 43 54 11 13 104 107
Binary 11100111 10010101 10000010 0 100011 101100 1001 1011 1000100 1000111

Color Harmonies of #E79582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E79582

Black with #E79582

Text Example


Text Example

White with #E79582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E79582; }

 p { color: rgb(231,149,130); }

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

background-color css

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

 a { background-color: rgb(231,149,130); }

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

border-color css

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

 span { border-color: rgb(231,149,130); }

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