Html Css Color HEX #E49B7B Dark Salmon

📋 copy color: '#E49B7B'

red 228 ◦ green 155 ◦ blue 123

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

Shades of Dark Salmon #E49B7B

Tints of Dark Salmon #E49B7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 24.31%

R = 45.06%
G = 30.63%
B = 24.31%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.46

 K value IS 0.11

RGB Variations

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

Color information

#E49B7B (or 0xE49B7B) is known color: Dark Salmon. HEX triplet: E4, 9B and 7B. RGB value is (228,155,123). Sum of RGB (Red+Green+Blue) = 228+155+123=506 (67% of max value = 765). Red value is 228 (89.45% from 255 or 45.06% from 506); Green value is 155 (60.94% from 255 or 30.63% from 506); Blue value is 123 (48.44% from 255 or 24.31% from 506); Max value from RGB is 228 - color contains mainly: red. Hex color #E49B7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E49B7B is #1B6484. Grayscale: #ADADAD. Windows color (decimal): -1795205 or 8100836. OLE color: 8100836.

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

Color convert

RGB 228 155 123 -
CMYK 0 0.32 0.46 0.11
HSL 18.29º 0.66% 0.69% -
HSV(B) 18.29º 0.46% 0.89% -
XYZ 47.29 41.37 24.23 -
YUV 173.18 99.68 167.1 -
System Red Green Blue C M Y K H S L
Decimal 228 155 123 0 0.32 0.46 0.11 18.29 0.66 0.69
Hex E4 9B 7B 0 20 2E B 12 42 45
Octal 344 233 173 0 40 56 13 22 102 105
Binary 11100100 10011011 1111011 0 100000 101110 1011 10010 1000010 1000101

Color Harmonies of #E49B7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E49B7B

Black with #E49B7B

Text Example


Text Example

White with #E49B7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E49B7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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