Html Css Color HEX #E19770 Dark Salmon

📋 copy color: '#E19770'

red 225 ◦ green 151 ◦ blue 112

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

Shades of Dark Salmon #E19770

Tints of Dark Salmon #E19770

RGB

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

 GREEN value IS 151 (59.38% from 255) = 30.94%

 BLUE value IS 112 (44.14% from 255) = 22.95%

R = 46.11%
G = 30.94%
B = 22.95%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.50

 K value IS 0.12

RGB Variations

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

Color information

#E19770 (or 0xE19770) is known color: Dark Salmon. HEX triplet: E1, 97 and 70. RGB value is (225,151,112). Sum of RGB (Red+Green+Blue) = 225+151+112=488 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.11% from 488); Green value is 151 (59.38% from 255 or 30.94% from 488); Blue value is 112 (44.14% from 255 or 22.95% from 488); Max value from RGB is 225 - color contains mainly: red. Hex color #E19770 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E19770 is #1E688F. Grayscale: #A8A8A8. Windows color (decimal): -1992848 or 7378913. OLE color: 7378913.

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

Color convert

RGB 225 151 112 -
CMYK 0 0.33 0.50 0.12
HSL 20.71º 0.65% 0.66% -
HSV(B) 20.71º 0.5% 0.88% -
XYZ 45.04 39.31 20.54 -
YUV 168.68 96.02 168.17 -
System Red Green Blue C M Y K H S L
Decimal 225 151 112 0 0.33 0.50 0.12 20.71 0.65 0.66
Hex E1 97 70 0 21 32 C 15 41 42
Octal 341 227 160 0 41 62 14 25 101 102
Binary 11100001 10010111 1110000 0 100001 110010 1100 10101 1000001 1000010

Color Harmonies of #E19770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E19770

Black with #E19770

Text Example


Text Example

White with #E19770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E19770; }

 p { color: rgb(225,151,112); }

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

background-color css

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

 a { background-color: rgb(225,151,112); }

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

border-color css

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

 span { border-color: rgb(225,151,112); }

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