#e29476

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

Shades of Dark Salmon #E29476

Tints of Dark Salmon #E29476

Color information

#E29476 (or 0xE29476) is unknown color: approx Dark Salmon. HEX triplet: E2, 94 and 76. RGB value is (226,148,118). Sum of RGB (Red+Green+Blue) = 226+148+118=492 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.93% from 492); Green value is 148 (58.20% from 255 or 30.08% from 492); Blue value is 118 (46.48% from 255 or 23.98% from 492); Max value from RGB is 226 - color contains mainly: red. Hex color #E29476 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E29476 is #1D6B89. Grayscale: #A8A8A8. Windows color (decimal): -1928074 or 7771362. OLE color: 7771362.

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

Color convert

RGB226148118-
CMYK00.350.480.11
HSL16.67º65.06%67.45%-
HSV(B)16.67º47.79%88.63%-
XYZ45.2238.6622.22-
YUV167.999.84169.44-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 45.93%
GREEN value IS 148 (58.20% from 255) = 30.08%
BLUE value IS 118 (46.48% from 255) = 23.98%
R=45.93%
G=30.08%
B=23.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.48
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22614811800.350.480.1116.6765.0667.45
HexE2947602330B114143
Octal342224166043601321101103
Binary11100010100101001110110010001111000010111000110000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e29476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e29476; }

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

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

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

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

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

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

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

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