Html Css Color HEX #E49875 Dark Salmon

📋 copy color: '#E49875'

red 228 ◦ green 152 ◦ blue 117

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

Shades of Dark Salmon #E49875

Tints of Dark Salmon #E49875

RGB

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

 GREEN value IS 152 (59.77% from 255) = 30.58%

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

R = 45.88%
G = 30.58%
B = 23.54%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.49

 K value IS 0.11

RGB Variations

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

Color information

#E49875 (or 0xE49875) is known color: Dark Salmon. HEX triplet: E4, 98 and 75. RGB value is (228,152,117). Sum of RGB (Red+Green+Blue) = 228+152+117=497 (65% of max value = 765). Red value is 228 (89.45% from 255 or 45.88% from 497); Green value is 152 (59.77% from 255 or 30.58% from 497); Blue value is 117 (46.09% from 255 or 23.54% from 497); Max value from RGB is 228 - color contains mainly: red. Hex color #E49875 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E49875 is #1B678A. Grayscale: #AAAAAA. Windows color (decimal): -1795979 or 7706852. OLE color: 7706852.

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

Color convert

RGB 228 152 117 -
CMYK 0 0.33 0.49 0.11
HSL 18.92º 0.67% 0.68% -
HSV(B) 18.92º 0.49% 0.89% -
XYZ 46.43 40.23 22.15 -
YUV 170.73 97.68 168.85 -
System Red Green Blue C M Y K H S L
Decimal 228 152 117 0 0.33 0.49 0.11 18.92 0.67 0.68
Hex E4 98 75 0 21 31 B 13 43 44
Octal 344 230 165 0 41 61 13 23 103 104
Binary 11100100 10011000 1110101 0 100001 110001 1011 10011 1000011 1000100

Color Harmonies of #E49875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E49875

Black with #E49875

Text Example


Text Example

White with #E49875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E49875; }

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

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

background-color css

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

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

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

border-color css

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

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

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