Html Css Color HEX #E49375 Dark Salmon

📋 copy color: '#E49375'

red 228 ◦ green 147 ◦ blue 117

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

Shades of Dark Salmon #E49375

Tints of Dark Salmon #E49375

RGB

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

 GREEN value IS 147 (57.81% from 255) = 29.88%

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

R = 46.34%
G = 29.88%
B = 23.78%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.49

 K value IS 0.11

RGB Variations

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

Color information

#E49375 (or 0xE49375) is known color: Dark Salmon. HEX triplet: E4, 93 and 75. RGB value is (228,147,117). Sum of RGB (Red+Green+Blue) = 228+147+117=492 (65% of max value = 765). Red value is 228 (89.45% from 255 or 46.34% from 492); Green value is 147 (57.81% from 255 or 29.88% from 492); Blue value is 117 (46.09% from 255 or 23.78% from 492); Max value from RGB is 228 - color contains mainly: red. Hex color #E49375 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E49375 is #1B6C8A. Grayscale: #A8A8A8. Windows color (decimal): -1797259 or 7705572. OLE color: 7705572.

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

Color convert

RGB 228 147 117 -
CMYK 0 0.36 0.49 0.11
HSL 16.22º 0.67% 0.68% -
HSV(B) 16.22º 0.49% 0.89% -
XYZ 45.64 38.65 21.88 -
YUV 167.8 99.34 170.94 -
System Red Green Blue C M Y K H S L
Decimal 228 147 117 0 0.36 0.49 0.11 16.22 0.67 0.68
Hex E4 93 75 0 24 31 B 10 43 44
Octal 344 223 165 0 44 61 13 20 103 104
Binary 11100100 10010011 1110101 0 100100 110001 1011 10000 1000011 1000100

Color Harmonies of #E49375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E49375

Black with #E49375

Text Example


Text Example

White with #E49375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E49375; }

 p { color: rgb(228,147,117); }

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

background-color css

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

 a { background-color: rgb(228,147,117); }

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

border-color css

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

 span { border-color: rgb(228,147,117); }

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