#E29473

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

Shades of Dark Salmon #E29473

Tints of Dark Salmon #E29473

Color information

#E29473 (or 0xE29473) is unknown color: approx Dark Salmon. HEX triplet: E2, 94 and 73. RGB value is (226,148,115). Sum of RGB (Red+Green+Blue) = 226+148+115=489 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.22% from 489); Green value is 148 (58.20% from 255 or 30.27% from 489); Blue value is 115 (45.31% from 255 or 23.52% from 489); Max value from RGB is 226 - color contains mainly: red. Hex color #E29473 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E29473 is #1D6B8C. Grayscale: #A7A7A7. Windows color (decimal): -1928077 or 7574754. OLE color: 7574754.

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

Color convert

RGB226148115-
CMYK00.350.490.11
HSL17.84º65.68%66.86%-
HSV(B)17.84º49.12%88.63%-
XYZ45.0538.5921.29-
YUV167.5698.34169.68-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 46.22%
GREEN value IS 148 (58.20% from 255) = 30.27%
BLUE value IS 115 (45.31% from 255) = 23.52%
R=46.22%
G=30.27%
B=23.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.49
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22614811500.350.490.1117.8465.6866.86
HexE2947302331B124243
Octal342224163043611322102103
Binary11100010100101001110011010001111000110111001010000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E29473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E29473; }

 p { color: rgb(226,148,115); }

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

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

 a { background-color: rgb(226,148,115); }

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

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

 span { border-color: rgb(226,148,115); }

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