Html Css Color HEX #E19870 Dark Salmon

📋 copy color: '#E19870'

red 225 ◦ green 152 ◦ blue 112

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

Shades of Dark Salmon #E19870

Tints of Dark Salmon #E19870

RGB

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

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

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

R = 46.01%
G = 31.08%
B = 22.9%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.50

 K value IS 0.12

RGB Variations

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

Color information

#E19870 (or 0xE19870) is known color: Dark Salmon. HEX triplet: E1, 98 and 70. RGB value is (225,152,112). Sum of RGB (Red+Green+Blue) = 225+152+112=489 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.01% from 489); Green value is 152 (59.77% from 255 or 31.08% from 489); Blue value is 112 (44.14% from 255 or 22.90% from 489); Max value from RGB is 225 - color contains mainly: red. Hex color #E19870 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E19870 is #1E678F. Grayscale: #A9A9A9. Windows color (decimal): -1992592 or 7379169. OLE color: 7379169.

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

Color convert

RGB 225 152 112 -
CMYK 0 0.32 0.50 0.12
HSL 21.24º 0.65% 0.66% -
HSV(B) 21.24º 0.5% 0.88% -
XYZ 45.2 39.63 20.6 -
YUV 169.27 95.68 167.75 -
System Red Green Blue C M Y K H S L
Decimal 225 152 112 0 0.32 0.50 0.12 21.24 0.65 0.66
Hex E1 98 70 0 20 32 C 15 41 42
Octal 341 230 160 0 40 62 14 25 101 102
Binary 11100001 10011000 1110000 0 100000 110010 1100 10101 1000001 1000010

Color Harmonies of #E19870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E19870

Black with #E19870

Text Example


Text Example

White with #E19870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E19870; }

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

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

background-color css

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

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

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

border-color css

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

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

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