Html Css Color HEX #E49D75 Dark Salmon

📋 copy color: '#E49D75'

red 228 ◦ green 157 ◦ blue 117

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

Shades of Dark Salmon #E49D75

Tints of Dark Salmon #E49D75

RGB

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

 GREEN value IS 157 (61.72% from 255) = 31.27%

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

R = 45.42%
G = 31.27%
B = 23.31%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.49

 K value IS 0.11

RGB Variations

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

Color information

#E49D75 (or 0xE49D75) is known color: Dark Salmon. HEX triplet: E4, 9D and 75. RGB value is (228,157,117). Sum of RGB (Red+Green+Blue) = 228+157+117=502 (66% of max value = 765). Red value is 228 (89.45% from 255 or 45.42% from 502); Green value is 157 (61.72% from 255 or 31.27% from 502); Blue value is 117 (46.09% from 255 or 23.31% from 502); Max value from RGB is 228 - color contains mainly: red. Hex color #E49D75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E49D75 is #1B628A. Grayscale: #ADADAD. Windows color (decimal): -1794699 or 7708132. OLE color: 7708132.

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

Color convert

RGB 228 157 117 -
CMYK 0 0.31 0.49 0.11
HSL 21.62º 0.67% 0.68% -
HSV(B) 21.62º 0.49% 0.89% -
XYZ 47.26 41.89 22.42 -
YUV 173.67 96.02 166.75 -
System Red Green Blue C M Y K H S L
Decimal 228 157 117 0 0.31 0.49 0.11 21.62 0.67 0.68
Hex E4 9D 75 0 1F 31 B 16 43 44
Octal 344 235 165 0 37 61 13 26 103 104
Binary 11100100 10011101 1110101 0 11111 110001 1011 10110 1000011 1000100

Color Harmonies of #E49D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E49D75

Black with #E49D75

Text Example


Text Example

White with #E49D75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E49D75; }

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

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

background-color css

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

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

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

border-color css

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

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

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