Html Css Color HEX #E19471 Dark Salmon

📋 copy color: '#E19471'

red 225 ◦ green 148 ◦ blue 113

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

Shades of Dark Salmon #E19471

Tints of Dark Salmon #E19471

RGB

 RED value IS 225 (88.28% from 255) = 46.3%

 GREEN value IS 148 (58.2% from 255) = 30.45%

 BLUE value IS 113 (44.53% from 255) = 23.25%

R = 46.3%
G = 30.45%
B = 23.25%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.50

 K value IS 0.12

RGB Variations

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

Color information

#E19471 (or 0xE19471) is known color: Dark Salmon. HEX triplet: E1, 94 and 71. RGB value is (225,148,113). Sum of RGB (Red+Green+Blue) = 225+148+113=486 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.30% from 486); Green value is 148 (58.20% from 255 or 30.45% from 486); Blue value is 113 (44.53% from 255 or 23.25% from 486); Max value from RGB is 225 - color contains mainly: red. Hex color #E19471 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E19471 is #1E6B8E. Grayscale: #A7A7A7. Windows color (decimal): -1993615 or 7443681. OLE color: 7443681.

HSL color Cylindrical-coordinate representation of color #E19471: hue angle of 18.75º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E19471 is Cyan = 0, Magento = 0.34, Yellow = 0.50 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 148 113 -
CMYK 0 0.34 0.50 0.12
HSL 18.75º 0.65% 0.66% -
HSV(B) 18.75º 0.5% 0.88% -
XYZ 44.62 38.38 20.68 -
YUV 167.03 97.51 169.35 -
System Red Green Blue C M Y K H S L
Decimal 225 148 113 0 0.34 0.50 0.12 18.75 0.65 0.66
Hex E1 94 71 0 22 32 C 13 41 42
Octal 341 224 161 0 42 62 14 23 101 102
Binary 11100001 10010100 1110001 0 100010 110010 1100 10011 1000001 1000010

Color Harmonies of #E19471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E19471

Black with #E19471

Text Example


Text Example

White with #E19471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E19471; }

 p { color: rgb(225,148,113); }

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

background-color css

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

 a { background-color: rgb(225,148,113); }

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

border-color css

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

 span { border-color: rgb(225,148,113); }

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