Html Css Color HEX #E49A6D Dark Salmon

📋 copy color: '#E49A6D'

red 228 ◦ green 154 ◦ blue 109

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

Shades of Dark Salmon #E49A6D

Tints of Dark Salmon #E49A6D

RGB

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

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

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

R = 46.44%
G = 31.36%
B = 22.2%

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

#E49A6D (or 0xE49A6D) is known color: Dark Salmon. HEX triplet: E4, 9A and 6D. RGB value is (228,154,109). Sum of RGB (Red+Green+Blue) = 228+154+109=491 (65% of max value = 765). Red value is 228 (89.45% from 255 or 46.44% from 491); Green value is 154 (60.55% from 255 or 31.36% from 491); Blue value is 109 (42.97% from 255 or 22.20% from 491); Max value from RGB is 228 - color contains mainly: red. Hex color #E49A6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E49A6D is #1B6592. Grayscale: #ABABAB. Windows color (decimal): -1795475 or 7183076. OLE color: 7183076.

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

Color convert

RGB 228 154 109 -
CMYK 0 0.32 0.52 0.11
HSL 22.69º 0.69% 0.66% -
HSV(B) 22.69º 0.52% 0.89% -
XYZ 46.31 40.71 19.88 -
YUV 171 93.02 168.66 -
System Red Green Blue C M Y K H S L
Decimal 228 154 109 0 0.32 0.52 0.11 22.69 0.69 0.66
Hex E4 9A 6D 0 20 34 B 17 45 42
Octal 344 232 155 0 40 64 13 27 105 102
Binary 11100100 10011010 1101101 0 100000 110100 1011 10111 1000101 1000010

Color Harmonies of #E49A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E49A6D

Black with #E49A6D

Text Example


Text Example

White with #E49A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E49A6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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