Html Css Color HEX #E19A70 Dark Salmon

📋 copy color: '#E19A70'

red 225 ◦ green 154 ◦ blue 112

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

Shades of Dark Salmon #E19A70

Tints of Dark Salmon #E19A70

RGB

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

 GREEN value IS 154 (60.55% from 255) = 31.36%

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

R = 45.82%
G = 31.36%
B = 22.81%

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

#E19A70 (or 0xE19A70) is known color: Dark Salmon. HEX triplet: E1, 9A and 70. RGB value is (225,154,112). Sum of RGB (Red+Green+Blue) = 225+154+112=491 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.82% from 491); Green value is 154 (60.55% from 255 or 31.36% from 491); Blue value is 112 (44.14% from 255 or 22.81% from 491); Max value from RGB is 225 - color contains mainly: red. Hex color #E19A70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E19A70 is #1E658F. Grayscale: #AAAAAA. Windows color (decimal): -1992080 or 7379681. OLE color: 7379681.

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

Color convert

RGB 225 154 112 -
CMYK 0 0.32 0.50 0.12
HSL 22.3º 0.65% 0.66% -
HSV(B) 22.3º 0.5% 0.88% -
XYZ 45.53 40.29 20.71 -
YUV 170.44 95.02 166.92 -
System Red Green Blue C M Y K H S L
Decimal 225 154 112 0 0.32 0.50 0.12 22.3 0.65 0.66
Hex E1 9A 70 0 20 32 C 16 41 42
Octal 341 232 160 0 40 62 14 26 101 102
Binary 11100001 10011010 1110000 0 100000 110010 1100 10110 1000001 1000010

Color Harmonies of #E19A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E19A70

Black with #E19A70

Text Example


Text Example

White with #E19A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E19A70; }

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

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

background-color css

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

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

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

border-color css

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

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

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