Html Css Color HEX #E19B6E Dark Salmon

📋 copy color: '#E19B6E'

red 225 ◦ green 155 ◦ blue 110

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

Shades of Dark Salmon #E19B6E

Tints of Dark Salmon #E19B6E

RGB

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

 GREEN value IS 155 (60.94% from 255) = 31.63%

 BLUE value IS 110 (43.36% from 255) = 22.45%

R = 45.92%
G = 31.63%
B = 22.45%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.51

 K value IS 0.12

RGB Variations

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

Color information

#E19B6E (or 0xE19B6E) is known color: Dark Salmon. HEX triplet: E1, 9B and 6E. RGB value is (225,155,110). Sum of RGB (Red+Green+Blue) = 225+155+110=490 (64% of max value = 765). Red value is 225 (88.28% from 255 or 45.92% from 490); Green value is 155 (60.94% from 255 or 31.63% from 490); Blue value is 110 (43.36% from 255 or 22.45% from 490); Max value from RGB is 225 - color contains mainly: red. Hex color #E19B6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E19B6E is #1E6491. Grayscale: #ABABAB. Windows color (decimal): -1991826 or 7248865. OLE color: 7248865.

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

Color convert

RGB 225 155 110 -
CMYK 0 0.31 0.51 0.12
HSL 23.48º 0.66% 0.66% -
HSV(B) 23.48º 0.51% 0.88% -
XYZ 45.59 40.58 20.18 -
YUV 170.8 93.69 166.66 -
System Red Green Blue C M Y K H S L
Decimal 225 155 110 0 0.31 0.51 0.12 23.48 0.66 0.66
Hex E1 9B 6E 0 1F 33 C 17 42 42
Octal 341 233 156 0 37 63 14 27 102 102
Binary 11100001 10011011 1101110 0 11111 110011 1100 10111 1000010 1000010

Color Harmonies of #E19B6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E19B6E

Black with #E19B6E

Text Example


Text Example

White with #E19B6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E19B6E; }

 p { color: rgb(225,155,110); }

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

background-color css

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

 a { background-color: rgb(225,155,110); }

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

border-color css

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

 span { border-color: rgb(225,155,110); }

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