Html Css Color HEX #E49D79 Dark Salmon

📋 copy color: '#E49D79'

red 228 ◦ green 157 ◦ blue 121

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

Shades of Dark Salmon #E49D79

Tints of Dark Salmon #E49D79

RGB

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

 GREEN value IS 157 (61.72% from 255) = 31.03%

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

R = 45.06%
G = 31.03%
B = 23.91%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.47

 K value IS 0.11

RGB Variations

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

Color information

#E49D79 (or 0xE49D79) is known color: Dark Salmon. HEX triplet: E4, 9D and 79. RGB value is (228,157,121). Sum of RGB (Red+Green+Blue) = 228+157+121=506 (67% of max value = 765). Red value is 228 (89.45% from 255 or 45.06% from 506); Green value is 157 (61.72% from 255 or 31.03% from 506); Blue value is 121 (47.66% from 255 or 23.91% from 506); Max value from RGB is 228 - color contains mainly: red. Hex color #E49D79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E49D79 is #1B6286. Grayscale: #AEAEAE. Windows color (decimal): -1794695 or 7970276. OLE color: 7970276.

HSL color Cylindrical-coordinate representation of color #E49D79: hue angle of 20.19º 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 #E49D79 is Cyan = 0, Magento = 0.31, Yellow = 0.47 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 157 121 -
CMYK 0 0.31 0.47 0.11
HSL 20.19º 0.66% 0.68% -
HSV(B) 20.19º 0.47% 0.89% -
XYZ 47.5 41.99 23.69 -
YUV 174.13 98.02 166.43 -
System Red Green Blue C M Y K H S L
Decimal 228 157 121 0 0.31 0.47 0.11 20.19 0.66 0.68
Hex E4 9D 79 0 1F 2F B 14 42 44
Octal 344 235 171 0 37 57 13 24 102 104
Binary 11100100 10011101 1111001 0 11111 101111 1011 10100 1000010 1000100

Color Harmonies of #E49D79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E49D79

Black with #E49D79

Text Example


Text Example

White with #E49D79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E49D79; }

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

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

background-color css

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

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

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

border-color css

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

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

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