Html Css Color HEX #E49079 Dark Salmon

📋 copy color: '#E49079'

red 228 ◦ green 144 ◦ blue 121

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

Shades of Dark Salmon #E49079

Tints of Dark Salmon #E49079

RGB

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

 GREEN value IS 144 (56.64% from 255) = 29.21%

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

R = 46.25%
G = 29.21%
B = 24.54%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.47

 K value IS 0.11

RGB Variations

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

Color information

#E49079 (or 0xE49079) is known color: Dark Salmon. HEX triplet: E4, 90 and 79. RGB value is (228,144,121). Sum of RGB (Red+Green+Blue) = 228+144+121=493 (65% of max value = 765). Red value is 228 (89.45% from 255 or 46.25% from 493); Green value is 144 (56.64% from 255 or 29.21% from 493); Blue value is 121 (47.66% from 255 or 24.54% from 493); Max value from RGB is 228 - color contains mainly: red. Hex color #E49079 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E49079 is #1B6F86. Grayscale: #A6A6A6. Windows color (decimal): -1798023 or 7966948. OLE color: 7966948.

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

Color convert

RGB 228 144 121 -
CMYK 0 0.37 0.47 0.11
HSL 12.9º 0.66% 0.68% -
HSV(B) 12.9º 0.47% 0.89% -
XYZ 45.42 37.82 23 -
YUV 166.49 102.33 171.87 -
System Red Green Blue C M Y K H S L
Decimal 228 144 121 0 0.37 0.47 0.11 12.9 0.66 0.68
Hex E4 90 79 0 25 2F B D 42 44
Octal 344 220 171 0 45 57 13 15 102 104
Binary 11100100 10010000 1111001 0 100101 101111 1011 1101 1000010 1000100

Color Harmonies of #E49079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E49079

Black with #E49079

Text Example


Text Example

White with #E49079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E49079; }

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

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

background-color css

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

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

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

border-color css

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

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

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