Html Css Color HEX #E49A77 Dark Salmon

📋 copy color: '#E49A77'

red 228 ◦ green 154 ◦ blue 119

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

Shades of Dark Salmon #E49A77

Tints of Dark Salmon #E49A77

RGB

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

 GREEN value IS 154 (60.55% from 255) = 30.74%

 BLUE value IS 119 (46.88% from 255) = 23.75%

R = 45.51%
G = 30.74%
B = 23.75%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.48

 K value IS 0.11

RGB Variations

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

Color information

#E49A77 (or 0xE49A77) is known color: Dark Salmon. HEX triplet: E4, 9A and 77. RGB value is (228,154,119). Sum of RGB (Red+Green+Blue) = 228+154+119=501 (66% of max value = 765). Red value is 228 (89.45% from 255 or 45.51% from 501); Green value is 154 (60.55% from 255 or 30.74% from 501); Blue value is 119 (46.88% from 255 or 23.75% from 501); Max value from RGB is 228 - color contains mainly: red. Hex color #E49A77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E49A77 is #1B6588. Grayscale: #ACACAC. Windows color (decimal): -1795465 or 7838436. OLE color: 7838436.

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

Color convert

RGB 228 154 119 -
CMYK 0 0.32 0.48 0.11
HSL 19.27º 0.67% 0.68% -
HSV(B) 19.27º 0.48% 0.89% -
XYZ 46.88 40.94 22.88 -
YUV 172.14 98.02 167.85 -
System Red Green Blue C M Y K H S L
Decimal 228 154 119 0 0.32 0.48 0.11 19.27 0.67 0.68
Hex E4 9A 77 0 20 30 B 13 43 44
Octal 344 232 167 0 40 60 13 23 103 104
Binary 11100100 10011010 1110111 0 100000 110000 1011 10011 1000011 1000100

Color Harmonies of #E49A77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E49A77

Black with #E49A77

Text Example


Text Example

White with #E49A77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E49A77; }

 p { color: rgb(228,154,119); }

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

background-color css

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

 a { background-color: rgb(228,154,119); }

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

border-color css

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

 span { border-color: rgb(228,154,119); }

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