Html Css Color HEX #E49575 Dark Salmon

📋 copy color: '#E49575'

red 228 ◦ green 149 ◦ blue 117

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

Shades of Dark Salmon #E49575

Tints of Dark Salmon #E49575

RGB

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

 GREEN value IS 149 (58.59% from 255) = 30.16%

 BLUE value IS 117 (46.09% from 255) = 23.68%

R = 46.15%
G = 30.16%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.49

 K value IS 0.11

RGB Variations

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

Color information

#E49575 (or 0xE49575) is known color: Dark Salmon. HEX triplet: E4, 95 and 75. RGB value is (228,149,117). Sum of RGB (Red+Green+Blue) = 228+149+117=494 (65% of max value = 765). Red value is 228 (89.45% from 255 or 46.15% from 494); Green value is 149 (58.59% from 255 or 30.16% from 494); Blue value is 117 (46.09% from 255 or 23.68% from 494); Max value from RGB is 228 - color contains mainly: red. Hex color #E49575 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E49575 is #1B6A8A. Grayscale: #A9A9A9. Windows color (decimal): -1796747 or 7706084. OLE color: 7706084.

HSL color Cylindrical-coordinate representation of color #E49575: hue angle of 17.3º degrees, saturation: 0.67, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E49575 is Cyan = 0, Magento = 0.35, Yellow = 0.49 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 149 117 -
CMYK 0 0.35 0.49 0.11
HSL 17.3º 0.67% 0.68% -
HSV(B) 17.3º 0.49% 0.89% -
XYZ 45.95 39.27 21.99 -
YUV 168.97 98.67 170.1 -
System Red Green Blue C M Y K H S L
Decimal 228 149 117 0 0.35 0.49 0.11 17.3 0.67 0.68
Hex E4 95 75 0 23 31 B 11 43 44
Octal 344 225 165 0 43 61 13 21 103 104
Binary 11100100 10010101 1110101 0 100011 110001 1011 10001 1000011 1000100

Color Harmonies of #E49575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E49575

Black with #E49575

Text Example


Text Example

White with #E49575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E49575; }

 p { color: rgb(228,149,117); }

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

background-color css

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

 a { background-color: rgb(228,149,117); }

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

border-color css

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

 span { border-color: rgb(228,149,117); }

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