Html Css Color HEX #E79482 Dark Salmon

📋 copy color: '#E79482'

red 231 ◦ green 148 ◦ blue 130

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

Shades of Dark Salmon #E79482

Tints of Dark Salmon #E79482

RGB

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

 GREEN value IS 148 (58.2% from 255) = 29.08%

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

R = 45.38%
G = 29.08%
B = 25.54%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.44

 K value IS 0.09

RGB Variations

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

Color information

#E79482 (or 0xE79482) is known color: Dark Salmon. HEX triplet: E7, 94 and 82. RGB value is (231,148,130). Sum of RGB (Red+Green+Blue) = 231+148+130=509 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.38% from 509); Green value is 148 (58.20% from 255 or 29.08% from 509); Blue value is 130 (51.17% from 255 or 25.54% from 509); Max value from RGB is 231 - color contains mainly: red. Hex color #E79482 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E79482 is #186B7D. Grayscale: #AAAAAA. Windows color (decimal): -1600382 or 8557799. OLE color: 8557799.

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

Color convert

RGB 231 148 130 -
CMYK 0 0.36 0.44 0.09
HSL 10.69º 0.68% 0.71% -
HSV(B) 10.69º 0.44% 0.91% -
XYZ 47.57 39.78 26.29 -
YUV 170.77 105 170.96 -
System Red Green Blue C M Y K H S L
Decimal 231 148 130 0 0.36 0.44 0.09 10.69 0.68 0.71
Hex E7 94 82 0 24 2C 9 B 44 47
Octal 347 224 202 0 44 54 11 13 104 107
Binary 11100111 10010100 10000010 0 100100 101100 1001 1011 1000100 1000111

Color Harmonies of #E79482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E79482

Black with #E79482

Text Example


Text Example

White with #E79482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E79482; }

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

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

background-color css

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

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

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

border-color css

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

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

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