Html Css Color HEX #E49B6D Dark Salmon

📋 copy color: '#E49B6D'

red 228 ◦ green 155 ◦ blue 109

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

Shades of Dark Salmon #E49B6D

Tints of Dark Salmon #E49B6D

RGB

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

 GREEN value IS 155 (60.94% from 255) = 31.5%

 BLUE value IS 109 (42.97% from 255) = 22.15%

R = 46.34%
G = 31.5%
B = 22.15%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.52

 K value IS 0.11

RGB Variations

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

Color information

#E49B6D (or 0xE49B6D) is known color: Dark Salmon. HEX triplet: E4, 9B and 6D. RGB value is (228,155,109). Sum of RGB (Red+Green+Blue) = 228+155+109=492 (65% of max value = 765). Red value is 228 (89.45% from 255 or 46.34% from 492); Green value is 155 (60.94% from 255 or 31.50% from 492); Blue value is 109 (42.97% from 255 or 22.15% from 492); Max value from RGB is 228 - color contains mainly: red. Hex color #E49B6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E49B6D is #1B6492. Grayscale: #ABABAB. Windows color (decimal): -1795219 or 7183332. OLE color: 7183332.

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

Color convert

RGB 228 155 109 -
CMYK 0 0.32 0.52 0.11
HSL 23.19º 0.69% 0.66% -
HSV(B) 23.19º 0.52% 0.89% -
XYZ 46.48 41.04 19.94 -
YUV 171.58 92.68 168.24 -
System Red Green Blue C M Y K H S L
Decimal 228 155 109 0 0.32 0.52 0.11 23.19 0.69 0.66
Hex E4 9B 6D 0 20 34 B 17 45 42
Octal 344 233 155 0 40 64 13 27 105 102
Binary 11100100 10011011 1101101 0 100000 110100 1011 10111 1000101 1000010

Color Harmonies of #E49B6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E49B6D

Black with #E49B6D

Text Example


Text Example

White with #E49B6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E49B6D; }

 p { color: rgb(228,155,109); }

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

background-color css

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

 a { background-color: rgb(228,155,109); }

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

border-color css

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

 span { border-color: rgb(228,155,109); }

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