Html Css Color HEX #E48D76 Dark Salmon

📋 copy color: '#E48D76'

red 228 ◦ green 141 ◦ blue 118

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

Shades of Dark Salmon #E48D76

Tints of Dark Salmon #E48D76

RGB

 RED value IS 228 (89.45% from 255) = 46.82%

 GREEN value IS 141 (55.47% from 255) = 28.95%

 BLUE value IS 118 (46.48% from 255) = 24.23%

R = 46.82%
G = 28.95%
B = 24.23%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.48

 K value IS 0.11

RGB Variations

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

Color information

#E48D76 (or 0xE48D76) is known color: Dark Salmon. HEX triplet: E4, 8D and 76. RGB value is (228,141,118). Sum of RGB (Red+Green+Blue) = 228+141+118=487 (64% of max value = 765). Red value is 228 (89.45% from 255 or 46.82% from 487); Green value is 141 (55.47% from 255 or 28.95% from 487); Blue value is 118 (46.48% from 255 or 24.23% from 487); Max value from RGB is 228 - color contains mainly: red. Hex color #E48D76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E48D76 is #1B7289. Grayscale: #A4A4A4. Windows color (decimal): -1798794 or 7769572. OLE color: 7769572.

HSL color Cylindrical-coordinate representation of color #E48D76: hue angle of 12.55º degrees, saturation: 0.67, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E48D76 is Cyan = 0, Magento = 0.38, Yellow = 0.48 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 141 118 -
CMYK 0 0.38 0.48 0.11
HSL 12.55º 0.67% 0.68% -
HSV(B) 12.55º 0.48% 0.89% -
XYZ 44.79 36.85 21.89 -
YUV 164.39 101.82 173.37 -
System Red Green Blue C M Y K H S L
Decimal 228 141 118 0 0.38 0.48 0.11 12.55 0.67 0.68
Hex E4 8D 76 0 26 30 B D 43 44
Octal 344 215 166 0 46 60 13 15 103 104
Binary 11100100 10001101 1110110 0 100110 110000 1011 1101 1000011 1000100

Color Harmonies of #E48D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E48D76

Black with #E48D76

Text Example


Text Example

White with #E48D76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E48D76; }

 p { color: rgb(228,141,118); }

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

background-color css

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

 a { background-color: rgb(228,141,118); }

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

border-color css

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

 span { border-color: rgb(228,141,118); }

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