#E29C70

Color #E29C70 Dark Salmon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Salmon #E29C70

Tints of Dark Salmon #E29C70

Color information

#E29C70 (or 0xE29C70) is unknown color: approx Dark Salmon. HEX triplet: E2, 9C and 70. RGB value is (226,156,112). Sum of RGB (Red+Green+Blue) = 226+156+112=494 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.75% from 494); Green value is 156 (61.33% from 255 or 31.58% from 494); Blue value is 112 (44.14% from 255 or 22.67% from 494); Max value from RGB is 226 - color contains mainly: red. Hex color #E29C70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E29C70 is #1D638F. Grayscale: #ACACAC. Windows color (decimal): -1926032 or 7380194. OLE color: 7380194.

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

Color convert

RGB226156112-
CMYK00.310.500.11
HSL23.16º66.28%66.27%-
HSV(B)23.16º50.44%88.63%-
XYZ46.1841.1220.83-
YUV171.9194.19166.58-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 45.75%
GREEN value IS 156 (61.33% from 255) = 31.58%
BLUE value IS 112 (44.14% from 255) = 22.67%
R=45.75%
G=31.58%
B=22.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.50
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22615611200.310.500.1123.1666.2866.27
HexE29C7001F32B174242
Octal342234160037621327102102
Binary1110001010011100111000001111111001010111011110000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E29C70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E29C70; }

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

 H1.HeaderClassName
 {
   color: #E29C70;
 }
 .AnyTagClassName
 {
   color: #E29C70;
 }
</style>
background-color css

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

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

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

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

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

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