Html Css Color HEX #E29170 Dark Salmon

📋 copy color: '#E29170'

red 226 ◦ green 145 ◦ blue 112

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

Shades of Dark Salmon #E29170

Tints of Dark Salmon #E29170

RGB

 RED value IS 226 (88.67% from 255) = 46.79%

 GREEN value IS 145 (57.03% from 255) = 30.02%

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

R = 46.79%
G = 30.02%
B = 23.19%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.50

 K value IS 0.11

RGB Variations

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

Color information

#E29170 (or 0xE29170) is known color: Dark Salmon. HEX triplet: E2, 91 and 70. RGB value is (226,145,112). Sum of RGB (Red+Green+Blue) = 226+145+112=483 (63% of max value = 765). Red value is 226 (88.67% from 255 or 46.79% from 483); Green value is 145 (57.03% from 255 or 30.02% from 483); Blue value is 112 (44.14% from 255 or 23.19% from 483); Max value from RGB is 226 - color contains mainly: red. Hex color #E29170 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E29170 is #1D6E8F. Grayscale: #A5A5A5. Windows color (decimal): -1928848 or 7377378. OLE color: 7377378.

HSL color Cylindrical-coordinate representation of color #E29170: hue angle of 17.37º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E29170 is Cyan = 0, Magento = 0.36, Yellow = 0.50 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 145 112 -
CMYK 0 0.36 0.50 0.11
HSL 17.37º 0.66% 0.66% -
HSV(B) 17.37º 0.5% 0.89% -
XYZ 44.41 37.59 20.24 -
YUV 165.46 97.84 171.18 -
System Red Green Blue C M Y K H S L
Decimal 226 145 112 0 0.36 0.50 0.11 17.37 0.66 0.66
Hex E2 91 70 0 24 32 B 11 42 42
Octal 342 221 160 0 44 62 13 21 102 102
Binary 11100010 10010001 1110000 0 100100 110010 1011 10001 1000010 1000010

Color Harmonies of #E29170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E29170

Black with #E29170

Text Example


Text Example

White with #E29170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E29170; }

 p { color: rgb(226,145,112); }

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

background-color css

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

 a { background-color: rgb(226,145,112); }

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

border-color css

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

 span { border-color: rgb(226,145,112); }

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