Html Css Color HEX #E49077 Dark Salmon

📋 copy color: '#E49077'

red 228 ◦ green 144 ◦ blue 119

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

Shades of Dark Salmon #E49077

Tints of Dark Salmon #E49077

RGB

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

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

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

R = 46.44%
G = 29.33%
B = 24.24%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.48

 K value IS 0.11

RGB Variations

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

Color information

#E49077 (or 0xE49077) is known color: Dark Salmon. HEX triplet: E4, 90 and 77. RGB value is (228,144,119). Sum of RGB (Red+Green+Blue) = 228+144+119=491 (65% of max value = 765). Red value is 228 (89.45% from 255 or 46.44% from 491); Green value is 144 (56.64% from 255 or 29.33% from 491); Blue value is 119 (46.88% from 255 or 24.24% from 491); Max value from RGB is 228 - color contains mainly: red. Hex color #E49077 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E49077 is #1B6F88. Grayscale: #A6A6A6. Windows color (decimal): -1798025 or 7835876. OLE color: 7835876.

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

Color convert

RGB 228 144 119 -
CMYK 0 0.37 0.48 0.11
HSL 13.76º 0.67% 0.68% -
HSV(B) 13.76º 0.48% 0.89% -
XYZ 45.3 37.77 22.36 -
YUV 166.27 101.33 172.03 -
System Red Green Blue C M Y K H S L
Decimal 228 144 119 0 0.37 0.48 0.11 13.76 0.67 0.68
Hex E4 90 77 0 25 30 B E 43 44
Octal 344 220 167 0 45 60 13 16 103 104
Binary 11100100 10010000 1110111 0 100101 110000 1011 1110 1000011 1000100

Color Harmonies of #E49077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E49077

Black with #E49077

Text Example


Text Example

White with #E49077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E49077; }

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

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

background-color css

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

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

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

border-color css

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

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

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