Html Css Color HEX #E49379 Dark Salmon

📋 copy color: '#E49379'

red 228 ◦ green 147 ◦ blue 121

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

Shades of Dark Salmon #E49379

Tints of Dark Salmon #E49379

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 24.4%

R = 45.97%
G = 29.64%
B = 24.4%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.47

 K value IS 0.11

RGB Variations

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

Color information

#E49379 (or 0xE49379) is known color: Dark Salmon. HEX triplet: E4, 93 and 79. RGB value is (228,147,121). Sum of RGB (Red+Green+Blue) = 228+147+121=496 (65% of max value = 765). Red value is 228 (89.45% from 255 or 45.97% from 496); Green value is 147 (57.81% from 255 or 29.64% from 496); Blue value is 121 (47.66% from 255 or 24.40% from 496); Max value from RGB is 228 - color contains mainly: red. Hex color #E49379 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E49379 is #1B6C86. Grayscale: #A8A8A8. Windows color (decimal): -1797255 or 7967716. OLE color: 7967716.

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

Color convert

RGB 228 147 121 -
CMYK 0 0.36 0.47 0.11
HSL 14.58º 0.66% 0.68% -
HSV(B) 14.58º 0.47% 0.89% -
XYZ 45.88 38.74 23.15 -
YUV 168.26 101.34 170.61 -
System Red Green Blue C M Y K H S L
Decimal 228 147 121 0 0.36 0.47 0.11 14.58 0.66 0.68
Hex E4 93 79 0 24 2F B F 42 44
Octal 344 223 171 0 44 57 13 17 102 104
Binary 11100100 10010011 1111001 0 100100 101111 1011 1111 1000010 1000100

Color Harmonies of #E49379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E49379

Black with #E49379

Text Example


Text Example

White with #E49379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E49379; }

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

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

background-color css

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

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

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

border-color css

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

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

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