#E29A7A

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

Shades of Dark Salmon #E29A7A

Tints of Dark Salmon #E29A7A

Color information

#E29A7A (or 0xE29A7A) is unknown color: approx Dark Salmon. HEX triplet: E2, 9A and 7A. RGB value is (226,154,122). Sum of RGB (Red+Green+Blue) = 226+154+122=502 (66% of max value = 765). Red value is 226 (88.67% from 255 or 45.02% from 502); Green value is 154 (60.55% from 255 or 30.68% from 502); Blue value is 122 (48.05% from 255 or 24.30% from 502); Max value from RGB is 226 - color contains mainly: red. Hex color #E29A7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E29A7A is #1D6585. Grayscale: #ACACAC. Windows color (decimal): -1926534 or 8035042. OLE color: 8035042.

HSL color Cylindrical-coordinate representation of color #E29A7A: hue angle of 18.46º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E29A7A is Cyan = 0, Magento = 0.32, Yellow = 0.46 and Black (K on CMYK) = 0.11.

Color convert

RGB226154122-
CMYK00.320.460.11
HSL18.46º64.2%68.24%-
HSV(B)18.46º46.02%88.63%-
XYZ46.4340.6923.82-
YUV171.8899.85166.6-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 45.02%
GREEN value IS 154 (60.55% from 255) = 30.68%
BLUE value IS 122 (48.05% from 255) = 24.30%
R=45.02%
G=30.68%
B=24.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.46
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22615412200.320.460.1118.4664.268.24
HexE29A7A0202EB124044
Octal342232172040561322100104
Binary11100010100110101111010010000010111010111001010000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E29A7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E29A7A; }

 p { color: rgb(226,154,122); }

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

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

 a { background-color: rgb(226,154,122); }

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

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

 span { border-color: rgb(226,154,122); }

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